Changeset 19055
- Timestamp:
- 07/16/18 16:51:33 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/configure.ac
r18813 r19055 9 9 #[AC_]PACKAGE_BUGREPORT 10 10 AC_INIT([FACT++],[1.0],[thomas.bretz@phys.ethz.ch],[FACTpp],[https://www.fact-project.org/svn/trunk/FACT++/]) 11 AC_PREREQ([2.6 5])11 AC_PREREQ([2.63]) 12 12 AC_CONFIG_FILES([Makefile]) # causes x/Makefile.in to be created if x/Makefile.am exists 13 13 #AC_CONFIG_HEADERS([config.h]) … … 75 75 ###################################################################### 76 76 77 AM_PROG_AR 77 m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) 78 78 LT_INIT([disable-static]) 79 79 AC_LANG(C++)
Note:
See TracChangeset
for help on using the changeset viewer.