From 3ba40b467b9e1d18549658edc29c7b6be6b7f956 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Mar 2002 00:54:20 +0000 Subject: 2002-03-27 Ralf Corsepius * Makefile.am: Remove AUTOMAKE_OPTIONS. --- doc/FAQ/ChangeLog | 4 ++++ doc/FAQ/Makefile.am | 1 - doc/ada_user/ChangeLog | 4 ++++ doc/ada_user/Makefile.am | 1 - doc/bsp_howto/ChangeLog | 4 ++++ doc/bsp_howto/Makefile.am | 1 - doc/common/ChangeLog | 4 ++++ doc/common/Makefile.am | 1 - doc/develenv/ChangeLog | 4 ++++ doc/develenv/Makefile.am | 1 - doc/filesystem/ChangeLog | 4 ++++ doc/filesystem/Makefile.am | 1 - doc/gnu_docs/ChangeLog | 4 ++++ doc/gnu_docs/Makefile.am | 1 - doc/images/ChangeLog | 4 ++++ doc/images/Makefile.am | 1 - doc/itron3.0/ChangeLog | 4 ++++ doc/itron3.0/Makefile.am | 1 - doc/networking/ChangeLog | 4 ++++ doc/networking/Makefile.am | 1 - doc/new_chapters/ChangeLog | 4 ++++ doc/new_chapters/Makefile.am | 1 - doc/porting/ChangeLog | 4 ++++ doc/porting/Makefile.am | 1 - doc/posix1003.1/ChangeLog | 4 ++++ doc/posix1003.1/Makefile.am | 1 - doc/posix_users/ChangeLog | 4 ++++ doc/posix_users/Makefile.am | 1 - doc/relnotes/ChangeLog | 4 ++++ doc/relnotes/Makefile.am | 1 - doc/rgdb_specs/ChangeLog | 4 ++++ doc/rgdb_specs/Makefile.am | 1 - doc/rtems_gdb/ChangeLog | 4 ++++ doc/rtems_gdb/Makefile.am | 1 - doc/src2html/ChangeLog | 4 ++++ doc/src2html/Makefile.am | 1 - doc/started_ada/ChangeLog | 4 ++++ doc/started_ada/Makefile.am | 1 - doc/supplements/ChangeLog | 4 ++++ doc/supplements/Makefile.am | 1 - doc/supplements/hppa1_1/ChangeLog | 4 ++++ doc/supplements/hppa1_1/Makefile.am | 1 - doc/supplements/i386/ChangeLog | 4 ++++ doc/supplements/i386/Makefile.am | 1 - doc/supplements/i960/ChangeLog | 4 ++++ doc/supplements/i960/Makefile.am | 1 - doc/supplements/m68k/ChangeLog | 4 ++++ doc/supplements/m68k/Makefile.am | 1 - doc/supplements/mips/ChangeLog | 4 ++++ doc/supplements/mips/Makefile.am | 1 - doc/supplements/mips64orion/ChangeLog | 4 ++++ doc/supplements/mips64orion/Makefile.am | 1 - doc/supplements/powerpc/ChangeLog | 4 ++++ doc/supplements/powerpc/Makefile.am | 1 - doc/supplements/sh/ChangeLog | 4 ++++ doc/supplements/sh/Makefile.am | 1 - doc/supplements/sparc/ChangeLog | 4 ++++ doc/supplements/sparc/Makefile.am | 1 - doc/supplements/template/ChangeLog | 4 ++++ doc/supplements/template/Makefile.am | 1 - doc/tools/bmenu/ChangeLog | 4 ++++ doc/tools/bmenu/Makefile.am | 1 - doc/tools/src2html/ChangeLog | 4 ++++ doc/tools/src2html/Makefile.am | 1 - doc/tools/texi2www/ChangeLog | 4 ++++ doc/tools/texi2www/Makefile.am | 1 - doc/user/ChangeLog | 4 ++++ doc/user/Makefile.am | 1 - 68 files changed, 136 insertions(+), 34 deletions(-) diff --git a/doc/FAQ/ChangeLog b/doc/FAQ/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/FAQ/ChangeLog +++ b/doc/FAQ/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/FAQ/Makefile.am b/doc/FAQ/Makefile.am index 2363c5b915..06433557ae 100644 --- a/doc/FAQ/Makefile.am +++ b/doc/FAQ/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = FAQ EDITION = 1 diff --git a/doc/ada_user/ChangeLog b/doc/ada_user/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/ada_user/ChangeLog +++ b/doc/ada_user/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am index fa499a09f0..b44a078afb 100644 --- a/doc/ada_user/Makefile.am +++ b/doc/ada_user/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = ada_user EDITION = 1 diff --git a/doc/bsp_howto/ChangeLog b/doc/bsp_howto/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/bsp_howto/ChangeLog +++ b/doc/bsp_howto/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am index d016c93b0a..925a65378c 100644 --- a/doc/bsp_howto/Makefile.am +++ b/doc/bsp_howto/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = bsp_howto EDITION = 1 diff --git a/doc/common/ChangeLog b/doc/common/ChangeLog index 748bd90d9b..11573d57b6 100644 --- a/doc/common/ChangeLog +++ b/doc/common/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/common/Makefile.am b/doc/common/Makefile.am index 37958299c5..ae1c2f93a3 100644 --- a/doc/common/Makefile.am +++ b/doc/common/Makefile.am @@ -1,6 +1,5 @@ ## $Id$ -AUTOMAKE_OPTIONS = foreign 1.5 EXTRA_DIST = cpright.texi setup.texi timemac.texi timetbl.t treedef.tex \ wksheets.t timing.t diff --git a/doc/develenv/ChangeLog b/doc/develenv/ChangeLog index ccfc6e3eac..757a749dfc 100644 --- a/doc/develenv/ChangeLog +++ b/doc/develenv/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am index 2a4a89ffd8..6e1e332681 100644 --- a/doc/develenv/Makefile.am +++ b/doc/develenv/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = develenv EDITION = 1 diff --git a/doc/filesystem/ChangeLog b/doc/filesystem/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/filesystem/ChangeLog +++ b/doc/filesystem/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am index 9582fa543e..6916a0922c 100644 --- a/doc/filesystem/Makefile.am +++ b/doc/filesystem/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = filesystem EDITION = 1 diff --git a/doc/gnu_docs/ChangeLog b/doc/gnu_docs/ChangeLog index 748bd90d9b..11573d57b6 100644 --- a/doc/gnu_docs/ChangeLog +++ b/doc/gnu_docs/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/gnu_docs/Makefile.am b/doc/gnu_docs/Makefile.am index b4c2f4f3d6..7fdb427586 100644 --- a/doc/gnu_docs/Makefile.am +++ b/doc/gnu_docs/Makefile.am @@ -1,6 +1,5 @@ ## $Id$ -AUTOMAKE_OPTIONS = foreign 1.5 EXTRA_DIST = gnu_footer.html mk_install_dir Tool_Doc_Instructions \ gnu_header.html refcard.html gen_docs index.html rtems_tools_index.html \ diff --git a/doc/images/ChangeLog b/doc/images/ChangeLog index 748bd90d9b..11573d57b6 100644 --- a/doc/images/ChangeLog +++ b/doc/images/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/images/Makefile.am b/doc/images/Makefile.am index f7a32dee20..b3d700461d 100644 --- a/doc/images/Makefile.am +++ b/doc/images/Makefile.am @@ -1,6 +1,5 @@ ## $Id$ -AUTOMAKE_OPTIONS = foreign 1.5 html_imagesdir = $(htmldir)/images diff --git a/doc/itron3.0/ChangeLog b/doc/itron3.0/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/itron3.0/ChangeLog +++ b/doc/itron3.0/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/itron3.0/Makefile.am b/doc/itron3.0/Makefile.am index 06eee0855c..5fba42dbff 100644 --- a/doc/itron3.0/Makefile.am +++ b/doc/itron3.0/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = itron EDITION = 1 diff --git a/doc/networking/ChangeLog b/doc/networking/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/networking/ChangeLog +++ b/doc/networking/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/networking/Makefile.am b/doc/networking/Makefile.am index 9f0b061557..0e0c43b641 100644 --- a/doc/networking/Makefile.am +++ b/doc/networking/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = networking EDITION = 1 diff --git a/doc/new_chapters/ChangeLog b/doc/new_chapters/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/new_chapters/ChangeLog +++ b/doc/new_chapters/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am index 1776ba5093..2dcda59547 100644 --- a/doc/new_chapters/Makefile.am +++ b/doc/new_chapters/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = new_chapters EDITION = 1 diff --git a/doc/porting/ChangeLog b/doc/porting/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/porting/ChangeLog +++ b/doc/porting/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am index ed06d50ded..18853b27e5 100644 --- a/doc/porting/Makefile.am +++ b/doc/porting/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = porting EDITION = 1 diff --git a/doc/posix1003.1/ChangeLog b/doc/posix1003.1/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/posix1003.1/ChangeLog +++ b/doc/posix1003.1/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am index 6ce30b8bc2..0fbeefc561 100644 --- a/doc/posix1003.1/Makefile.am +++ b/doc/posix1003.1/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = posix1003_1 EDITION = 1 diff --git a/doc/posix_users/ChangeLog b/doc/posix_users/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/posix_users/ChangeLog +++ b/doc/posix_users/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am index 514ebc09a7..3fd46d7311 100644 --- a/doc/posix_users/Makefile.am +++ b/doc/posix_users/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = posix_users EDITION = 1 diff --git a/doc/relnotes/ChangeLog b/doc/relnotes/ChangeLog index ccfc6e3eac..757a749dfc 100644 --- a/doc/relnotes/ChangeLog +++ b/doc/relnotes/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/relnotes/Makefile.am b/doc/relnotes/Makefile.am index b22584adf6..ebf8df93b0 100644 --- a/doc/relnotes/Makefile.am +++ b/doc/relnotes/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = relnotes EDITION = 1 diff --git a/doc/rgdb_specs/ChangeLog b/doc/rgdb_specs/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/rgdb_specs/ChangeLog +++ b/doc/rgdb_specs/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/rgdb_specs/Makefile.am b/doc/rgdb_specs/Makefile.am index 411cee50b5..47c18406ea 100644 --- a/doc/rgdb_specs/Makefile.am +++ b/doc/rgdb_specs/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = rgdb_specs EDITION = 1 diff --git a/doc/rtems_gdb/ChangeLog b/doc/rtems_gdb/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/rtems_gdb/ChangeLog +++ b/doc/rtems_gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/rtems_gdb/Makefile.am b/doc/rtems_gdb/Makefile.am index 3f8d709119..9aae119fa8 100644 --- a/doc/rtems_gdb/Makefile.am +++ b/doc/rtems_gdb/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = rtems_gdb EDITION = 1 diff --git a/doc/src2html/ChangeLog b/doc/src2html/ChangeLog index 748bd90d9b..11573d57b6 100644 --- a/doc/src2html/ChangeLog +++ b/doc/src2html/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/src2html/Makefile.am b/doc/src2html/Makefile.am index a29ca333e1..91e778c69e 100644 --- a/doc/src2html/Makefile.am +++ b/doc/src2html/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = browseable_rtems diff --git a/doc/started_ada/ChangeLog b/doc/started_ada/ChangeLog index f0a659506a..adf1d1a42f 100644 --- a/doc/started_ada/ChangeLog +++ b/doc/started_ada/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: include main.am, require automake-1.5. diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am index 5ff7a040ac..629fc2b54c 100644 --- a/doc/started_ada/Makefile.am +++ b/doc/started_ada/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = started_ada EDITION = 1 diff --git a/doc/supplements/ChangeLog b/doc/supplements/ChangeLog index 225d0ad8da..b054296202 100644 --- a/doc/supplements/ChangeLog +++ b/doc/supplements/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2001-02-14 Joel Sherrill * mips: New supplement. diff --git a/doc/supplements/Makefile.am b/doc/supplements/Makefile.am index e43f7bbf3c..697d9904b4 100644 --- a/doc/supplements/Makefile.am +++ b/doc/supplements/Makefile.am @@ -1,6 +1,5 @@ ## $Id$ -AUTOMAKE_OPTIONS = foreign 1.5 SUBDIRS = hppa1_1 i386 i960 m68k mips mips64orion powerpc sh sparc template diff --git a/doc/supplements/hppa1_1/ChangeLog b/doc/supplements/hppa1_1/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/hppa1_1/ChangeLog +++ b/doc/supplements/hppa1_1/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/hppa1_1/Makefile.am b/doc/supplements/hppa1_1/Makefile.am index 1729dbe3cf..85c94a0aed 100644 --- a/doc/supplements/hppa1_1/Makefile.am +++ b/doc/supplements/hppa1_1/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = hppa1_1 EDITION = 1 diff --git a/doc/supplements/i386/ChangeLog b/doc/supplements/i386/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/i386/ChangeLog +++ b/doc/supplements/i386/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/i386/Makefile.am b/doc/supplements/i386/Makefile.am index 6d9a9481ec..1332c39d27 100644 --- a/doc/supplements/i386/Makefile.am +++ b/doc/supplements/i386/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = i386 EDITION = 1 diff --git a/doc/supplements/i960/ChangeLog b/doc/supplements/i960/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/i960/ChangeLog +++ b/doc/supplements/i960/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/i960/Makefile.am b/doc/supplements/i960/Makefile.am index c4fcd3dc06..c29a384e3c 100644 --- a/doc/supplements/i960/Makefile.am +++ b/doc/supplements/i960/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = i960 EDITION = 1 diff --git a/doc/supplements/m68k/ChangeLog b/doc/supplements/m68k/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/m68k/ChangeLog +++ b/doc/supplements/m68k/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/m68k/Makefile.am b/doc/supplements/m68k/Makefile.am index 7f3f3a5735..1e75423686 100644 --- a/doc/supplements/m68k/Makefile.am +++ b/doc/supplements/m68k/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = m68k EDITION = 1 diff --git a/doc/supplements/mips/ChangeLog b/doc/supplements/mips/ChangeLog index e438f4a611..df1a257ca4 100644 --- a/doc/supplements/mips/ChangeLog +++ b/doc/supplements/mips/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2001-03-01 Joel Sherrill * .cvsignore: New file. diff --git a/doc/supplements/mips/Makefile.am b/doc/supplements/mips/Makefile.am index 6715ae8aec..6838533b87 100644 --- a/doc/supplements/mips/Makefile.am +++ b/doc/supplements/mips/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = mips EDITION = 1 diff --git a/doc/supplements/mips64orion/ChangeLog b/doc/supplements/mips64orion/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/mips64orion/ChangeLog +++ b/doc/supplements/mips64orion/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/mips64orion/Makefile.am b/doc/supplements/mips64orion/Makefile.am index ce91279f87..39f01a8e2d 100644 --- a/doc/supplements/mips64orion/Makefile.am +++ b/doc/supplements/mips64orion/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = mips64orion EDITION = 1 diff --git a/doc/supplements/powerpc/ChangeLog b/doc/supplements/powerpc/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/powerpc/ChangeLog +++ b/doc/supplements/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/powerpc/Makefile.am b/doc/supplements/powerpc/Makefile.am index dd32c7cffb..62c029d7a4 100644 --- a/doc/supplements/powerpc/Makefile.am +++ b/doc/supplements/powerpc/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = powerpc EDITION = 1 diff --git a/doc/supplements/sh/ChangeLog b/doc/supplements/sh/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/sh/ChangeLog +++ b/doc/supplements/sh/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/sh/Makefile.am b/doc/supplements/sh/Makefile.am index a92d17a981..ce98f93e92 100644 --- a/doc/supplements/sh/Makefile.am +++ b/doc/supplements/sh/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = sh EDITION = 1 diff --git a/doc/supplements/sparc/ChangeLog b/doc/supplements/sparc/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/sparc/ChangeLog +++ b/doc/supplements/sparc/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/sparc/Makefile.am b/doc/supplements/sparc/Makefile.am index 8a23a3bfcd..963be59334 100644 --- a/doc/supplements/sparc/Makefile.am +++ b/doc/supplements/sparc/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = sparc EDITION = 1 diff --git a/doc/supplements/template/ChangeLog b/doc/supplements/template/ChangeLog index 7f4b49cbdb..e869715868 100644 --- a/doc/supplements/template/ChangeLog +++ b/doc/supplements/template/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/supplements/template/Makefile.am b/doc/supplements/template/Makefile.am index f4f346678a..45334da07f 100644 --- a/doc/supplements/template/Makefile.am +++ b/doc/supplements/template/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = template EDITION = 1 diff --git a/doc/tools/bmenu/ChangeLog b/doc/tools/bmenu/ChangeLog index 748bd90d9b..11573d57b6 100644 --- a/doc/tools/bmenu/ChangeLog +++ b/doc/tools/bmenu/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/tools/bmenu/Makefile.am b/doc/tools/bmenu/Makefile.am index 5c5c54c510..1118a222eb 100644 --- a/doc/tools/bmenu/Makefile.am +++ b/doc/tools/bmenu/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 noinst_PROGRAMS = bmenu2 diff --git a/doc/tools/src2html/ChangeLog b/doc/tools/src2html/ChangeLog index 748bd90d9b..11573d57b6 100644 --- a/doc/tools/src2html/ChangeLog +++ b/doc/tools/src2html/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: Require automake-1.5. diff --git a/doc/tools/src2html/Makefile.am b/doc/tools/src2html/Makefile.am index 8dc8e4e036..4b27430d49 100644 --- a/doc/tools/src2html/Makefile.am +++ b/doc/tools/src2html/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 SRC2HTMLDIR = $(top_srcdir)/src2html1.4a diff --git a/doc/tools/texi2www/ChangeLog b/doc/tools/texi2www/ChangeLog index abe1a9dc56..fa05df7f88 100644 --- a/doc/tools/texi2www/ChangeLog +++ b/doc/tools/texi2www/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-01-18 Ralf Corsepius * Makefile.am: require automake-1.5. diff --git a/doc/tools/texi2www/Makefile.am b/doc/tools/texi2www/Makefile.am index a49d848f92..9679f6161b 100644 --- a/doc/tools/texi2www/Makefile.am +++ b/doc/tools/texi2www/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 noinst_SCRIPTS = texi2www texi2dvi diff --git a/doc/user/ChangeLog b/doc/user/ChangeLog index f789cba882..efb574552d 100644 --- a/doc/user/ChangeLog +++ b/doc/user/ChangeLog @@ -1,3 +1,7 @@ +2002-03-27 Ralf Corsepius + + * Makefile.am: Remove AUTOMAKE_OPTIONS. + 2002-03-27 Eric Norum * PR161 diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am index 62e4ab19a2..920d21b679 100644 --- a/doc/user/Makefile.am +++ b/doc/user/Makefile.am @@ -6,7 +6,6 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign 1.5 PROJECT = c_user EDITION = 1 -- cgit v1.2.3