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

ISSUE-129: Remove obsolete macros from configure.ac #131

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

dmalec
Copy link
Collaborator

@dmalec dmalec commented Jun 21, 2022

Resolves #129

Test Environments

  • OSX Catalina (10.15.7) w/ wxWidgets 3.0.5
  • Ubuntu Bionic (18.04.5) w/ wxWidgets 3.0.5


* AC_CONFIG_HEADER - this is an obsolete synonym for AC_CONFIG_HEADERS
  https://www.gnu.org/software/automake/manual/1.12/html_node/Obsolete-Macros.html

* AC_HEADER_STDC - this is an obsolete macro, autoconf recommends handling old systems
  with missing string functions on a case-by-case basis instead of using this macro
  https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Particular-Headers.html
Copy link
Owner

@jrincayc jrincayc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and approved.

@jrincayc jrincayc merged commit 17ce850 into jrincayc:master Jun 21, 2022
@jrincayc
Copy link
Owner

@dmalec Thank you for fixing this and issue 126 :)

@dmalec
Copy link
Collaborator Author

dmalec commented Jun 21, 2022

@jrincayc you're welcome, no worries :)

@pmetzger
Copy link

Thank you!

@dmalec dmalec deleted the ISSUE-129 branch January 18, 2023 18:05
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.

autoreconf produces unexpected warnings
3 participants