blob: b0b4cbaff45a3d5875b1d6f540e5c96709e6e5f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
--- ./configure.in.orig
+++ ./configure.in
@@ -43,7 +43,6 @@
AC_ISC_POSIX
AC_PROG_CPP
AM_PROG_CC_STDC
-AM_C_PROTOTYPES
AC_PROG_YACC
fp_PROG_ECHO
AC_PROG_GPERF
--- ./lib/Makefile.am.orig
+++ ./lib/Makefile.am
@@ -17,7 +17,6 @@
## Process this file with automake to produce Makefile.in.
## This seems to make problems with some makes
-AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
#
# Definition of the local target
--- ./src/Makefile.am.orig
+++ ./src/Makefile.am
@@ -23,9 +23,6 @@
## Process this file with automake to produce Makefile.in
-## Since this package is written in ansi, be ready to un-ansify
-AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
-
bin_PROGRAMS = a2ps
DEFS = @DEFS@ -DLOCALEDIR=\"$(datadir)/locale\"
--- ./contrib/sample/Makefile.am.orig
+++ ./contrib/sample/Makefile.am
@@ -25,8 +25,6 @@
## Process this file with automake to produce Makefile.in
-## Since this package is written in ansi, be ready to un-ansify
-AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
localedir = $(datadir)/locale
noinst_PROGRAMS = sample
|