You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
557 B

  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. srcdir = @srcdir@
  6. +top_builddir = @top_builddir@
  7. VPATH = @srcdir@
  8. INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
  9. --- a/configure.in
  10. +++ b/configure.in
  11. @@ -41,6 +41,8 @@ AC_SUBST(APU_CONFIG_LOCATION)
  12. AC_CANONICAL_SYSTEM
  13. AC_PROG_INSTALL
  14. +AC_PROG_LIBTOOL
  15. +LT_INIT
  16. # Use -no-install or -no-fast-install to link the test
  17. # programs on all platforms but Darwin, where it would cause