OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004622 [libtool] regular use minor always 2010-11-30 20:02 2010-12-01 14:01
Reporter pfelecan View Status public  
Assigned To
Priority normal Resolution unable to reproduce  
Status closed  
Summary 0004622: 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
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0008508)
pfelecan (developer)
2010-12-01 14:01

erroneous repoort when working with a different version of libtool (2.2.10 vs 2.4)


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker