diff options
author | Roland McGrath <roland@gnu.org> | 2003-04-30 04:17:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-04-30 04:17:59 +0000 |
commit | 476e7d78f4db291606903b9616515d47598dc791 (patch) | |
tree | 3b4094e94a7dd7d965660a4b9de7db56dc4ecfe8 /configure | |
parent | 153da5995c2d820a221aa5388edf2fb229ed3450 (diff) | |
download | glibc-476e7d78f4db291606903b9616515d47598dc791.tar.gz glibc-476e7d78f4db291606903b9616515d47598dc791.tar.xz glibc-476e7d78f4db291606903b9616515d47598dc791.zip |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/configure b/configure index c223cad63f..eac55c61a5 100755 --- a/configure +++ b/configure @@ -4157,8 +4157,7 @@ if test $ac_verc_fail = yes; then fi -if test "x$with_cvs" != xyes; then - for ac_prog in autoconf +for ac_prog in autoconf do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -4199,26 +4198,28 @@ fi done test -n "$AUTOCONF" || AUTOCONF="no" - case "x$AUTOCONF" in - xno|x|x:) AUTOCONF=no ;; - *) - echo "$as_me:$LINENO: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5 +case "x$AUTOCONF" in +xno|x|x:) AUTOCONF=no ;; +*) + echo "$as_me:$LINENO: checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works" >&5 echo $ECHO_N "checking whether $AUTOCONF${ACFLAGS:+ }$ACFLAGS works... $ECHO_C" >&6 if test "${libc_cv_autoconf_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - if (cd $srcdir; $AUTOCONF $ACFLAGS configure.in > /dev/null 2>&1); then - libc_cv_autoconf_works=yes - else - libc_cv_autoconf_works=no - fi + if (cd $srcdir; $AUTOCONF $ACFLAGS configure.in > /dev/null 2>&1); then + libc_cv_autoconf_works=yes + else + libc_cv_autoconf_works=no + fi fi echo "$as_me:$LINENO: result: $libc_cv_autoconf_works" >&5 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" + test $libc_cv_autoconf_works = yes || AUTOCONF=no + ;; +esac +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: |