From: K. Richard Pixley Date: Tue, 21 Apr 1992 19:52:54 +0000 (+0000) Subject: correct final line of config.status X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53988f33e8b48bcbab0a78dd07b033cbc2bc5ea4;p=binutils-gdb.git correct final line of config.status --- diff --git a/ChangeLog b/ChangeLog index 5ce0d1aa4e1..1ea20d269cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com) + * configure: correct final line of config.status. + * configure: patch from eggert. Avoids a protection problem if the original Makefile.in is read only. diff --git a/configure b/configure index dab81462c20..ede4b3fe672 100755 --- a/configure +++ b/configure @@ -692,7 +692,9 @@ EOF *) using="${using} and \"${site_makefile_frag}\"" ;; esac - echo "Created \"${Makefile}\" in" ${PWD} `echo "${using}" | sed 's/and/using/'` + newusing=`echo "${using}" | sed 's/and/using/'` + using=${newusing} + echo "Created \"${Makefile}\" in" ${PWD} ${using} fi . ${tmpfile}.pos