diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-02-01 11:32:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-02-01 11:32:19 +0000 |
commit | f6e85fc88a224966d44886d9909613ce56208679 (patch) | |
tree | 18fd00806989c9bb3a25fc56586825d9fef41465 /gdb | |
parent | ad4cda162bffa0598963013e44a2ba1f2648581c (diff) | |
download | gdb-f6e85fc88a224966d44886d9909613ce56208679.zip gdb-f6e85fc88a224966d44886d9909613ce56208679.tar.gz gdb-f6e85fc88a224966d44886d9909613ce56208679.tar.bz2 |
* configure.in: Fix typo.
* configure: Regenerated.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rwxr-xr-x | gdb/configure | 4 | ||||
-rw-r--r-- | gdb/configure.in | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d366104..e5e865d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/configure b/gdb/configure index 79e96da..b16718a 100755 --- a/gdb/configure +++ b/gdb/configure @@ -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 diff --git a/gdb/configure.in b/gdb/configure.in index 47fa235..65b62f0 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -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, :) |