]> git.pld-linux.org Git - packages/enscript.git/blob - enscript-ac_fixes.patch
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
[packages/enscript.git] / enscript-ac_fixes.patch
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 @@
4  
5  AC_PROG_INSTALL
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
28 @@ -59,14 +43,6 @@
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,
43 @@ -132,9 +108,6 @@
44  
45  dnl substitutions
46  
47 -AC_SUBST(CFLAGS)
48 -AC_SUBST(LDFLAGS)
49 -
50  AC_CONFIG_FILES([Makefile  po/Makefile.in m4/Makefile  intl/Makefile po/Makefile \
51         compat/Makefile \
52         afm/Makefile \
This page took 0.063615 seconds and 3 git commands to generate.