X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8ba62e3e10ae35a50dd4ae0cf4d87b3ffe00852c..4b7a4c1b1c8c18e9ad2517c117442b9b7d7e671a:/configure.ac diff --git a/configure.ac b/configure.ac index 0954c31b..42308f3f 100644 --- a/configure.ac +++ b/configure.ac @@ -94,6 +94,8 @@ AC_PROG_YACC AC_PROG_RANLIB AC_PROG_GNU_M4 AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.]) +AC_DEFINE_UNQUOTED([M4_GNU_OPTION], ["$M4_GNU"], [Define to "-g" if GNU M4 +supports -g, otherwise to "".]) AM_MISSING_PROG([HELP2MAN], [help2man]) AC_PATH_PROG([XSLTPROC], [xsltproc]) AC_SUBST([XSLTPROC]) @@ -115,9 +117,10 @@ BISON_PREREQ_SUBPIPE BISON_PREREQ_TIMEVAR # Gettext. -# We've never tested with gettext versions before 0.15, so play it safe. -AM_GNU_GETTEXT([external], [need-formatstring-macros]) -AM_GNU_GETTEXT_VERSION([0.15]) +# We use gnulib, which is only guaranteed to work properly with the +# latest Gettext. +AM_GNU_GETTEXT([external], [need-ngettext]) +AM_GNU_GETTEXT_VERSION([0.17]) BISON_I18N # Internationalized parsers.