Changeset 720 for trunk/configure.ac
- Timestamp:
- Dec 3, 2008, 4:37:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r696 r720 32 32 33 33 34 m4_include([ ./build_support/version.m4])34 m4_include([build_support/version.m4]) 35 35 AC_INIT([svndigest],[SVNDIGEST_VERSION],[jari@thep.lu.se]) 36 36 AC_CONFIG_SRCDIR([lib/File.h]) 37 37 AC_CONFIG_AUX_DIR([autotools]) 38 dnl arg below should be the same as in Makefile.am 39 AC_CONFIG_MACRO_DIR([build_support]) 38 40 AC_PREFIX_DEFAULT([/usr/local]) 39 41 test $prefix = NONE && prefix=/usr/local … … 103 105 # AC_SEARCH_LIBS([apr_allocator_create],[apr-0],,apr_found="no") but 104 106 # apr-0 must be prior knowledge. 105 m4_sinclude(./build_support/find_apr.m4)106 107 APR_FIND_APR(,,1,[1 0]) 107 108 if test "$apr_found" = "yes" ; then
Note: See TracChangeset
for help on using the changeset viewer.