]> git.pld-linux.org Git - packages/enscript.git/blame - enscript-ac_fixes.patch
- patch from rawhide.
[packages/enscript.git] / enscript-ac_fixes.patch
CommitLineData
520f7cd3 1--- ./configure.in.org Thu Jun 25 08:37:22 1998
2+++ ./configure.in Wed Dec 12 22:51:10 2001
3@@ -8,25 +8,9 @@
4
5 AC_REVISION($Revision$)
6
7-AM_PROG_INSTALL
8+AC_PROG_INSTALL
9
10-AC_ARG_WITH(cc,
11-[ --with-cc(=CC) use system's native compiler (or compiler CC)],
12- if test "X$withval" != "Xno"; then
13- if test "X$withval" = "Xyes"; then
14- CC='cc'
15- else
16- CC=$withval
17- fi
18- CFLAGS="$CFLAGS -I/usr/local/include"
19- LDFLAGS="$LDFLAGS -L/usr/local/lib"
20- echo "using compiler CC=$CC"
21- fi
22-)
23-
24-if test "X$CC" = "X"; then
25- AC_PROG_CC
26-fi
27+AC_PROG_CC
28
29 AC_ISC_POSIX
30 AM_C_PROTOTYPES
31@@ -69,14 +53,6 @@
32 AC_PROG_YACC
33 AM_PROG_LEX
34
35-AC_ARG_ENABLE(debug,
36-[ --enable-debug enable debugging], [
37- echo enabling debugging
38- if test -n "$GCC"; then
39- CFLAGS="$CFLAGS -Wall"
40- fi
41-])
42-
43 dnl Define the default output media.
44
45 AC_ARG_WITH(media,
46@@ -140,12 +116,6 @@
47
48 AC_PATH_PROG(PERL, perl)
49
50-dnl substitutions
51-
52-AC_SUBST(CFLAGS)
53-AC_SUBST(LDFLAGS)
54-AC_SUBST(LIBOBJS)
55-
56 AC_OUTPUT([Makefile enscript.1 compat/Makefile afm/Makefile afmlib/Makefile src/Makefile lib/Makefile scripts/Makefile intl/Makefile po/Makefile.in states/Makefile states/states.1 states/tests/Makefile tests/Makefile], [sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in >po/Makefile])
57
58 echo ""
This page took 0.059348 seconds and 4 git commands to generate.