* autoheader.sh: Force $tmpout to close to avoid Windows file
sharing conflicts. From Mark Elbrecht <snowball3@usa.net>.
+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.
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.
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.
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.