summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-11-30 13:42:17 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-11-30 13:42:17 +0000
commitf7fffe767c680bc2f45588ab77eab0d76b7b1b68 (patch)
treea26cacc849d1e3c1f34c40c17b8040aa59c40c9a
parentc51eabe502d7f1bb6f017dde2a4a0441298e3885 (diff)
downloadmailutils-f7fffe767c680bc2f45588ab77eab0d76b7b1b68.tar.gz
mailutils-f7fffe767c680bc2f45588ab77eab0d76b7b1b68.tar.bz2
Removed traces of ansi2knr.c
-rw-r--r--auth/Makefile.am2
-rw-r--r--comsat/Makefile.am1
-rw-r--r--dotlock/Makefile.am1
-rw-r--r--frm/Makefile.am1
-rw-r--r--from/Makefile.am1
-rw-r--r--guimb/Makefile.am1
-rw-r--r--imap4d/Makefile.am1
-rw-r--r--libmu_scm/Makefile.am1
-rw-r--r--mail.local/Makefile.am1
-rw-r--r--mail.remote/Makefile.am1
-rw-r--r--mail/Makefile.am1
-rw-r--r--mapi/Makefile.am2
-rw-r--r--messages/Makefile.am1
-rw-r--r--pop3d/Makefile.am1
-rw-r--r--readmsg/Makefile.am1
15 files changed, 0 insertions, 17 deletions
diff --git a/auth/Makefile.am b/auth/Makefile.am
index 4e0c111d0..54f6dbb85 100644
--- a/auth/Makefile.am
+++ b/auth/Makefile.am
@@ -2,8 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
-
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include -I${top_srcdir}/lib
AM_CFLAGS = -DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 92737c69c..7e5f67f62 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
sbin_PROGRAMS = comsatd
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index bb9d25e31..4b5f7e027 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm
bin_PROGRAMS = dotlock
diff --git a/frm/Makefile.am b/frm/Makefile.am
index 95ff1098e..520605c73 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
SUBDIRS = testsuite
diff --git a/from/Makefile.am b/from/Makefile.am
index eca07ac51..c81454c58 100644
--- a/from/Makefile.am
+++ b/from/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
SUBDIRS = testsuite
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index 095a22c0a..b0c5d2da1 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include \
-I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
diff --git a/imap4d/Makefile.am b/imap4d/Makefile.am
index d320c8c71..3e3dfd1d4 100644
--- a/imap4d/Makefile.am
+++ b/imap4d/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/include @AUTHINCS@
SUBDIRS = testsuite
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index ef93efdf7..77d428be0 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I. -I$(top_builddir) -I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include @GUILE_INCLUDES@
lib_LTLIBRARIES=@MU_SCM@
diff --git a/mail.local/Makefile.am b/mail.local/Makefile.am
index 813dd8ecf..88264f5a1 100644
--- a/mail.local/Makefile.am
+++ b/mail.local/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/mailbox -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm @GUILE_INCLUDES@
SUBDIRS = testsuite
diff --git a/mail.remote/Makefile.am b/mail.remote/Makefile.am
index 0e24c462a..fd1d984ef 100644
--- a/mail.remote/Makefile.am
+++ b/mail.remote/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include -I$(top_srcdir)/libmu_scm
SUBDIRS = testsuite
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 0aefb09f3..a54f5e335 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
AM_YFLAGS=-vt
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib -I${top_srcdir}/mailbox
AM_CFLAGS = -DSITE_MAIL_RC=\"@SITE_MAIL_RC@\"
diff --git a/mapi/Makefile.am b/mapi/Makefile.am
index fc5dcb2f7..103618b89 100644
--- a/mapi/Makefile.am
+++ b/mapi/Makefile.am
@@ -2,8 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
-
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/mailbox/include
SUBDIRS = include
diff --git a/messages/Makefile.am b/messages/Makefile.am
index afeb0c8ee..c3e7790d1 100644
--- a/messages/Makefile.am
+++ b/messages/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
SUBDIRS = testsuite
diff --git a/pop3d/Makefile.am b/pop3d/Makefile.am
index 90c10294a..c15da760e 100644
--- a/pop3d/Makefile.am
+++ b/pop3d/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I$(top_srcdir)/include
sbin_PROGRAMS = pop3d
diff --git a/readmsg/Makefile.am b/readmsg/Makefile.am
index 7e6e6284f..7a42926fd 100644
--- a/readmsg/Makefile.am
+++ b/readmsg/Makefile.am
@@ -2,7 +2,6 @@
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
-AUTOMAKE_OPTIONS = ../lib/ansi2knr
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib
SUBDIRS = testsuite

Return to:

Send suggestions and report system problems to the System administrator.