Changeset c1ec9a in git for configure.ac
- Timestamp:
- Mar 18, 2013, 6:59:04 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '2234726c50d679d6664181a5c72f75a6fd64a787')
- Children:
- a601d5555bc411c2f00957c8f324951e8d88085f
- Parents:
- ae74d2ae268551f6d008e85e9f2ba78cfc3fa92f5417fff5d4d977443ea13f49a1da1d9de9a2a171
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rae74d2 rc1ec9a 54 54 AC_PROG_INSTALL 55 55 56 # AM_PROG_AR57 56 LT_INIT 58 57 59 58 # Checks for libraries. 60 59 LB_CHECK_GMP(3.1.1,,AC_MSG_ERROR([Unable to find GMP on your machine: please use --with-gmp=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)])) … … 87 86 SING_CHECK_READLINE 88 87 SING_CHECK_DBM 88 SING_CHECK_GFANLIB 89 89 90 90 # CFLAGS … … 149 149 fi 150 150 151 AC_CONFIG_SUBDIRS([findexec]) 151 AC_CONFIG_SUBDIRS([findexec]) 152 152 AC_CONFIG_SUBDIRS([omalloc]) 153 153 … … 157 157 158 158 AC_CONFIG_SUBDIRS([libpolys]) 159 159 160 AC_CONFIG_FILES([Makefile]) 160 161 AC_CONFIG_FILES([kernel/Makefile]) 161 162 AC_CONFIG_FILES([numeric/Makefile]) 162 163 AC_CONFIG_FILES([Singular/Makefile]) 163 AC_CONFIG_FILES([IntegerProgramming/Makefile])164 164 AC_CONFIG_FILES([dyn_modules/Makefile]) 165 165 AC_CONFIG_FILES([dyn_modules/bigintm/Makefile]) 166 166 AC_CONFIG_FILES([dyn_modules/syzextra/Makefile]) 167 AC_CONFIG_FILES([dyn_modules/callgfanlib/Makefile]) 168 AC_CONFIG_FILES([IntegerProgramming/Makefile]) 167 169 AC_CONFIG_FILES([libsingular-config]) 170 AC_CONFIG_SUBDIRS([gfanlib]) 168 171 169 172 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.