Explorar o código

* tests/testsuite.at (AT_TAR_MKHIER): Use install-sh -d
rather than the no-longer-included mkinstalldirs.

Paul Eggert %!s(int64=18) %!d(string=hai) anos
pai
achega
ec5743a628
Modificáronse 2 ficheiros con 10 adicións e 3 borrados
  1. 8 0
      ChangeLog
  2. 2 3
      tests/testsuite.at

+ 8 - 0
ChangeLog

@@ -1,3 +1,11 @@
+2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+	Adjust to latest gnulib.
+	* lib/.cvsignore: Add at-func.c, configmake.h, fchmodat.c,
+	fcntl.h, fcntl_.h, inttypes_.h, lstat.c, lstat.h.
+	* tests/testsuite.at (AT_TAR_MKHIER): Use install-sh -d
+	rather than the no-longer-included mkinstalldirs.
+
 2006-09-08  Sergey Poznyakoff  <gray@gnu.org.ua>
 
 	* src/incremen.c (try_purge_directory): Initialize struct st.  Fix

+ 2 - 3
tests/testsuite.at

@@ -55,7 +55,7 @@ dnl match second argument, skip the test.
 
 m4_define([AT_TARBALL_PREREQ],[
 test -z "$[]TEST_DATA_DIR" && AT_SKIP_TEST
-tarball_prereq $1 $2 $[]TEST_DATA_DIR $[]TEST_DATA_URL || AT_SKIP_TEST]) 
+tarball_prereq $1 $2 $[]TEST_DATA_DIR $[]TEST_DATA_URL || AT_SKIP_TEST])
 
 dnl AT_TARBALL_PREREQ(tarball, md5sum) - Same for star testfiles
 m4_define([AT_STAR_PREREQ],[
@@ -84,7 +84,7 @@ test $result -eq 0 && AT_SKIP_TEST
 ])
 
 m4_define([AT_TAR_MKHIER],[
-mkinstalldirs $1 >/dev/null
+install-sh -d $1 >/dev/null
 m4_if([$2],,,genfile --file [$1]/[$2])])
 
 m4_include([sparsemvp.at])
@@ -183,4 +183,3 @@ m4_include([star/ustar-big-2g.at])
 m4_include([star/ustar-big-8g.at])
 
 m4_include([star/pax-big-10g.at])
-