You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2009/11/13 23:22:12 UTC

svn commit: r836027 - /apr/apr/trunk/buildconf

Author: wrowe
Date: Fri Nov 13 22:22:12 2009
New Revision: 836027

URL: http://svn.apache.org/viewvc?rev=836027&view=rev
Log:
Entirely identical resultset to vanilla, or --quiet arg with libtool 2.26
and autoconf 2.63.  However, --quiet --verbose does not produce the desired
level of information, while omitting these both causes libtool to be too
verbose in most cases.  Undoes one bit of rationalization from r748902

Modified:
    apr/apr/trunk/buildconf

Modified: apr/apr/trunk/buildconf
URL: http://svn.apache.org/viewvc/apr/apr/trunk/buildconf?rev=836027&r1=836026&r2=836027&view=diff
==============================================================================
--- apr/apr/trunk/buildconf (original)
+++ apr/apr/trunk/buildconf Fri Nov 13 22:22:12 2009
@@ -72,7 +72,7 @@
   cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4
 fi
 if test "$1" = "2"; then
-  $libtoolize --copy --force $verbose
+  $libtoolize --copy --automake --force $verbose
   # Wouldn't it just be better to define top_builddir??
   mv build/libtool.m4 build/libtool.m4.$$
   cat build/libtool.m4.$$ | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4