]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atspecific.m4 (_AT_CHECK_AC_MACRO): s/cp -f/mv -f/.
authorAkim Demaille <akim@epita.fr>
Tue, 5 Dec 2000 13:50:33 +0000 (13:50 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 5 Dec 2000 13:50:33 +0000 (13:50 +0000)
ChangeLog
tests/atspecific.m4

index 3fadbe9dc6c1a6847cc91e6472b1f8f993ff17cd..aa35544eb23fab69c0b631792d06a12ef0f03fdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 4af80db88dd83912119bf1a1b0db79142f3fcb23..69c63542c6f4fad98db3e5d45c57d965ce2d3301 100644 (file)
@@ -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