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.

22 lines
563 B

  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. # APR (Apache Portable Runtime) library Makefile.
  10. --- a/configure.in
  11. +++ b/configure.in
  12. @@ -246,9 +246,6 @@ case $host in
  13. gcc $CFLAGS $CPPFLAGS -o $LIBTOOL.exe $LIBTOOL.c
  14. ;;
  15. *)
  16. - if test "x$LTFLAGS" = "x"; then
  17. - LTFLAGS='--silent'
  18. - fi
  19. if test "$experimental_libtool" = "yes"; then
  20. # Use a custom-made libtool replacement
  21. echo "using jlibtool"