001-automake-compat.patch (557B)
1 --- a/Makefile.in 2 +++ b/Makefile.in 3 @@ -8,6 +8,7 @@ APRUTIL_MAJOR_VERSION=@APRUTIL_MAJOR_VER 4 APRUTIL_DOTTED_VERSION=@APRUTIL_DOTTED_VERSION@ 5 6 srcdir = @srcdir@ 7 +top_builddir = @top_builddir@ 8 VPATH = @srcdir@ 9 10 INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@ 11 --- a/configure.in 12 +++ b/configure.in 13 @@ -41,6 +41,8 @@ AC_SUBST(APU_CONFIG_LOCATION) 14 AC_CANONICAL_SYSTEM 15 16 AC_PROG_INSTALL 17 +AC_PROG_LIBTOOL 18 +LT_INIT 19 20 # Use -no-install or -no-fast-install to link the test 21 # programs on all platforms but Darwin, where it would cause