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

update configure and build system #9

Merged
merged 7 commits into from
Aug 27, 2023
Merged

Conversation

chu11
Copy link
Member

@chu11 chu11 commented Aug 27, 2023

Update many parts of the build system which were obsolete or deprecated.

Problem: The autoconf macro AC_HELP_STRING is obsolete.

Update to AS_HELP_STRING.
Problem: The AC_TRY_LINK autoconf macro is now obsolete.

Update to AC_LINK_IFELSE
Problem: AC_CANONICAL_SYSTEM is obsolete.

Replace with AC_CANONICAL_TARGET.
Problem: The current use of AM_INIT_AUTOMAKE is obsolete.

Update usage of AM_INIT_AUTOMAKE, but there are many fallouts from this.

Update AC_INIT to specify project version.
Remove use of META file, AC_META, and remove ac_meta.m4.
Update use of macros in whatsup.spec.in, pingd_config.c, whatsup.c.
Problem: Some libtool stuff needs to be updated.

Add --force option to autogen.sh to force updates.
Problem: There have been changes to configure.ac.  The
build system needs to be regenerated.

Run ./autogen.sh to regenerate everything.
@chu11 chu11 merged commit b2ac3d0 into chaos:master Aug 27, 2023
1 check passed
@chu11 chu11 deleted the update_configure branch August 29, 2023 05:09
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 this pull request may close these issues.

1 participant