2002-11-24 Roland McGrath <roland@redhat.com>

* configure.in: Skip AUTOCONF check under --without-cvs.
	* configure: Regenerated.
This commit is contained in:
Roland McGrath 2002-11-24 23:11:14 +00:00
parent d7a5c7e70e
commit 14519931ae
2 changed files with 36 additions and 32 deletions

10
configure vendored

@ -2503,6 +2503,7 @@ if test $ac_verc_fail = yes; then
fi
if test "x$with_cvs" != xyes; then
for ac_prog in autoconf
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
@ -2564,6 +2565,7 @@ echo "${ECHO_T}$libc_cv_autoconf_works" >&6
;;
esac
test "x$AUTOCONF" != xno || aux_missing="$aux_missing autoconf"
fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@ -5003,7 +5005,7 @@ if test "${libc_cv_asm_underscores+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat > conftest.$ac_ext <<EOF
#line 5006 "configure"
#line 5008 "configure"
#include "confdefs.h"
void underscore_test(void) {
return; }
@ -5263,7 +5265,7 @@ if test "${libc_cv_gcc_dwarf2_unwind_info+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat > conftest.c <<EOF
#line 5266 "configure"
#line 5268 "configure"
static char *__EH_FRAME_BEGIN__;
_start ()
{
@ -5363,7 +5365,7 @@ if test "${libc_cv_gcc_builtin_expect+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat > conftest.c <<EOF
#line 5366 "configure"
#line 5368 "configure"
int foo (int a)
{
a = __builtin_expect (a, 10);
@ -5431,7 +5433,7 @@ if test "${libc_cv_gcc_subtract_local_labels+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
cat > conftest.c <<EOF
#line 5434 "configure"
#line 5436 "configure"
int foo (int a)
{
static const int ar[] = { &&l1 - &&l1, &&l2 - &&l1 };

@ -673,6 +673,7 @@ AC_CHECK_PROG_VER(SED, sed, --version,
[3.0[2-9]*|3.[1-9]*|[4-9]*],
SED=: aux_missing="$aux_missing sed")
if test "x$with_cvs" != xyes; then
AC_CHECK_PROGS(AUTOCONF, autoconf, no)
case "x$AUTOCONF" in
xno|x|x:) AUTOCONF=no ;;
@ -688,6 +689,7 @@ whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works, libc_cv_autoconf_works, [dnl
;;
esac
test "x$AUTOCONF" != xno || aux_missing="$aux_missing autoconf"
fi
AC_PROG_CC
if test $host != $build; then