correct final line of config.status
This commit is contained in:
parent
86112802a9
commit
53988f33e8
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
|
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
|
* configure: patch from eggert. Avoids a protection problem if
|
||||||
the original Makefile.in is read only.
|
the original Makefile.in is read only.
|
||||||
|
|
||||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -692,7 +692,9 @@ EOF
|
||||||
*) using="${using} and \"${site_makefile_frag}\"" ;;
|
*) using="${using} and \"${site_makefile_frag}\"" ;;
|
||||||
esac
|
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
|
fi
|
||||||
|
|
||||||
. ${tmpfile}.pos
|
. ${tmpfile}.pos
|
||||||
|
|
Loading…
Add table
Reference in a new issue