autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #10065] fix shell syntax in AX_JNI_INCLUDE_DIR


From: anonymous
Subject: [patch #10065] fix shell syntax in AX_JNI_INCLUDE_DIR
Date: Wed, 12 May 2021 12:39:38 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

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: vigerske@math.hu-berlin.de
             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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]