diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-29 12:50:27 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-29 12:50:27 +0000 |
commit | c21a4eeebfcc4e80ecb2781e4bd07fc52700373f (patch) | |
tree | be5495ca0c9b72f584fcdbdb320fbc51b7b1624e /gdb/configure.ac | |
parent | c7e66c6d8d2fd62884fa0d8a53d10575dea4b0bd (diff) | |
download | binutils-gdb-c21a4eeebfcc4e80ecb2781e4bd07fc52700373f.tar.gz |
* configure.ac: Remove extra check for ranlib.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index e30e4af6f44..4a1b21640c9 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -34,14 +34,6 @@ AM_PROG_CC_STDC AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..) AC_CANONICAL_SYSTEM -# FIXME: kettenis/20030102: The AC_PROG_RANLIB from Autoconf 2.13 -# 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 -# 2.5x. -AC_CHECK_TOOL(RANLIB, ranlib, :) - dnl List of object files and targets accumulated by configure. CONFIG_OBS= |