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

configure.ac warning "macro is obsolete" #75

Open
ukos-git opened this issue Feb 5, 2022 · 0 comments
Open

configure.ac warning "macro is obsolete" #75

ukos-git opened this issue Feb 5, 2022 · 0 comments

Comments

@ukos-git
Copy link

ukos-git commented Feb 5, 2022

I just updated my custom docker images to debian:bookworm, took a fresh clone from current master (ea6a40a) and I am getting the follownig error during build:

Step 8/17 : RUN /bin/sh autogen.sh
 ---> Running in ab4d6110f6d3
Running aclocal
Running libtoolize
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'
Running automake --add-missing --copy
configure.ac:8: installing './ar-lib'
configure.ac:8: installing './compile'
configure.ac:9: installing './config.guess'
configure.ac:9: installing './config.sub'
configure.ac:5: installing './install-sh'
configure.ac:5: installing './missing'
Running autoconf
configure.ac:12: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:12: You should run autoupdate.
aclocal.m4:121: AC_PROG_LIBTOOL is expanded from...
configure.ac:12: the top level
configure.ac:58: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:58: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from...
configure.ac:58: the top level

All done.
To build the software now, do something like:

$ ./configure [...other options]
$ make

Configure complains about some macros beeing obsolete.
The build runs without problems after this, though.
Is this expected behaviour?

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