| [EMAIL PROTECTED] (Johan Danielsson) writes: | > This doesn't work with newer autoconf since it explicitly checks for | > ` and $. | | Isn't this infact a bug? | | AC_INIT(configure.in) | AC_CONFIG_HEADER(config.h) | zz=X | AC_DEFINE_UNQUOTED($zz, 1, test) | | produces an empty config.h.in This is the expected behavior, use literals as first arg of AC_DEFINE.
- AC_DEFINE-descriptions with 2.14* Johan Danielsson
- Re: AC_DEFINE-descriptions with 2.14* Johan Danielsson
- Re: AC_DEFINE-descriptions with 2.14* Akim Demaille
- Re: AC_DEFINE-descriptions with 2.14* Johan Danielsson
- Re: AC_DEFINE-descriptions with 2.14* Akim Demaille
- Re: AC_DEFINE-descriptions with 2.1... Johan Danielsson
- Re: AC_DEFINE-descriptions with... Akim Demaille
- Re: AC_DEFINE-descriptions ... Thomas E. Dickey
- Re: AC_DEFINE-descriptions ... Akim Demaille
- Re: AC_DEFINE-descriptions ... Johan Danielsson
- Re: AC_DEFINE-descriptions ... Thomas E. Dickey
- Re: AC_DEFINE-descriptions ... Akim Demaille
- Re: AC_DEFINE-descriptions with 2.1... Thomas E. Dickey