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

autoreconf produces unexpected warnings #129

Closed
pmetzger opened this issue Jun 20, 2022 · 2 comments · Fixed by #131
Closed

autoreconf produces unexpected warnings #129

pmetzger opened this issue Jun 20, 2022 · 2 comments · Fixed by #131

Comments

@pmetzger
Copy link

On MacOS 12.4 Monterey, autoconf 2.71:

$ autoreconf --install
configure.ac:5: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:5: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:5: the top level
configure.ac:100: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:100: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:100: the top level
configure.ac:12: installing './compile'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
Makefile.am: installing './depcomp'
docs/Makefile.am:1: installing 'docs/texinfo.tex'
@pmetzger
Copy link
Author

Thank you!

@dmalec
Copy link
Collaborator

dmalec commented Jun 21, 2022

You're welcome, no worries :)

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

Successfully merging a pull request may close this issue.

2 participants