correct final line of config.status
authorK. Richard Pixley <rich@cygnus>
Tue, 21 Apr 1992 19:52:54 +0000 (19:52 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 21 Apr 1992 19:52:54 +0000 (19:52 +0000)
ChangeLog
configure

index 5ce0d1a..1ea20d2 100644 (file)
--- 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.
 
index dab8146..ede4b3f 100755 (executable)
--- 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