Changeset 10189
- Timestamp:
- 03/01/11 23:21:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure.ac
r10183 r10189 1 1 # autoreconf --force --install 2 2 3 AC_INIT([FACT++], [1.0], [thomas.bretz@epfl.ch], [FACTpp],[http://hello.example.com/])4 AC_PREREQ([2. 59])3 AC_INIT([FACT++],[1.0],[thomas.bretz@epfl.ch],[FACTpp],[http://hello.example.com/]) 4 AC_PREREQ([2.67]) 5 5 AC_CONFIG_FILES([Makefile]) # causes x/Makefile.in to be created if x/Makefile.am exists 6 6 #AC_CONFIG_HEADERS([config.h]) … … 9 9 AC_PROG_CC([colorgcc gcc]) 10 10 AC_PROG_CXX([colorgcc g++]) 11 AC_PROG_LIBTOOL 11 LT_INIT([disable-static]) 12 12 AC_LANG(C++) 13 13 #AC_PATH_XTRA 14 14 15 15 16 LT_INIT([disable-static]) 17 18 19 AM_INIT_AUTOMAKE([1.11 -Wall subdir-objects std-options no-define color-tests dist-tarZ parallel-tests silent-rules]) 16 17 18 AM_INIT_AUTOMAKE([1.11 -Wall subdir-objects std-options no-define color-tests parallel-tests silent-rules]) 20 19 AM_SILENT_RULES([yes]) 21 20 AM_PROG_CC_C_O
Note:
See TracChangeset
for help on using the changeset viewer.