mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-19 14:40:24 +08:00
Formerly autoheader.sh.~29~
This commit is contained in:
parent
e9dbcfa67e
commit
f315cdbd78
@ -200,7 +200,11 @@ done
|
||||
|
||||
if test $# -eq 0; then
|
||||
if test $status -eq 0; then
|
||||
mv -f $tmpout ${config_h}.in
|
||||
if cmp -s $tmpout ${config_h}.in; then
|
||||
mv -f $tmpout ${config_h}.in
|
||||
else
|
||||
rm -f $tmpout
|
||||
fi
|
||||
else
|
||||
rm -f $tmpout
|
||||
fi
|
||||
|
@ -200,7 +200,11 @@ done
|
||||
|
||||
if test $# -eq 0; then
|
||||
if test $status -eq 0; then
|
||||
mv -f $tmpout ${config_h}.in
|
||||
if cmp -s $tmpout ${config_h}.in; then
|
||||
mv -f $tmpout ${config_h}.in
|
||||
else
|
||||
rm -f $tmpout
|
||||
fi
|
||||
else
|
||||
rm -f $tmpout
|
||||
fi
|
||||
|
@ -200,7 +200,11 @@ done
|
||||
|
||||
if test $# -eq 0; then
|
||||
if test $status -eq 0; then
|
||||
mv -f $tmpout ${config_h}.in
|
||||
if cmp -s $tmpout ${config_h}.in; then
|
||||
mv -f $tmpout ${config_h}.in
|
||||
else
|
||||
rm -f $tmpout
|
||||
fi
|
||||
else
|
||||
rm -f $tmpout
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user