Changeset 775
- Timestamp:
- Feb 9, 2009, 3:08:55 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r771 r775 22 22 23 23 # -I arg should be the same as arg in AC_CONFIG_MACRO_DIR in configure.ac 24 ACLOCAL_AMFLAGS = -I build_support--install24 ACLOCAL_AMFLAGS = -I m4 --install 25 25 26 26 SUBDIRS = lib bin man test -
trunk/configure.ac
r774 r775 32 32 AC_PREREQ(2.60) 33 33 34 m4_include([ build_support/version.m4])34 m4_include([m4/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 38 dnl arg below should be the same as in Makefile.am 39 AC_CONFIG_MACRO_DIR([ build_support])39 AC_CONFIG_MACRO_DIR([m4]) 40 40 AC_PREFIX_DEFAULT([/usr/local]) 41 41 test $prefix = NONE && prefix=/usr/local
Note: See TracChangeset
for help on using the changeset viewer.