Changeset 115378 for configure.ac
- Timestamp:
- Dec 22, 2010, 9:16:51 AM (15 years ago)
- Children:
- 9098f9
- Parents:
- 1d77e1a
- git-author:
- Frederik Heber <heber@…> (12/22/10 08:22:13)
- git-committer:
- Frederik Heber <heber@…> (12/22/10 09:16:51)
- File:
-
- 1 edited
-
configure.ac (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r1d77e1a r115378 3 3 4 4 AC_PREREQ([2.65]) 5 AC_INIT([CodePatterns], [ 0.0.1], [heber@ins.uni-bonn.de])5 AC_INIT([CodePatterns], [1.0.0], [heber@ins.uni-bonn.de], [codepatterns], [http://trac.ins.uni-bonn.de/projects/CodePatterns/]) 6 6 AC_CONFIG_AUX_DIR(config) 7 7 AC_CONFIG_SRCDIR([src/Patterns/Singleton_impl.hpp]) … … 35 35 AX_BOOST_BASE([1.40]) 36 36 AX_BOOST_THREAD 37 AX_BOOST_PROGRAM_OPTIONS 37 38 38 39 # Checks for typedefs, structures, and compiler characteristics. … … 45 46 AC_CHECK_FUNCS([floor memset]) 46 47 48 # -${CODEPATTERNS_API_VERSION} 47 49 AC_CONFIG_FILES([ 48 CodePatterns -${CODEPATTERNS_API_VERSION}.pc:CodePatterns.pc.in])50 CodePatterns.pc:CodePatterns.pc.in]) 49 51 AC_CONFIG_FILES([ 50 52 Makefile 51 53 doc/Makefile 52 54 src/Makefile 53 src/Patterns/Makefile54 55 ]) 55 56 AC_CONFIG_FILES([
Note:
See TracChangeset
for help on using the changeset viewer.
