Formerly autoheader.sh.~30~

This commit is contained in:
Paul Eggert 1993-09-14 04:54:41 +00:00
parent d098609469
commit 50cb431bed
3 changed files with 6 additions and 6 deletions

View File

@ -201,9 +201,9 @@ done
if test $# -eq 0; then
if test $status -eq 0; then
if cmp -s $tmpout ${config_h}.in; then
mv -f $tmpout ${config_h}.in
else
rm -f $tmpout
else
mv -f $tmpout ${config_h}.in
fi
else
rm -f $tmpout

View File

@ -201,9 +201,9 @@ done
if test $# -eq 0; then
if test $status -eq 0; then
if cmp -s $tmpout ${config_h}.in; then
mv -f $tmpout ${config_h}.in
else
rm -f $tmpout
else
mv -f $tmpout ${config_h}.in
fi
else
rm -f $tmpout

View File

@ -201,9 +201,9 @@ done
if test $# -eq 0; then
if test $status -eq 0; then
if cmp -s $tmpout ${config_h}.in; then
mv -f $tmpout ${config_h}.in
else
rm -f $tmpout
else
mv -f $tmpout ${config_h}.in
fi
else
rm -f $tmpout