From 53988f33e8b48bcbab0a78dd07b033cbc2bc5ea4 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Tue, 21 Apr 1992 19:52:54 +0000 Subject: [PATCH] correct final line of config.status --- ChangeLog | 2 ++ configure | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.7.4