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

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

[PATCH] ax_var_{push,pop}.m4 missing auxiliary macros


From: Kip Warner
Subject: [PATCH] ax_var_{push,pop}.m4 missing auxiliary macros
Date: Mon, 12 Feb 2018 18:44:56 -0800

Hey list,

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 not available])])
    AX_VAR_POPVALUE([CXXFLAGS])

...with something like...

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

Yours truly,

-- 
Kip Warner | Senior Software Engineer
OpenPGP signed/encrypted mail preferred
https://www.cartesiantheatre.com

Attachment: 0001-ax_var_-push-pop-.m4-were-both-missing-auxiliary-mac.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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