1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

Convert to autoconf 2.72 (vanilla release, no distribution patches)

As discussed at the patch review meeting

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Reviewed-by: Simon Chopin <simon.chopin@canonical.com>
This commit is contained in:
Andreas K. Hüttel
2024-06-11 23:34:54 +02:00
parent 7ec903e028
commit 98ffc1bfeb
31 changed files with 1817 additions and 1601 deletions

View File

@@ -12,8 +12,8 @@ printf %s "checking installed Linux kernel header files... " >&6; }
if test ${libc_cv_linux320+y}
then :
printf %s "(cached) " >&6
else $as_nop
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
else case e in #(
e) cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
#include <linux/version.h>
#if !defined LINUX_VERSION_CODE || LINUX_VERSION_CODE < (3 *65536+ 2 *256+ 0) /* 3.2.0 */
@@ -30,10 +30,12 @@ _ACEOF
if ac_fn_c_try_cpp "$LINENO"
then :
libc_cv_linux320='3.2.0 or later'
else $as_nop
libc_cv_linux320='missing or too old!'
else case e in #(
e) libc_cv_linux320='missing or too old!' ;;
esac
fi
rm -f conftest.err conftest.i conftest.$ac_ext
rm -f conftest.err conftest.i conftest.$ac_ext ;;
esac
fi
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_linux320" >&5
printf "%s\n" "$libc_cv_linux320" >&6; }
@@ -91,8 +93,9 @@ _ACEOF
if ac_fn_c_try_cpp "$LINENO"
then :
libc_minimum_kernel=ok
else $as_nop
libc_minimum_kernel='too old!'
else case e in #(
e) libc_minimum_kernel='too old!' ;;
esac
fi
rm -f conftest.err conftest.i conftest.$ac_ext
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_minimum_kernel" >&5