X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=configure.ac;h=d481ed02d508e82a17229826e88de16d4159438b;hp=dbb84d2f365c29b409da79716603398ce5c45f21;hb=c646cf316ff39592e23ecd9ce26374c197d58ff4;hpb=3638fc4643436b27b4fd034416d77651a057fc42 diff --git a/configure.ac b/configure.ac index dbb84d2..d481ed0 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,8 @@ AC_USE_SYSTEM_EXTENSIONS AC_C_CONST AC_FUNC_ALLOCA +dnl its save to say that in 2023 all compilers support prototypes +AC_DEFINE([PROTOTYPES], [1], [Define to 1 if your compiler supports function prototypes.]) AC_HEADER_STDC AC_CHECK_HEADERS([string.h stdlib.h unistd.h stdarg.h math.h pwd.h]) @@ -112,8 +114,8 @@ AC_ARG_WITH(ps-level, AC_SUBST(PSLEVEL) dnl Internationalization. -AM_GNU_GETTEXT -AM_GNU_GETTEXT_VERSION([0.17]) +AM_GNU_GETTEXT([external]) +AM_GNU_GETTEXT_VERSION([0.21.1]) dnl Path separator character. AC_DEFINE_UNQUOTED([PATH_SEPARATOR], [':'], @@ -134,7 +136,7 @@ dnl substitutions AC_SUBST(CFLAGS) AC_SUBST(LDFLAGS) -AC_CONFIG_FILES([Makefile po/Makefile.in intl/Makefile po/Makefile \ +AC_CONFIG_FILES([Makefile po/Makefile.in\ compat/Makefile \ afm/Makefile \ afmlib/Makefile \