8170572bceb067270d8113ba4082aca1700f2c39
[packages.git] / libs / apr / patches / 001-autoconf-compat.patch
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -3,6 +3,7 @@ srcdir=@srcdir@
4  VPATH=@srcdir@
5  top_srcdir=@apr_srcdir@
6  top_blddir=@apr_builddir@
7 +top_builddir=@top_builddir@
8  
9  #
10  # APR (Apache Portable Runtime) library Makefile.
11 --- a/configure.in
12 +++ b/configure.in
13 @@ -246,9 +246,6 @@ case $host in
14      gcc $CFLAGS $CPPFLAGS -o $LIBTOOL.exe $LIBTOOL.c
15      ;;
16  *)
17 -    if test "x$LTFLAGS" = "x"; then
18 -        LTFLAGS='--silent'
19 -    fi
20      if test "$experimental_libtool" = "yes"; then
21          # Use a custom-made libtool replacement
22          echo "using jlibtool"