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

Stop the autotools nag about AC_CONFIG_MACRO_DIRS #406

Merged
merged 1 commit into from
Aug 13, 2022

Conversation

bregma
Copy link
Member

@bregma bregma commented Aug 10, 2022

All warnings should be heeded, including the ones spat out by autoreconf. In
this case, autoconf wanted a place to generate its m4 files into and automake
wanted the right target names in doc/Makefile.am.

Also added AM_SILENT_FILES([yes]) to reduce the visual noise in build output to
make spotting build problems easier. You can override the silent default by
running make with V=0 appended to the command line.

Removed the unnecessary and unused acinclude.m4 file to reduce clutter in the
source directory.

Fixes issue #404

All warnings should be heeded, including the ones spat out by autoreconf. In
this case, autoconf wanted a place to generate its m4 files into and automake
wanted the right target names in doc/Makefile.am.

Also added AM_SILENT_FILES([yes]) to reduce the visual noise in build output to
make spotting build problems easier. You can override the silent default by
running `make` with `V=0` appended to the command line.

Removed the unnecessary and unused acinclude.m4 file to reduce clutter in the
source directory.
@bregma bregma linked an issue Aug 10, 2022 that may be closed by this pull request
@bregma bregma merged commit 778dc30 into libunwind:master Aug 13, 2022
@bregma bregma deleted the GH/404 branch July 26, 2023 13:32
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.

autotools cleanup
1 participant