* configure.in: Fix typo.
authorMark Kettenis <kettenis@gnu.org>
Sat, 1 Feb 2003 11:32:19 +0000 (11:32 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 1 Feb 2003 11:32:19 +0000 (11:32 +0000)
* configure: Regenerated.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index d366104f850c1a7900fb6e26f7b20ce3c24ce339..e5e865d5b4edbf92c0958b1d9cc8fe916b16e944 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-01  Mark Kettenis  <kettenis@gnu.org>
+
+       * configure.in: Fix typo.
+       * configure: Regenerated.
+
 2003-01-31  David Carlton  <carlton@math.stanford.edu>
 
        * dwarf2read.c (dwarf2_locate_sections): Set
index 79e96da7776e8369691b10439e669bbbf12a1176..b16718a84d5a704597f7a4b6a9cec6aebd4dcb50 100755 (executable)
@@ -1155,7 +1155,7 @@ test "$host_alias" != "$target_alias" &&
 # doesn't support cross-compilation, but the one from Autoconf 2.5x
 # does.  Override RANLIB here (i.e. before running AC_PROG_RANLIB) to
 # deal with the lossage.  Note that CY_GNU_GETTEXT currently calls
-# AC_PROG_RANLIB.  This can be removed when we switch to Autoconf
+# AC_PROG_RANLIB.  This can be removed when we switch to Autoconf
 # 2.5x.
 if test $host != $build; then
   ac_tool_prefix=${host_alias}-
@@ -10165,7 +10165,7 @@ else
   if { (eval echo configure:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     for file in conftest.*; do
       case $file in
-      *.c | *.o | *.obj | *.ilk | *.pdb) ;;
+      *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
       *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
       esac
     done
index 47fa2357486378f48b8e65a5f3d2596c752158a3..65b62f0432c3d0c97b7abaa043200e65f8ec5f89 100644 (file)
@@ -38,7 +38,7 @@ AC_CANONICAL_SYSTEM
 # doesn't support cross-compilation, but the one from Autoconf 2.5x
 # does.  Override RANLIB here (i.e. before running AC_PROG_RANLIB) to
 # deal with the lossage.  Note that CY_GNU_GETTEXT currently calls
-# AC_PROG_RANLIB.  This can be removed when we switch to Autoconf
+# AC_PROG_RANLIB.  This can be removed when we switch to Autoconf
 # 2.5x.
 AC_CHECK_TOOL(RANLIB, ranlib, :)