From: K. Richard Pixley Date: Tue, 21 Apr 1992 19:52:54 +0000 (+0000) Subject: correct final line of config.status X-Git-Tag: gdb-4_18~21969 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53988f33e8b48bcbab0a78dd07b033cbc2bc5ea4;p=external%2Fbinutils.git correct final line of config.status --- diff --git a/ChangeLog b/ChangeLog index 5ce0d1a..1ea20d2 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 dab8146..ede4b3f 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