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