changeset in /hg/icedtea: 2007-11-01 Gary Benson <gbenson at redh...
Gary Benson
gbenson at redhat.com
Wed Nov 7 08:23:50 PST 2007
changeset fe120a194ddf in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=fe120a194ddf
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 101ceeb3c00e -r fe120a194ddf 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 101ceeb3c00e -r fe120a194ddf 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 101ceeb3c00e -r fe120a194ddf configure
--- a/configure Wed Oct 31 16:43:46 2007 -0400
+++ b/configure Thu Nov 01 11:02:51 2007 -0400
@@ -4844,10 +4844,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