Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using obsolete m4 macros in the configure.ac #26

Open
xambroz opened this issue Apr 3, 2018 · 2 comments
Open

using obsolete m4 macros in the configure.ac #26

xambroz opened this issue Apr 3, 2018 · 2 comments

Comments

@xambroz
Copy link

xambroz commented Apr 3, 2018

Hello,
during the review of the Fedora libemu package (https://bugzilla.redhat.com/show_bug.cgi?id=1559711) it was identified that the package is using obsolete macros during build.

+ autoreconf --verbose --install --warnings=all
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --warnings=all -I m4
autoreconf: configure.ac: tracing
configure.ac:14: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:14: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:9779: AM_CONFIG_HEADER is expanded from...
configure.ac:14: the top level
configure.ac:49: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:49: You should run autoupdate.
aclocal.m4:121: AC_PROG_LIBTOOL is expanded from...
configure.ac:49: the top level
configure.ac:73: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:73: You should run autoupdate.
../../lib/autoconf/types.m4:746: AC_TYPE_SIGNAL is expanded from...
configure.ac:73: the top level
configure.ac:81: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:81: You should run autoupdate.
../../lib/autoconf/types.m4:746: AC_TYPE_SIGNAL is expanded from...
configure.ac:81: the top level
configure.ac:100: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:100: You should run autoupdate.
../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
configure.ac:100: the top level
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf --warnings=all
configure.ac:14: warning: 'AM_CONFIG_HEADER': this macro is obsolete.
configure.ac:14: You should use the 'AC_CONFIG_HEADERS' macro instead.
aclocal.m4:747: AM_CONFIG_HEADER is expanded from...
configure.ac:14: the top level
configure.ac:49: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:49: You should run autoupdate.
m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from...
configure.ac:49: the top level
configure.ac:73: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:73: You should run autoupdate.
../../lib/autoconf/types.m4:746: AC_TYPE_SIGNAL is expanded from...
configure.ac:73: the top level
configure.ac:81: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:81: You should run autoupdate.
../../lib/autoconf/types.m4:746: AC_TYPE_SIGNAL is expanded from...
configure.ac:81: the top level
configure.ac:100: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:100: You should run autoupdate.
../../lib/autoconf/general.m4:207: AC_HELP_STRING is expanded from...
configure.ac:100: the top level
autoreconf: running: /usr/bin/autoheader --warnings=all
autoreconf: running: automake --add-missing --copy --no-force --warnings=all
configure.ac:18: installing './compile'
configure.ac:17: installing './config.guess'
configure.ac:17: installing './config.sub'
configure.ac:8: installing './install-sh'
configure.ac:8: installing './missing'
bindings/python/Makefile.am:8: warning: user target 'install' defined here ...
/usr/share/automake-1.15/am/install.am: ... overrides Automake target 'install' defined here
bindings/python/Makefile.am:11: warning: user target 'clean' defined here ...
automake: ... overrides Automake target 'clean' defined here
bindings/python/Makefile.am:11: consider using clean-local instead of clean
src/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
@xambroz
Copy link
Author

xambroz commented Apr 3, 2018

Please consider using this pull request #27 to fix the warnings about obsolete macros

@xambroz
Copy link
Author

xambroz commented Oct 14, 2019

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant