correct final line of config.status

This commit is contained in:
K. Richard Pixley 1992-04-21 19:52:54 +00:00
parent 86112802a9
commit 53988f33e8
2 changed files with 5 additions and 1 deletions

View file

@ -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.

4
configure vendored
View file

@ -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