[bug-notifications] [libtool 0004622]: undue warnings

Mantis Bug Tracker noreply at opencsw.org
Wed Dec 1 14:01:33 CET 2010


The following issue has been CLOSED 
====================================================================== 
https://www.opencsw.org/mantis/view.php?id=4622 
====================================================================== 
Reported By:                pfelecan
Assigned To:                
====================================================================== 
Project:                    libtool
Issue ID:                   4622
Category:                   regular use
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2010-11-30 20:02 CET
Last Modified:              2010-12-01 14:01 CET
====================================================================== 
Summary:                    undue warnings
Description: 
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

====================================================================== 

---------------------------------------------------------------------- 
 (0008508) pfelecan (developer) - 2010-12-01 14:01
 https://www.opencsw.org/mantis/view.php?id=4622#c8508 
---------------------------------------------------------------------- 
erroneous repoort when working with a different version of libtool (2.2.10
vs 2.4)



More information about the bug-notifications mailing list