OSDN Git Service

* configure.ac: Fix typo.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Nov 2008 16:56:30 +0000 (16:56 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Nov 2008 16:56:30 +0000 (16:56 +0000)
        * configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141580 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index b5f9248..806467e 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-04  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Fix typo.
+       * configure: Rebuild.
+
 2008-10-31  Andrew Haley  <aph@redhat.com>
 
        * Makefile.am (install-data-local): Correct symlink paths for
index 225ffa6..1152584 100755 (executable)
@@ -1930,8 +1930,8 @@ else
   BUILD_GJDOC=maybe
 fi;
 
-echo "$as_me:$LINENO: checking wether to build gjdoc" >&5
-echo $ECHO_N "checking wether to build gjdoc... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking whether to build gjdoc" >&5
+echo $ECHO_N "checking whether to build gjdoc... $ECHO_C" >&6
 if test "x$BUILD_GJDOC" = xmaybe; then
     if test -f "${ANTLR_JAR}"; then
        BUILD_GJDOC=yes
index db131b6..749e593 100644 (file)
@@ -120,7 +120,7 @@ AC_ARG_ENABLE([gjdoc],
               esac],
               [BUILD_GJDOC=maybe])
 
-AC_MSG_CHECKING([wether to build gjdoc])
+AC_MSG_CHECKING([whether to build gjdoc])
 if test "x$BUILD_GJDOC" = xmaybe; then
     if test -f "${ANTLR_JAR}"; then
        BUILD_GJDOC=yes