[bug-notifications] [libtool 0004622]: undue warnings
Mantis Bug Tracker
noreply at opencsw.org
Tue Nov 30 20:02:16 CET 2010
The following issue has been SUBMITTED.
======================================================================
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: new
======================================================================
Date Submitted: 2010-11-30 20:02 CET
Last Modified: 2010-11-30 20:02 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
======================================================================
More information about the bug-notifications
mailing list