[patch #10065] fix shell syntax in AX_JNI_INCLUDE_DIR
anonymous <[email protected]> Wed, 12 May 2021 12:39:38 -0400 (EDT)
| Newsgroups | gmane.comp.sysutils.autoconf.archive-maintainers |
|---|---|
| Message-ID | <[email protected]> |
URL:
<https://savannah.gnu.org/patch/?10065>
Summary: fix shell syntax in AX_JNI_INCLUDE_DIR
Project: GNU Autoconf Archive
Submitted by: None
Submitted on: Wed 12 May 2021 04:39:36 PM UTC
Priority: 5 - Normal
Status: None
Assigned to: None
Originator Email: [email protected]
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
In ax_jni_include_dir.m4:77, the line
if @<:@ "$macos_version" -gt "7" @:>@; then
ends up as
if [ "$macos_version" -gt "7" ]; then
in configure.
This does not execute nicely:
../configure: line 26105: [: : integer expression expected
Probably [[ ... ]] was meant, but it would be even nicer to use the portable
explicit call of test here, too.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Wed 12 May 2021 04:39:36 PM UTC Name: ax_jni_include_dir.m4.patch
Size: 628B By: None
<http://savannah.gnu.org/patch/download.php?file_id=51427>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?10065>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/