X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=configure.in;h=5aca44dae09684046f1ff6e1fa338c305eaade98;hp=9f3f48adeab768a43e2f02bf12b76c6108f140e3;hb=42cef2046dd18b649f8423957dbde81b07c186f2;hpb=cee050d75d296ea9420e3885fddaae2d43f2521c diff --git a/configure.in b/configure.in index 9f3f48a..5aca44d 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(enscript, 1.6.4, mtr@iki.fi) +AC_INIT(GNU Enscript, 1.6.4, bug-enscript@gnu.org) AC_CONFIG_SRCDIR([src/gsint.h]) AC_PREREQ(2.57) @@ -11,23 +11,7 @@ AC_REVISION($Revision: 1.1.1.1 $) 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