]> Dogcows Code - chaz/tar/commitdiff
(gnulib_modules): Add xalloc-die.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Aug 2004 18:32:54 +0000 (18:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Aug 2004 18:32:54 +0000 (18:32 +0000)
bootstrap

index b9198df3f6064da765502e8f684a2b7a7e729c18..4d222d56cb9b0e17897687691a5c67f8381c6565 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -188,6 +188,7 @@ timespec
 unlocked-io
 utime
 xalloc
+xalloc-die
 xgetcwd
 xstrtoumax
 '
@@ -235,14 +236,6 @@ for gnulib_file in $gnulib_files; do
   cp -p $GNULIB_SRCDIR/$gnulib_file $dest || exit
 done
 
-if [ -d patches ]; then
-    echo "$0: Patching gnulib"
-    for file in patches/*.diff
-    do
-      patch -p0 < $file
-    done
-fi
-
 echo "$0: Creating m4/gnulib.m4"
 (echo "# This file is generated automatically. Please, do not edit."
  echo "#"
This page took 0.018923 seconds and 4 git commands to generate.