]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
1999-01-23 Ben Elliston <bje@cygnus.com>
authorBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 23 Jan 1999 05:39:52 +0000 (05:39 +0000)
committerBen Elliston <bje+keyword+gnu.7caf74@air.net.au>
Sat, 23 Jan 1999 05:39:52 +0000 (05:39 +0000)
* autoheader.sh: Force $tmpout to close to avoid Windows file
sharing conflicts. From Mark Elbrecht <snowball3@usa.net>.

ChangeLog
autoheader.in
autoheader.sh
bin/autoheader.in

index 54d8d678b1fb31e046c790f86b990ce752c185fd..e41a3af75596ddf540b1e5bba0f2a77d2810f224 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index ef4233a3784141b0f5cabf61025fba82680bd781..20eabaed3c39f628f8dcd52e643dea7ed0dcc1b6 100644 (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.
index ef4233a3784141b0f5cabf61025fba82680bd781..20eabaed3c39f628f8dcd52e643dea7ed0dcc1b6 100644 (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.
index ef4233a3784141b0f5cabf61025fba82680bd781..20eabaed3c39f628f8dcd52e643dea7ed0dcc1b6 100644 (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.