From: Ulrich Drepper Date: Wed, 20 May 1998 12:08:47 +0000 (+0000) Subject: Add new option --disable-force-install. Substitute force_install. X-Git-Tag: cvs/sparc-980522-merge~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4205877a28c74fec5e81e9cf9563b46509582f19;p=thirdparty%2Fglibc.git Add new option --disable-force-install. Substitute force_install. --- diff --git a/configure.in b/configure.in index 4de403ee717..4a0df548594 100644 --- a/configure.in +++ b/configure.in @@ -85,8 +85,9 @@ fi dnl Generic infrastructure for drop-in additions to libc. AC_ARG_ENABLE(add-ons, dnl -[ --enable-add-ons[=DIR1,DIR2]... configure and build add-ons in DIR1,DIR2,... - search for add-ons if no parameter given], +[ --enable-add-ons[=DIR1,DIR2]... + configure and build add-ons in DIR1,DIR2,...; + search for add-ons if no parameter given], [case "$enableval" in yes) if test "$srcdir" = "."; then add_ons=`echo */configure | sed -e 's!/configure!!g'` @@ -110,6 +111,12 @@ if test x"$add_ons" != x; then done fi +AC_ARG_ENABLE(force-install, +[ --disable-force-install don't force installation of files from this package, + so that newer installed files are preserved], + force_install=$enableval, force_install=yes) +AC_SUBST(force_install) + AC_CANONICAL_HOST # The way shlib-versions is used to generate soversions.mk uses a