-
Notifications
You must be signed in to change notification settings - Fork 274
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
Replace deprecated AM_CONFIG_HEADER #334
Merged
fklassen
merged 5 commits into
appneta:Enhancement_#334_AM_CONFIG_HEADER_staging
from
jer-gentoo:patch-1
Mar 19, 2017
Merged
Replace deprecated AM_CONFIG_HEADER #334
fklassen
merged 5 commits into
appneta:Enhancement_#334_AM_CONFIG_HEADER_staging
from
jer-gentoo:patch-1
Mar 19, 2017
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fklassen
changed the base branch from
master
to
Enhancement_#334_AM_CONFIG_HEADER_staging
March 19, 2017 01:47
@jer-gentoo thanks for the PR. I'll do some testing and attempt to squeeze this in for 4.2 release (scheduled for Monday release). |
fklassen
added a commit
that referenced
this pull request
Mar 19, 2017
fklassen
added a commit
that referenced
this pull request
Mar 19, 2017
fklassen
added a commit
that referenced
this pull request
Mar 19, 2017
…R_staging Enhancement #334 am config header staging
fklassen
added a commit
that referenced
this pull request
Mar 20, 2017
Latest changes caused multiple declarations of $VERSION and $PRODUCT, which caused `configure` test failures. The result was that tests failed where they otherwise would pass. Result was `-Wno-format-contains-nul` was not defined. Fix is to remove effectively duplicate declarations of the within `configure.ac`.
fklassen
added a commit
that referenced
this pull request
Mar 20, 2017
fklassen
added a commit
that referenced
this pull request
Mar 20, 2017
* Enhancement #334 - Fix warnings on debug Latest changes caused multiple declarations of $VERSION and $PRODUCT, which caused `configure` test failures. The result was that tests failed where they otherwise would pass. Result was `-Wno-format-contains-nul` was not defined. Fix is to remove effectively duplicate declarations of the within `configure.ac`. * Enhancement #334 - fix build error
fklassen
added a commit
that referenced
this pull request
Mar 20, 2017
* Release_4.2: (27 commits) Release 4.2 - fix merge issue - update version Feature #302 - update change log fuzzing ignores layers 2, 3, and 4 (#341) Enhancement #334 - Fix warnings on debug (#339) Enhancement #334 - modernize configure.ac (#338) Bug #316 - fix little-endian test Bug #316 - fix big-endian tests Bug #316 reintroduce tests which work multi-platform Bug #316 - add platform-consistent random number generator Remove -O3 from CFLAGS Replace deprecated AM_CONFIG_HEADER Bug #316 Back out fuzzing test Bug #329 fix -l0 print logic even more Coverity fixes more Coverity fixes Coverity fixes Release 4.2beta3: bump version Release 4.2.0beta2 - update CHANGELOG (#326) add tcpreplay_opts.h to list of BUILT_SOURCES Bug #210 avoid overflow with -M option ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.