Remove automake-generated files.
[enscript.git] / configure.ac
index 45a53f3..9c72f8c 100644 (file)
@@ -96,8 +96,8 @@ 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], [':'],
@@ -118,7 +118,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 \
@@ -131,7 +131,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 ""