mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
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:
parent
bceebd1601
commit
1e2a4abc7a
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user