Discussion:
[patch #9564] [PATCH] ax_var_{push, pop}.m4 were both missing auxiliary macros found in the other
Kip
2018-02-13 02:42:13 UTC
Permalink
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/
Peter Simons
2018-02-13 08:28:30 UTC
Permalink
Update of patch #9564 (project autoconf-archive):

Status: None => Done
Open/Closed: Open => Closed

_______________________________________________________

Follow-up Comment #1:

Pushed in afd25b0076652fed543b872154b48934a4f43ecb. Thank you very much for
the patch.

_______________________________________________________

Reply to this item at:

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

_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
Kip
2018-02-13 19:01:44 UTC
Permalink
Follow-up Comment #2, patch #9564 (project autoconf-archive):

My pleasure, Peter.

_______________________________________________________

Reply to this item at:

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

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

Loading...