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

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

[patch #9564] [PATCH] ax_var_{push, pop}.m4 were both missing auxiliary


From: Kip
Subject: [patch #9564] [PATCH] ax_var_{push, pop}.m4 were both missing auxiliary macros found in the other
Date: Mon, 12 Feb 2018 21:42:13 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

URL:
  <http://savannah.gnu.org/patch/?9564>

                 Summary: [PATCH] ax_var_{push,pop}.m4 were both missing
auxiliary macros found in the other
                 Project: GNU Autoconf Archive
            Submitted by: kip
            Submitted on: Tue 13 Feb 2018 02:42:11 AM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I've attached a patch to fix ax_var_{push,pop}.m4. Both macros were missing
auxiliary macros found in the other. This is why the following would fail...

    AX_VAR_PUSHVALUE([CXXFLAGS],[])
    AX_TLS([], [AC_MSG_ERROR([thread local storage is not available on your
compiler...])])
    AX_VAR_POPVALUE([CXXFLAGS])

...with something like...

../configure: line 22174: syntax error near unexpected token
`CXXFLAGS_counter'
../configure: line 22174: `  decrement(CXXFLAGS_counter)'



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Tue 13 Feb 2018 02:42:11 AM UTC  Name:
0001-ax_var_-push-pop-.m4-were-both-missing-auxiliary-mac.patch  Size: 2KiB  
By: kip

<http://savannah.gnu.org/patch/download.php?file_id=43268>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?9564>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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