2
0
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:
Roland McGrath 1993-08-30 21:36:49 +00:00
parent e9dbcfa67e
commit f315cdbd78
3 changed files with 15 additions and 3 deletions

@ -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