X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=configure.ac;h=d8659a5fa2107687a62f2aa34c9eb7ef03b8f9bf;hp=3e05ec81c821ca8461f4a6d8e2b2cb8264beed3e;hb=a356d343aa9db52b75432cde927b6f9bad6a7c44;hpb=43de77995fca89b6da899d0779681a544d47a53d diff --git a/configure.ac b/configure.ac index 3e05ec8..d8659a5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU Enscript],[1.6.4],[bug-enscript@gnu.org]) +AC_INIT([GNU Enscript],[1.6.6],[bug-enscript@gnu.org]) AC_PREREQ([2.61]) AC_CONFIG_SRCDIR([src/gsint.h]) AC_CONFIG_HEADERS([config.h]) @@ -11,7 +11,6 @@ AC_PROG_INSTALL AC_PROG_CC AC_USE_SYSTEM_EXTENSIONS -AM_C_PROTOTYPES AC_C_CONST AC_FUNC_ALLOCA @@ -96,12 +95,14 @@ AC_ARG_WITH(ps-level, AC_SUBST(PSLEVEL) dnl Internationalization. -ALL_LINGUAS="de es fi fr nl ru sl" AM_GNU_GETTEXT +AM_GNU_GETTEXT_VERSION([0.17]) dnl Path separator character. -AC_DEFINE_UNQUOTED(PATH_SEPARATOR, ':') -AC_DEFINE_UNQUOTED(PATH_SEPARATOR_STR, ":") +AC_DEFINE_UNQUOTED([PATH_SEPARATOR], [':'], + [Character used to separate path components.]) +AC_DEFINE_UNQUOTED([PATH_SEPARATOR_STR], [":"], + [Character used to separate path components, as string.]) dnl dnl Scripts @@ -116,7 +117,7 @@ dnl substitutions AC_SUBST(CFLAGS) AC_SUBST(LDFLAGS) -AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile po/Makefile \ +AC_CONFIG_FILES([Makefile po/Makefile.in intl/Makefile po/Makefile \ compat/Makefile \ afm/Makefile \ afmlib/Makefile \ @@ -129,7 +130,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile po/Makefile states/tests/Makefile \ docs/Makefile \ w32/Makefile]) -AC_CONFIG_COMMANDS([default],[[ echo timestamp > stamp-h ]], [[]]) + AC_OUTPUT echo ""