PatchSet 4626 
Date: 2004/04/06 17:28:52
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Renamed --enable-pxa to --enable-xscale

2004-04-06  Dalibor Topic <[EMAIL PROTECTED]>

        * configure.ac:
        Renamed --enable-pxa to --enable-xscale since pxa is an
        XScale not the other way round.

        Reported by: Peter Naulls <[EMAIL PROTECTED]>

        * configure,
        config/config.h.in:
        Regenerated.

Members: 
        ChangeLog:1.2203->1.2204 
        configure:1.304->1.305 
        configure.ac:1.5->1.6 
        config/config.h.in:1.95->1.96 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2203 kaffe/ChangeLog:1.2204
--- kaffe/ChangeLog:1.2203      Tue Apr  6 17:12:20 2004
+++ kaffe/ChangeLog     Tue Apr  6 17:28:52 2004
@@ -1,3 +1,15 @@
+2004-04-06  Dalibor Topic <[EMAIL PROTECTED]>
+
+       * configure.ac:
+       Renamed --enable-pxa to --enable-xscale since pxa is an
+       XScale not the other way round.
+
+       Reported by: Peter Naulls <[EMAIL PROTECTED]>
+
+       * configure,
+       config/config.h.in:
+       Regenerated.
+
 2004-04-06  Tomo, Sasaki  <[EMAIL PROTECTED]>
 
        * config/superh/common.h:
Index: kaffe/configure
diff -u kaffe/configure:1.304 kaffe/configure:1.305
--- kaffe/configure:1.304       Mon Apr  5 16:28:10 2004
+++ kaffe/configure     Tue Apr  6 17:28:53 2004
@@ -1077,7 +1077,7 @@
   --enable-feedback       Enable generation of feedback data
   --enable-gcj            Enable GCJ support
   --disable-mips2         Disable MIPS II instructions
-  --enable-pxa            Enable PXA/XScale support
+  --enable-xscale         Enable XScale support
   --disable-alsatest      Do not try to compile and run a test Alsa program
   --disable-esdtest       Do not try to compile and run a test ESD program
   --disable-sound         Disable javax.sound support
@@ -43000,23 +43000,23 @@
 
 
 
-# Check whether --enable-pxa or --disable-pxa was given.
-if test "${enable_pxa+set}" = set; then
-  enableval="$enable_pxa"
+# Check whether --enable-xscale or --disable-xscale was given.
+if test "${enable_xscale+set}" = set; then
+  enableval="$enable_xscale"
 
 fi;
 
-echo "$as_me:$LINENO: checking whether to enable PXA/XScale support" >&5
-echo $ECHO_N "checking whether to enable PXA/XScale support... $ECHO_C" >&6
-if test x"$enable_pxa" != x"no"; then
+echo "$as_me:$LINENO: checking whether to enable XScale support" >&5
+echo $ECHO_N "checking whether to enable XScale support... $ECHO_C" >&6
+if test x"$enable_xscale" != x"no"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_XSCALE 1
 _ACEOF
 
 fi
-echo "$as_me:$LINENO: result: $enable_pxa" >&5
-echo "${ECHO_T}$enable_pxa" >&6
+echo "$as_me:$LINENO: result: $enable_xscale" >&5
+echo "${ECHO_T}$enable_xscale" >&6
 
 
 
Index: kaffe/configure.ac
diff -u kaffe/configure.ac:1.5 kaffe/configure.ac:1.6
--- kaffe/configure.ac:1.5      Sun Apr  4 01:52:25 2004
+++ kaffe/configure.ac  Tue Apr  6 17:28:56 2004
@@ -1083,18 +1083,18 @@
 dnl -------------------------------------------------------------------------
 
 dnl =========================================================================
-dnl Do we enable XScale(PXA)
+dnl Do we enable XScale
 dnl -------------------------------------------------------------------------
 
-AC_ARG_ENABLE([pxa],
-              AS_HELP_STRING([--enable-pxa],
-                             [Enable PXA/XScale support]))
+AC_ARG_ENABLE([xscale],
+              AS_HELP_STRING([--enable-xscale],
+                             [Enable XScale support]))
 
-AC_MSG_CHECKING([whether to enable PXA/XScale support])
-if test x"$enable_pxa" != x"no"; then
-    AC_DEFINE([HAVE_XSCALE], 1, [Enable PXA/XScale support])
+AC_MSG_CHECKING([whether to enable XScale support])
+if test x"$enable_xscale" != x"no"; then
+    AC_DEFINE([HAVE_XSCALE], 1, [Enable XScale support])
 fi
-AC_MSG_RESULT($enable_pxa)
+AC_MSG_RESULT($enable_xscale)
 
 dnl -------------------------------------------------------------------------
 
Index: kaffe/config/config.h.in
diff -u kaffe/config/config.h.in:1.95 kaffe/config/config.h.in:1.96
--- kaffe/config/config.h.in:1.95       Thu Apr  1 16:23:49 2004
+++ kaffe/config/config.h.in    Tue Apr  6 17:28:58 2004
@@ -613,7 +613,7 @@
 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */
 #undef HAVE_X11_EXTENSIONS_XSHM_H
 
-/* Enable PXA/XScale support */
+/* Enable XScale support */
 #undef HAVE_XSCALE
 
 /* Define to 1 if you have the <zlib.h> header file. */

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to