about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog15
-rw-r--r--sysdeps/alpha/elf/configure.in1
-rw-r--r--sysdeps/generic/configure.in1
-rw-r--r--sysdeps/i386/elf/configure.in1
-rw-r--r--sysdeps/ia64/elf/configure.in1
-rw-r--r--sysdeps/mach/configure.in1
-rw-r--r--sysdeps/mach/hurd/configure.in1
-rw-r--r--sysdeps/unix/common/configure.in1
-rw-r--r--sysdeps/unix/configure.in1
-rw-r--r--sysdeps/unix/sysv/aix/configure.in1
-rw-r--r--sysdeps/unix/sysv/linux/configure.in1
-rw-r--r--sysdeps/x86_64/elf/configure.in1
12 files changed, 14 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 152d3dbfdf..d284e36777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-2002-10-17  Jeff Bailey  <jbailey@outpost.dnsalias.org>
+2002-10-18  Jeff Bailey  <jbailey@gnu.org>
+
+        * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
+        * sysdeps/generic/configure.in: Likewise.
+        * sysdeps/i386/elf/configure.in: Likewise.
+        * sysdeps/ia64/elf/configure.in: Likewise.
+        * sysdeps/mach/configure.in: Likewise.
+        * sysdeps/mach/hurd/configure.in: Likewise.
+        * sysdeps/unix/configure.in: Likewise.
+        * sysdeps/unix/common/configure.in: Likewise.
+        * sysdeps/unix/sysv/aix/configure.in: Likewise.
+        * sysdeps/unix/sysv/linux/configure.in: Likewise.
+        * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
+        * sysdeps/x86_64/elf/configure.in: Likewise.
 
 	* aclocal.m4: Use just the bits from AS_INIT that are needed for the
 	GLIBC_PROVIDES.  Use plain comment instead of HEADER-COMMENT so
diff --git a/sysdeps/alpha/elf/configure.in b/sysdeps/alpha/elf/configure.in
index 29daf4fc9c..770a95edbb 100644
--- a/sysdeps/alpha/elf/configure.in
+++ b/sysdeps/alpha/elf/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/alpha/elf.
 
diff --git a/sysdeps/generic/configure.in b/sysdeps/generic/configure.in
index 50209f3bf5..393bc307e8 100644
--- a/sysdeps/generic/configure.in
+++ b/sysdeps/generic/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
 if test -z "$inhibit_glue"; then
diff --git a/sysdeps/i386/elf/configure.in b/sysdeps/i386/elf/configure.in
index 89a43b04b9..9664ccc9dd 100644
--- a/sysdeps/i386/elf/configure.in
+++ b/sysdeps/i386/elf/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/i386/elf.
 
diff --git a/sysdeps/ia64/elf/configure.in b/sysdeps/ia64/elf/configure.in
index 104c997c31..d25d85bf5d 100644
--- a/sysdeps/ia64/elf/configure.in
+++ b/sysdeps/ia64/elf/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/ia64/elf.
 
diff --git a/sysdeps/mach/configure.in b/sysdeps/mach/configure.in
index 7a4b0e0766..8d9e06682d 100644
--- a/sysdeps/mach/configure.in
+++ b/sysdeps/mach/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage.
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
 AC_CHECK_TOOL(MIG, mig, MISSING)
diff --git a/sysdeps/mach/hurd/configure.in b/sysdeps/mach/hurd/configure.in
index 21c77b9262..4bffcec4e1 100644
--- a/sysdeps/mach/hurd/configure.in
+++ b/sysdeps/mach/hurd/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage.
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
 # GNU libc on the Hurd is always reentrant.
diff --git a/sysdeps/unix/common/configure.in b/sysdeps/unix/common/configure.in
index 807c44619e..9597d68f3d 100644
--- a/sysdeps/unix/common/configure.in
+++ b/sysdeps/unix/common/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 
 if test -z "$inhibit_glue"; then
diff --git a/sysdeps/unix/configure.in b/sysdeps/unix/configure.in
index 37b6a5bbb9..de7feccb25 100644
--- a/sysdeps/unix/configure.in
+++ b/sysdeps/unix/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix.
 
diff --git a/sysdeps/unix/sysv/aix/configure.in b/sysdeps/unix/sysv/aix/configure.in
index effa853e0b..bb783fc0ce 100644
--- a/sysdeps/unix/sysv/aix/configure.in
+++ b/sysdeps/unix/sysv/aix/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix/sysv/aix.
 
diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in
index ac900da36c..8ab16b74e6 100644
--- a/sysdeps/unix/sysv/linux/configure.in
+++ b/sysdeps/unix/sysv/linux/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix/sysv/linux.
 
diff --git a/sysdeps/x86_64/elf/configure.in b/sysdeps/x86_64/elf/configure.in
index 7679a09b76..e703cf530a 100644
--- a/sysdeps/x86_64/elf/configure.in
+++ b/sysdeps/x86_64/elf/configure.in
@@ -1,4 +1,3 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/x86_64/elf.