Warnings in buildconf on trunk

2013-10-01 Thread Ruediger Pluem
I see the following autoconf warning when executing buildconf on trunk:

rebuilding configure
configure.in:406: warning: AC_COMPILE_IFELSE was called before 
AC_USE_SYSTEM_EXTENSIONS
../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded from...
configure.in:406: the top level
configure.in:406: warning: AC_RUN_IFELSE was called before 
AC_USE_SYSTEM_EXTENSIONS


Versions:

buildconf: checking installation...
buildconf: python version 2.6.6 (ok)
buildconf: autoconf version 2.63 (ok)
buildconf: libtool version 2.2.6b (ok)


The same does not happen with 2.4.x, but I was not able to find the cause. 
Anybody an idea?

Regards

RĂ¼diger


Re: Warnings in buildconf on trunk

2013-10-01 Thread Rainer Jung
On 01.10.2013 09:53, Ruediger Pluem wrote:
 I see the following autoconf warning when executing buildconf on trunk:
 
 rebuilding configure
 configure.in:406: warning: AC_COMPILE_IFELSE was called before 
 AC_USE_SYSTEM_EXTENSIONS
 ../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded 
 from...
 configure.in:406: the top level
 configure.in:406: warning: AC_RUN_IFELSE was called before 
 AC_USE_SYSTEM_EXTENSIONS
 
 
 Versions:
 
 buildconf: checking installation...
 buildconf: python version 2.6.6 (ok)
 buildconf: autoconf version 2.63 (ok)
 buildconf: libtool version 2.2.6b (ok)
 
 
 The same does not happen with 2.4.x, but I was not able to find the cause. 
 Anybody an idea?

Could it be related to

http://mail-archives.apache.org/mod_mbox/httpd-cvs/201105.mbox/%3c20110509203750.623fb2388...@eris.apache.org%3E

ENOTIME to investigate right now, sorry, but maybe the fix is similar
(or the above change is the culprit ...)?

Regards,

Rainer



Re: Warnings in buildconf on trunk

2013-10-01 Thread Joe Orton
On Tue, Oct 01, 2013 at 09:53:25AM +0200, Ruediger Pluem wrote:
 I see the following autoconf warning when executing buildconf on trunk:
 
 rebuilding configure
 configure.in:406: warning: AC_COMPILE_IFELSE was called before 
 AC_USE_SYSTEM_EXTENSIONS
 ../../lib/autoconf/specific.m4:386: AC_USE_SYSTEM_EXTENSIONS is expanded 
 from...
 configure.in:406: the top level
 configure.in:406: warning: AC_RUN_IFELSE was called before 
 AC_USE_SYSTEM_EXTENSIONS

Fixed in r1528032.

Regards, Joe