diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-15 00:01:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-15 00:01:40 +0000 |
commit | ba8d2ba8c38b3ba3d6086c5743847327c1d2d95f (patch) | |
tree | 0e9364871315cfc06baf3d8626c9324bc34daf0e | |
parent | d8b8842b047cf1119609fa24b2ee59ddc69da7fb (diff) | |
download | glibc-ba8d2ba8c38b3ba3d6086c5743847327c1d2d95f.tar.gz glibc-ba8d2ba8c38b3ba3d6086c5743847327c1d2d95f.tar.xz glibc-ba8d2ba8c38b3ba3d6086c5743847327c1d2d95f.zip |
Regenerated: autoconf sysdeps/unix/sysv/linux/configure.in
-rw-r--r-- | sysdeps/unix/sysv/linux/configure | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure index b6e744bc30..da72e6bb30 100644 --- a/sysdeps/unix/sysv/linux/configure +++ b/sysdeps/unix/sysv/linux/configure @@ -20,29 +20,14 @@ if test -n "$sysheaders"; then OLD_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $SYSINCLUDES" fi - - -echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6 -if test "${ac_cv_prog_egrep+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - if echo a | (grep -E '(a|b)') >/dev/null 2>&1 - then ac_cv_prog_egrep='grep -E' - else ac_cv_prog_egrep='egrep' - fi -fi -echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5 -echo "${ECHO_T}$ac_cv_prog_egrep" >&6 - EGREP=$ac_cv_prog_egrep - - echo "$as_me:$LINENO: checking installed Linux kernel header files" >&5 echo $ECHO_N "checking installed Linux kernel header files... $ECHO_C" >&6 if test "${libc_cv_linux2010+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else - cat >conftest.$ac_ext <<_ACEOF + + +cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" #include <linux/version.h> @@ -51,7 +36,7 @@ eat flaming death #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "eat flaming death" >/dev/null 2>&1; then + egrep "eat flaming death" >/dev/null 2>&1; then libc_cv_linux2010='TOO OLD!' else libc_cv_linux2010='2.0.10 or later' @@ -171,7 +156,7 @@ eat flaming death #endif _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "eat flaming death" >/dev/null 2>&1; then + egrep "eat flaming death" >/dev/null 2>&1; then libc_minimum_kernel='too old!' else libc_minimum_kernel=ok |