]> git.pld-linux.org Git - packages/enscript.git/blame - enscript-ac_fixes.patch
- security blocker added
[packages/enscript.git] / enscript-ac_fixes.patch
CommitLineData
3ca3bbf6
JB
1--- enscript-1.6.4/configure.in.orig 2003-03-05 08:26:16.000000000 +0100
2+++ enscript-1.6.4/configure.in 2003-05-09 07:49:01.000000000 +0200
3@@ -11,23 +11,7 @@
520f7cd3 4
3ca3bbf6 5 AC_PROG_INSTALL
520f7cd3 6
7-AC_ARG_WITH(cc,
8-[ --with-cc(=CC) use system's native compiler (or compiler CC)],
9- if test "X$withval" != "Xno"; then
10- if test "X$withval" = "Xyes"; then
11- CC='cc'
12- else
13- CC=$withval
14- fi
15- CFLAGS="$CFLAGS -I/usr/local/include"
16- LDFLAGS="$LDFLAGS -L/usr/local/lib"
17- echo "using compiler CC=$CC"
18- fi
19-)
20-
21-if test "X$CC" = "X"; then
22- AC_PROG_CC
23-fi
24+AC_PROG_CC
25
26 AC_ISC_POSIX
27 AM_C_PROTOTYPES
3ca3bbf6 28@@ -59,14 +43,6 @@
520f7cd3 29 AC_PROG_YACC
30 AM_PROG_LEX
31
32-AC_ARG_ENABLE(debug,
33-[ --enable-debug enable debugging], [
34- echo enabling debugging
35- if test -n "$GCC"; then
36- CFLAGS="$CFLAGS -Wall"
37- fi
38-])
39-
40 dnl Define the default output media.
41
42 AC_ARG_WITH(media,
3ca3bbf6 43@@ -132,9 +108,6 @@
520f7cd3 44
5de32d90 45 dnl substitutions
520f7cd3 46
520f7cd3 47-AC_SUBST(CFLAGS)
48-AC_SUBST(LDFLAGS)
520f7cd3 49-
3ca3bbf6 50 AC_CONFIG_FILES([Makefile po/Makefile.in m4/Makefile intl/Makefile po/Makefile \
5de32d90 51 compat/Makefile \
52 afm/Makefile \
This page took 0.224091 seconds and 4 git commands to generate.