diff mbox

S390: Unify configure.ac scripts.

Message ID li6a5e$qqn$1@ger.gmane.org
State New
Headers show

Commit Message

Stefan Liebler April 10, 2014, 2:34 p.m. UTC
Hi,

this patch unifies the configure.ac fragments for s390-32 and s390-64 
because they are identical.
Tested on S390/S390x.

Ok?

Bye

---
2014-04-10  Stefan Liebler  <stli@linux.vnet.ibm.com>

	* sysdeps/s390/s390-32/configure.ac: Unify file with ...
	* sysdeps/s390/s390-64/configure.ac: ... this ...
	* sysdeps/s390/configure.ac: ... to here.
	* sysdeps/s390/s390-32/configure: Delete file.
	* sysdeps/s390/s390-64/configure: Delete file.
	* sysdeps/s390/configure: Regenerate.
---
diff mbox

Patch

diff --git a/sysdeps/s390/configure b/sysdeps/s390/configure
new file mode 100644
index 0000000..024565f
--- /dev/null
+++ b/sysdeps/s390/configure
@@ -0,0 +1,5 @@ 
+# This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
+ # Local configure fragment for sysdeps/s390.
+
+$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
+
diff --git a/sysdeps/s390/configure.ac b/sysdeps/s390/configure.ac
new file mode 100644
index 0000000..b5af4e1
--- /dev/null
+++ b/sysdeps/s390/configure.ac
@@ -0,0 +1,6 @@ 
+GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
+# Local configure fragment for sysdeps/s390.
+
+dnl It is always possible to access static and hidden symbols in an
+dnl position independent way.
+AC_DEFINE(PI_STATIC_AND_HIDDEN)
diff --git a/sysdeps/s390/s390-32/configure b/sysdeps/s390/s390-32/configure
deleted file mode 100644
index 024565f..0000000
--- a/sysdeps/s390/s390-32/configure
+++ /dev/null
@@ -1,5 +0,0 @@ 
-# This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
- # Local configure fragment for sysdeps/s390.
-
-$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
-
diff --git a/sysdeps/s390/s390-32/configure.ac b/sysdeps/s390/s390-32/configure.ac
deleted file mode 100644
index b5af4e1..0000000
--- a/sysdeps/s390/s390-32/configure.ac
+++ /dev/null
@@ -1,6 +0,0 @@ 
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/s390.
-
-dnl It is always possible to access static and hidden symbols in an
-dnl position independent way.
-AC_DEFINE(PI_STATIC_AND_HIDDEN)
diff --git a/sysdeps/s390/s390-64/configure b/sysdeps/s390/s390-64/configure
deleted file mode 100644
index 024565f..0000000
--- a/sysdeps/s390/s390-64/configure
+++ /dev/null
@@ -1,5 +0,0 @@ 
-# This file is generated from configure.ac by Autoconf.  DO NOT EDIT!
- # Local configure fragment for sysdeps/s390.
-
-$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
-
diff --git a/sysdeps/s390/s390-64/configure.ac b/sysdeps/s390/s390-64/configure.ac
deleted file mode 100644
index b5af4e1..0000000
--- a/sysdeps/s390/s390-64/configure.ac
+++ /dev/null
@@ -1,6 +0,0 @@ 
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/s390.
-
-dnl It is always possible to access static and hidden symbols in an
-dnl position independent way.
-AC_DEFINE(PI_STATIC_AND_HIDDEN)