From 72743e377dd7258ce847ce07f3019aeb3d8bf9bd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 15 Jul 1998 03:42:02 +0000 Subject: [PATCH] * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to avoid confusion with --no-recursion. --- ChangeLog | 11 +++++++++++ configure.in | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 89bee41..f66c837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Jul 14 23:41:03 1998 Ian Lance Taylor + + * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to + avoid confusion with --no-recursion. + +Tue Jul 14 15:37:41 1998 Geoffrey Noer + + * configure.in: Win32 hosts shouldn't use install -x + * install-sh: remove -x option, and special .exe-handling + hack. + start-sanitize-beos Tue Jul 14 15:28:41 1998 Richard Henderson diff --git a/configure.in b/configure.in index be6bd69..88e0883 100644 --- a/configure.in +++ b/configure.in @@ -1132,7 +1132,7 @@ fi # Record target_configdirs and the configure arguments in Makefile. target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'` targargs=`echo "${arguments}" | \ - sed -e 's/--norecursion//' \ + sed -e 's/--no[^ ]*//' \ -e 's/--cache[a-z-]*=[^ ]*//' \ -e 's/--ho[a-z-]*=[^ ]*//' \ -e 's/--bu[a-z-]*=[^ ]*//' \ -- 2.7.4