changeset in /hg/icedtea: 2007-11-01 Gary Benson <gbenson at redh...

Gary Benson gbenson at redhat.com
Thu Nov 1 08:03:04 PDT 2007


changeset fb428e9dbfa6 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fb428e9dbfa6
description:
	2007-11-01  Gary Benson  <gbenson at redhat.com>

		* acinclude.m4 (SET_ARCH_DIRS): Remove s390.
		* configure: Regenerated.

diffstat:

3 files changed, 5 insertions(+), 8 deletions(-)
ChangeLog    |    5 +++++
acinclude.m4 |    4 ----
configure    |    4 ----

diffs (40 lines):

diff -r a62d79e2140c -r fb428e9dbfa6 ChangeLog
--- a/ChangeLog	Wed Oct 31 16:43:46 2007 -0400
+++ b/ChangeLog	Thu Nov 01 11:02:51 2007 -0400
@@ -1,3 +1,8 @@ 2007-10-31  Joshua Sumali  <jsumali at redh
+2007-11-01  Gary Benson  <gbenson at redhat.com>
+
+	* acinclude.m4 (SET_ARCH_DIRS): Remove s390.
+	* configure: Regenerated.
+
 2007-10-31  Joshua Sumali  <jsumali at redhat.com>
 
 	* patches/icedtea-sunsrc.patch: Fixed patch to include some missing
diff -r a62d79e2140c -r fb428e9dbfa6 acinclude.m4
--- a/acinclude.m4	Wed Oct 31 16:43:46 2007 -0400
+++ b/acinclude.m4	Thu Nov 01 11:02:51 2007 -0400
@@ -17,10 +17,6 @@ AC_DEFUN([SET_ARCH_DIRS],
       BUILD_ARCH_DIR=ppc64
       INSTALL_ARCH_DIR=ppc64
       ;;
-    s390*-*-*)
-      BUILD_ARCH_DIR=s390
-      INSTALL_ARCH_DIR=s390
-      ;;
     *)
       BUILD_ARCH_DIR=`uname -m`
       INSTALL_ARCH_DIR=$BUILD_ARCH_DIR
diff -r a62d79e2140c -r fb428e9dbfa6 configure
--- a/configure	Wed Oct 31 16:43:46 2007 -0400
+++ b/configure	Thu Nov 01 11:02:51 2007 -0400
@@ -4840,10 +4840,6 @@ fi
       BUILD_ARCH_DIR=ppc64
       INSTALL_ARCH_DIR=ppc64
       ;;
-    s390*-*-*)
-      BUILD_ARCH_DIR=s390
-      INSTALL_ARCH_DIR=s390
-      ;;
     *)
       BUILD_ARCH_DIR=`uname -m`
       INSTALL_ARCH_DIR=$BUILD_ARCH_DIR



More information about the distro-pkg-dev mailing list