From 4205877a28c74fec5e81e9cf9563b46509582f19 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 20 May 1998 12:08:47 +0000 Subject: [PATCH] Add new option --disable-force-install. Substitute force_install. --- configure.in | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.47.2