88f71fd6b83d87b54d1cc8a3ed51cc634827df0e
[openwrt/svn-archive/archive.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 @@ -180,9 +180,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"