1999-01-23 Ben Elliston <bje@cygnus.com>

* autoheader.sh: Force $tmpout to close to avoid Windows file
	sharing conflicts. From Mark Elbrecht <snowball3@usa.net>.
This commit is contained in:
Ben Elliston 1999-01-23 05:39:52 +00:00
parent bceebd1601
commit 1e2a4abc7a
4 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
1999-01-23 Ben Elliston <bje@cygnus.com>
* autoheader.sh: Force $tmpout to close to avoid Windows file
sharing conflicts. From Mark Elbrecht <snowball3@usa.net>.
1999-01-21 Ben Elliston <bje@cygnus.com>
* autoconf.texi (Introduction): Update bug reporting address.

View File

@ -276,6 +276,8 @@ if test -n "$syms"; then
fi
if test $# -eq 0; then
# Force $tmpout to close to avoid Windows file sharing conflicts.
exec 1>&2
if test $status -eq 0; then
if test -f ${config_h_in} && cmp -s $tmpout ${config_h_in}; then
rm -f $tmpout # File didn't change, so don't update its mod time.

View File

@ -276,6 +276,8 @@ if test -n "$syms"; then
fi
if test $# -eq 0; then
# Force $tmpout to close to avoid Windows file sharing conflicts.
exec 1>&2
if test $status -eq 0; then
if test -f ${config_h_in} && cmp -s $tmpout ${config_h_in}; then
rm -f $tmpout # File didn't change, so don't update its mod time.

View File

@ -276,6 +276,8 @@ if test -n "$syms"; then
fi
if test $# -eq 0; then
# Force $tmpout to close to avoid Windows file sharing conflicts.
exec 1>&2
if test $status -eq 0; then
if test -f ${config_h_in} && cmp -s $tmpout ${config_h_in}; then
rm -f $tmpout # File didn't change, so don't update its mod time.