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

Autoconf complains about obsolete options #88

Open
Alphix opened this issue Oct 23, 2023 · 4 comments
Open

Autoconf complains about obsolete options #88

Alphix opened this issue Oct 23, 2023 · 4 comments

Comments

@Alphix
Copy link
Contributor

Alphix commented Oct 23, 2023

There's a lot of moaning from autoconf about obsolete options....e.g.:

configure.ac:12: warning: The macro `AC_PROG_CC_C99' is obsolete.
configure.ac:12: You should run autoupdate.
./lib/autoconf/c.m4:1659: AC_PROG_CC_C99 is expanded from...
configure.ac:12: the top level
configure.ac:23: warning: The macro `AC_OUTPUT_COMMANDS' is obsolete.
configure.ac:23: You should run autoupdate.
./lib/autoconf/status.m4:1025: AC_OUTPUT_COMMANDS is expanded from...
m4/po.m4:23: AM_PO_SUBDIRS is expanded from...
m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
configure.ac:23: the top level
configure.ac:23: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:23: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
m4/gettext.m4:59: AM_GNU_GETTEXT is expanded from...
configure.ac:23: the top level
configure.ac:23: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:23: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
...

Time to follow the advice and run autoupdate, or is there something I'm missing?

@simo5
Copy link
Contributor

simo5 commented Oct 23, 2023

I think the last time I did I then had issues building on older OS versions I still wanted to support.
If, after the autoupdate, the build will still work on CentOS 8 and the oldest Debian stable then we can update.

@Alphix
Copy link
Contributor Author

Alphix commented Oct 23, 2023

I could check Debian builds, but I'm definitely not an autoconf/automake expert (and I don't think I'll ever be...or want to be)

@simo5
Copy link
Contributor

simo5 commented Oct 23, 2023

/me neither, so I endure the notices until I am forced to upgrade :-)

@Alphix
Copy link
Contributor Author

Alphix commented Oct 23, 2023

/me neither, so I endure the notices until I am forced to upgrade :-)

Hmm, would you be adverse to a meson-based build system instead?

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

2 participants