- Git 1.4.4+ <https://git-scm.com/>
- Automake 1.11+ <https://www.gnu.org/software/automake/>
+- Gettext 0.13+ <https://www.gnu.org/software/gettext/>
- Help2man 1.29+ <https://www.gnu.org/software/help2man/>
- M4 1.4.16+ <https://www.gnu.org/software/m4/>
- Perl 5.010+ <https://www.cpan.org/>
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE
AM_GNU_GETTEXT([external])
-# This is the oldest version of gettext.m4 that defines the
-# AM_GNU_GETTEXT_VERSION macro.
-AM_GNU_GETTEXT_VERSION([0.11.4])
+# This is the oldest version of gettext that does not assume egrep.
+AM_GNU_GETTEXT_VERSION([0.13])
AC_CONFIG_FILES([Makefile po/Makefile.in])
AC_OUTPUT
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE
AM_GNU_GETTEXT([external])
-# This is the oldest version of gettext.m4 that defines the
-# AM_GNU_GETTEXT_VERSION macro.
-AM_GNU_GETTEXT_VERSION([0.11.4])
+# This is the oldest version of gettext that does not assume egrep.
+AM_GNU_GETTEXT_VERSION([0.13])
AC_CONFIG_FILES([Makefile po/Makefile.in])
AC_OUTPUT