Kip
2018-02-13 02:42:13 UTC
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/
<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/