Add a patch from Josh Zenker for bash highlight
[enscript.git] / configure.ac
index 6168e16..465100a 100644 (file)
@@ -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])
@@ -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 ""