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 5ce0d1aa4e1fd25e507e6f417e256ba7ca0e9299..1ea20d269cf8ccc6a014603715d73cbf3f36ee5b 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 dab81462c208e846b8059ffa4aeb5833d474084f..ede4b3fe67201de127667610ae213345b9ce31a4 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