[PATCH] autoreconf: Support AM_GNU_GETTEXT_REQUIRE_VERSION

2015-10-16 Thread Michał Górny
As reported in https://github.com/gentoo/gentoo/pull/163, gettext 0.19.6 supports using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION. Update autoreconf to support both. Signed-off-by: Michał Górny <mgo...@gentoo.org> --- bin/autoreconf.in | 6 +++--- 1 file chan

[PATCH] autoreconf: Support AM_GNU_GETTEXT_REQUIRE_VERSION

2015-10-16 Thread Michał Górny
As reported in https://github.com/gentoo/gentoo/pull/163, gettext 0.19.6 supports using AM_GNU_GETTEXT_REQUIRE_VERSION instead of AM_GNU_GETTEXT_VERSION. Update autoreconf to support both. Signed-off-by: Michał Górny <mgo...@gentoo.org> --- bin/autoreconf.in | 6 +++--- 1 file chan

Feature request: AC_PROG_CC_* macros for gnu89/gnu99-compliant compiler

2013-02-02 Thread Michał Górny
ones. But the general idea is that those macros should cause clang to be run with '-std=gnu89' or '-std=gnu99' as required by the package. What are your thoughts? -- Best regards, Michał Górny signature.asc Description: PGP signature ___ Autoconf

Re: Feature request: AC_PROG_CC_* macros for gnu89/gnu99-compliant compiler

2013-02-02 Thread Michał Górny
On Sat, 02 Feb 2013 08:36:17 -0800 Paul Eggert egg...@cs.ucla.edu wrote: On 02/02/2013 05:13 AM, Michał Górny wrote: In order to solve that properly, I would like to request having two new macros in autoconf: AC_PROG_CC_GNU89 and AC_PROG_CC_GNU99, in a similar manner to the AC_PROG_CC_C99