Changeset 720
- Timestamp:
- Dec 3, 2008, 4:37:30 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r693 r720 21 21 # along with svndigest. If not, see <http://www.gnu.org/licenses/>. 22 22 23 # -I arg should be the same as arg in AC_CONFIG_MACRO_DIR in configure.ac 24 ACLOCAL_AMFLAGS = -I build_support --install 25 23 26 SUBDIRS = lib bin test 24 27 -
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.