Mantis - libtool
Viewing Issue Advanced Details
4622 regular use minor always 2010-11-30 20:02 2010-12-01 14:01
pfelecan  
 
normal  
closed  
unable to reproduce  
none    
none  
0004622: undue warnings
With a minimal configure.ac we get undue warnings (at least im my understanding) after the transition from 2.2 to 2.4; here is a minimal configure.ac file:

AC_INIT([ltt],[1.0])

AC_CONFIG_MACRO_DIR([m4])

# library production requirements:
LT_INIT()
LT_LANG([C])
AC_OUTPUT

And here are the generated warnings when running aclocal:

configure.ac:6: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
/opt/csw/share/aclocal/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
/opt/csw/share/aclocal/libtool.m4:4207: _LT_LINKER_SHLIBS is expanded from...
/opt/csw/share/aclocal/libtool.m4:5339: _LT_LANG_C_CONFIG is expanded from...
/opt/csw/share/aclocal/libtool.m4:143: _LT_SETUP is expanded from...
/opt/csw/share/aclocal/libtool.m4:69: LT_INIT is expanded from...
configure.ac:6: the top level
configure.ac:6: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
/opt/csw/share/aclocal/libtool.m4:4207: _LT_LINKER_SHLIBS is expanded from...
/opt/csw/share/aclocal/libtool.m4:5339: _LT_LANG_C_CONFIG is expanded from...
/opt/csw/share/aclocal/libtool.m4:143: _LT_SETUP is expanded from...
/opt/csw/share/aclocal/libtool.m4:69: LT_INIT is expanded from...
configure.ac:6: the top level
Issue History
2010-11-30 20:02 pfelecan New Issue
2010-12-01 14:01 pfelecan Note Added: 0008508
2010-12-01 14:01 pfelecan Status new => closed
2010-12-01 14:01 pfelecan Resolution open => unable to reproduce

Notes
(0008508)
pfelecan   
2010-12-01 14:01   
erroneous repoort when working with a different version of libtool (2.2.10 vs 2.4)