configure: Replace use of AC_EGREP_CPP#85
Merged
ofalk merged 4 commits intoofalk:develfrom Apr 7, 2023
Merged
Conversation
Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: Oliver Falk <oliver@linux-kernel.at>
Use AC_COMPILE_IFELSE instead to compute platform support for arp ioctls AC_EGREP_CPP does not work as used with upcoming autoconf 2.72 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Owner
|
Thanks @kraj for finding this issue and the PR! I've switched the branch to devel, since that is the branch I'm mainly pulling into ATM. Let me see if I can quickly merge it, but it seems straight forward. |
ofalk
added a commit
that referenced
this pull request
Apr 7, 2023
1.16.4 release * Correct path to string.h (from bsd); Fixes #74 * Update RPM spec * Get rid of distutils from Python and use setuptools * Update author information * Add missing aux files * Init cmake with github actions (#81) * configure: Replace use of AC_EGREP_CPP (#85) Many thanks to the supporters!!! Signed-off-by: Oliver Falk <oliver@linux-kernel.at> Co-authored-by: Anton <Jihadist@users.noreply.github.com> Co-authored-by: Khem Raj <raj.khem@gmail.com> Co-authored-by: Joshua Root
This file contains hidden or 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
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.
Use AC_COMPILE_IFELSE instead to compute platform support for arp ioctls AC_EGREP_CPP does not work as used with upcoming autoconf 2.72