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
Fix configure ac for autoconf 2.70 #644
Fix configure ac for autoconf 2.70 #644
Conversation
c249b23
to
d3bcaf6
Compare
|
This should fix #643 |
|
FWIW: Tested locally and it does fix #643, I included these patches in the Fedora Rawhide package. |
|
Any progress on this PR to be merged? |
|
Needs me to finish getting the CLA bot set up and for the author to sign the CLA, for starters. |
|
Feel free to use patches under Public Domain, if that helps. |
|
FWIW, authors do not have a lot of interest in signing CLAs for half-dead projects, I strongly suggest you use an inbound-outbound license instead, and a DCO, to lower barriers to contribution. |
|
Please update your pull request so it has been signed off on in accordance with our DCO. Thanks! |
In the COMMANDS-TO-SET-IT argument, per Autoconf docs: https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Caching-Results.html Signed-off-by: Pavel Raiskup <praiskup@redhat.com>
Autoconf 2.70+ is more picky about the quotation (even though with
previous versions the arguments should have been quoted, too). When we
don't quote macros inside the AC_CACHE_VAL macro - some of the Autoconf
initialization is wrongly ordered in ./configure script and we keep
seeing bugs like:
./configure: line 2165: ac_fn_c_try_run: command not found
Original report: https://bugzilla.redhat.com/1943013
Signed-off-by: Pavel Raiskup <praiskup@redhat.com>
d3bcaf6
to
004869f
Compare
|
Done, ptal. |
The exit function requires to include stdlib otherwise this will fail on new versions of MacOS Signed-off-by: Ignacio Casal Quinteiro <qignacio@amazon.com>
In the COMMANDS-TO-SET-IT argument, per Autoconf docs: https://www.gnu.org/software/autoconf/manual/autoconf-2.63/html_node/Caching-Results.html Signed-off-by: Pavel Raiskup <praiskup@redhat.com>
Autoconf 2.70+ is more picky about the quotation (even though with
previous versions the arguments should have been quoted, too). When we
don't quote macros inside the AC_CACHE_VAL macro - some of the Autoconf
initialization is wrongly ordered in ./configure script and we keep
seeing bugs like:
./configure: line 2165: ac_fn_c_try_run: command not found
Original report: https://bugzilla.redhat.com/1943013
Signed-off-by: Pavel Raiskup <praiskup@redhat.com>
…kup/cyrus-sasl into fix644
No description provided.