mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
2003-04-29 Roland McGrath <roland@redhat.com>
* configure.in: Search for AUTOCONF unconditionally. Just don't complain about missing it under --without-cvs. * configure: Regenerated.
This commit is contained in:
parent
153da5995c
commit
476e7d78f4
5
configure
vendored
5
configure
vendored
@ -4157,7 +4157,6 @@ 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.
|
||||
@ -4218,7 +4217,9 @@ echo "${ECHO_T}$libc_cv_autoconf_works" >&6
|
||||
test $libc_cv_autoconf_works = yes || AUTOCONF=no
|
||||
;;
|
||||
esac
|
||||
test "x$AUTOCONF" != xno || aux_missing="$aux_missing autoconf"
|
||||
if test "x$with_cvs" = xyes && test "x$AUTOCONF" = xno; then
|
||||
# If --without-cvs they probably won't change configure.in, so no complaints.
|
||||
aux_missing="$aux_missing autoconf"
|
||||
fi
|
||||
|
||||
test -n "$critic_missing" && { { echo "$as_me:$LINENO: error:
|
||||
|
@ -721,7 +721,6 @@ 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 ;;
|
||||
@ -736,7 +735,9 @@ whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works, libc_cv_autoconf_works, [dnl
|
||||
test $libc_cv_autoconf_works = yes || AUTOCONF=no
|
||||
;;
|
||||
esac
|
||||
test "x$AUTOCONF" != xno || aux_missing="$aux_missing autoconf"
|
||||
if test "x$with_cvs" = xyes && test "x$AUTOCONF" = xno; then
|
||||
# If --without-cvs they probably won't change configure.in, so no complaints.
|
||||
aux_missing="$aux_missing autoconf"
|
||||
fi
|
||||
|
||||
test -n "$critic_missing" && AC_MSG_ERROR([
|
||||
|
Loading…
Reference in New Issue
Block a user