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 2008/06/20 17:43:23 UTC

svn commit: r669950 - /apr/apr/trunk/build/apr_common.m4

Author: wrowe
Date: Fri Jun 20 08:43:23 2008
New Revision: 669950

URL: http://svn.apache.org/viewvc?rev=669950&view=rev
Log:
Silence subpackage autoconf 2.62 warnings of unknown options

Modified:
    apr/apr/trunk/build/apr_common.m4

Modified: apr/apr/trunk/build/apr_common.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_common.m4?rev=669950&r1=669949&r2=669950&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_common.m4 (original)
+++ apr/apr/trunk/build/apr_common.m4 Fri Jun 20 08:43:23 2008
@@ -158,9 +158,12 @@
   done
   ])
 
-  # autoconf doesn't add --silent to ac_configure_args; explicitly pass it
+  dnl autoconf doesn't add --silent to ac_configure_args; explicitly pass it
   test "x$silent" = "xyes" && apr_configure_args="$apr_configure_args --silent"
 
+  dnl AC_CONFIG_SUBDIRS silences option warnings, emulate this for 2.62
+  apr_configure_args="--disable-option-checking $apr_configure_args" 
+
   dnl The eval makes quoting arguments work - specifically the second argument
   dnl where the quoting mechanisms used is "" rather than [].
   dnl