mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* tests/atspecific.m4 (_AT_CHECK_AC_MACRO): s/cp -f/mv -f/.
This commit is contained in:
parent
dd6c961a3e
commit
ab72d802f3
@ -1,3 +1,7 @@
|
||||
2000-12-05 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/atspecific.m4 (_AT_CHECK_AC_MACRO): s/cp -f/mv -f/.
|
||||
|
||||
2000-12-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): Don't escape
|
||||
|
@ -73,9 +73,9 @@ AT_CHECK_CONFIGURE
|
||||
dnl Some tests might exit prematurely when they find a problem, in
|
||||
dnl which case `env-after' is probably missing. Don't check it then.
|
||||
if test -f state-env.after; then
|
||||
cp -f state-env.before expout
|
||||
mv -f state-env.before expout
|
||||
AT_CHECK([cat state-env.after], 0, expout)
|
||||
cp -f state-ls.before expout
|
||||
mv -f state-ls.before expout
|
||||
AT_CHECK([cat state-ls.after], 0, expout)
|
||||
fi
|
||||
])# _AT_CHECK_AC_MACRO
|
||||
|
Loading…
Reference in New Issue
Block a user