--- enscript-1.6.4/configure.in.orig 2003-03-05 08:26:16.000000000 +0100 +++ enscript-1.6.4/configure.in 2003-05-09 07:49:01.000000000 +0200 @@ -11,23 +11,7 @@ AC_PROG_INSTALL -AC_ARG_WITH(cc, -[ --with-cc(=CC) use system's native compiler (or compiler CC)], - if test "X$withval" != "Xno"; then - if test "X$withval" = "Xyes"; then - CC='cc' - else - CC=$withval - fi - CFLAGS="$CFLAGS -I/usr/local/include" - LDFLAGS="$LDFLAGS -L/usr/local/lib" - echo "using compiler CC=$CC" - fi -) - -if test "X$CC" = "X"; then - AC_PROG_CC -fi +AC_PROG_CC AC_ISC_POSIX AM_C_PROTOTYPES @@ -59,14 +43,6 @@ AC_PROG_YACC AM_PROG_LEX -AC_ARG_ENABLE(debug, -[ --enable-debug enable debugging], [ - echo enabling debugging - if test -n "$GCC"; then - CFLAGS="$CFLAGS -Wall" - fi -]) - dnl Define the default output media. AC_ARG_WITH(media, @@ -132,9 +108,6 @@ dnl substitutions -AC_SUBST(CFLAGS) -AC_SUBST(LDFLAGS) - AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile po/Makefile \ compat/Makefile \ afm/Makefile \