]> Dogcows Code - chaz/tar/commitdiff
Apply patches from 'patches' subdirectory
authorSergey Poznyakoff <gray@gnu.org.ua>
Sun, 16 May 2004 20:46:02 +0000 (20:46 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Sun, 16 May 2004 20:46:02 +0000 (20:46 +0000)
bootstrap

index e4068f6874d85132062175700652a15e87d54a16..9e617f016421c8679b717bee0415ebe4e579fd15 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -121,6 +121,7 @@ esac
 gnulib_modules='
 alloca
 argmatch
+argp
 backupfile
 dirname
 error
@@ -201,6 +202,14 @@ 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.01957 seconds and 4 git commands to generate.