Changeset 10830
- Timestamp:
- 05/26/11 16:12:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure.ac
r10717 r10830 14 14 AC_CONFIG_MACRO_DIR([.macro_dir]) 15 15 AC_CONFIG_AUX_DIR([.aux_dir]) 16 16 17 AC_PROG_CC([colorgcc gcc]) 17 #If output variable CXXFLAGS was not already set, set it to -g -O218 18 AC_PROG_CXX([colorgcc g++]) 19 20 ###################################################################### 21 # GNUC extension support (needed for the evnt builder) 22 ###################################################################### 23 24 AC_USE_SYSTEM_EXTENSIONS(_GNU_SOURCE) 25 26 ###################################################################### 27 # Setup the libtool and the language 28 ###################################################################### 29 19 30 LT_INIT([disable-static]) 20 31 AC_LANG(C++)
Note:
See TracChangeset
for help on using the changeset viewer.