about summary refs log tree commit diff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-09-29 07:45:59 -0700
committerH.J. Lu <hjl.tools@gmail.com>2014-09-29 07:53:36 -0700
commitf4a58f0d3577546bb3978b042863ba0ef82a7d18 (patch)
tree29d3fc120a60b5c4bd72a10cc1012c19f1fa0ccb /sysdeps/alpha
parent1810d3ab7174cc70a3c57700250a600a68f4b242 (diff)
downloadglibc-f4a58f0d3577546bb3978b042863ba0ef82a7d18.tar.gz
glibc-f4a58f0d3577546bb3978b042863ba0ef82a7d18.tar.xz
glibc-f4a58f0d3577546bb3978b042863ba0ef82a7d18.zip
Require autoconf 2.69
	* aclocal.m4: Require autoconf 2.69.
	* configure: Regenerated.
	* sysdeps/aarch64/configure: Likewise.
	* sysdeps/alpha/configure: Likewise.
	* sysdeps/arm/armv7/configure: Likewise.
	* sysdeps/arm/configure: Likewise.
	* sysdeps/ia64/configure: Likewise.
	* sysdeps/mach/configure: Likewise.
	* sysdeps/mips/configure: Likewise.
	* sysdeps/s390/configure: Likewise.
	* sysdeps/unix/sysv/linux/mips/configure: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.

	* sysdeps/alpha/configure.ac: Avoid empty lines at the end of
	file.
	* sysdeps/ia64/configure.ac: Likewise.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r--sysdeps/alpha/configure2
-rw-r--r--sysdeps/alpha/configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/alpha/configure b/sysdeps/alpha/configure
index f1e4103dd0..464b596527 100644
--- a/sysdeps/alpha/configure
+++ b/sysdeps/alpha/configure
@@ -4,3 +4,5 @@
 # With required gcc+binutils, we can always access static and hidden
 # symbols in a position independent way.
 $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
+
+# work around problem with autoconf and empty lines at the end of files
diff --git a/sysdeps/alpha/configure.ac b/sysdeps/alpha/configure.ac
index eadc57afe3..38e52e71ac 100644
--- a/sysdeps/alpha/configure.ac
+++ b/sysdeps/alpha/configure.ac
@@ -4,3 +4,4 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # With required gcc+binutils, we can always access static and hidden
 # symbols in a position independent way.
 AC_DEFINE(PI_STATIC_AND_HIDDEN)
+# work around problem with autoconf and empty lines at the end of files