From 62ab42d67da471a5502ecbe556e7f621dae360d3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Dec 2000 00:41:57 +0000 Subject: Update. 2000-12-04 H.J. Lu * configure.in: Change --with-oldest-abi=ABI to --enable-oldest-abi=ABI. 2000-12-02 Bruno Haible * stdio-common/perror.c (perror): If stderr is wide-oriented, use fwprintf instead of fprintf. 2000-12-01 H.J. Lu * nss/getXXbyYY_r.c: Fix verioned symbol handling. * nss/getXXent_r.c: Likewise. * sysdeps/unix/sysv/linux/i386/chown.c: Likewise. 2000-11-30 H.J. Lu * scripts/abi-versions.awk (oldest_abi): New variable. Handle the oldest ABI supported. * Makerules ($(common-objpfx)abi-versions.h): Set oldest_abi for scripts/abi-versions.awk. * configure.in: Add --with-oldest-abi=ABI. * configure: Rebuild. * config.make.in (oldest-abi): New. * config.h.in (GLIBC_OLDEST_ABI): New. * csu/version.c (banner): Support GLIBC_OLDEST_ABI. --- configure | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 8b884fe..309d4e2 100755 --- a/configure +++ b/configure @@ -43,9 +43,6 @@ ac_help="$ac_help [e.g. /usr/src/linux/include] [default=compiler default]" ac_help="$ac_help - --with-oldest-abi=ABI the oldest ABI supported [e.g. 2.2] - [default=glibc default]" -ac_help="$ac_help --enable-libio build in GNU libio instead of GNU stdio" ac_help="$ac_help --disable-sanity-checks really do not use threads (should not be used @@ -62,6 +59,9 @@ ac_help="$ac_help --disable-versioning do not include versioning information in the library objects [default=yes if supported]" ac_help="$ac_help + --enable-oldest-abi=ABI configure the oldest ABI supported [e.g. 2.2] + [default=glibc default]" +ac_help="$ac_help --enable-add-ons[=DIR1,DIR2]... configure and build add-ons in DIR1,DIR2,... search for add-ons if no parameter given" @@ -721,24 +721,6 @@ else fi -# Check whether --with-oldest-abi or --without-oldest-abi was given. -if test "${with_oldest_abi+set}" = set; then - withval="$with_oldest_abi" - oldest_abi=$withval -else - oldest_abi='' -fi - -if test ! -z "$oldest_abi"; then - cat >> confdefs.h <> confdefs.h <