]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: fix compilation on mingw64
authorEric Blake <eblake@redhat.com>
Thu, 18 Aug 2011 00:12:53 +0000 (18:12 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 19 Aug 2011 13:20:10 +0000 (07:20 -0600)
* .gnulib: Update to latest, for getcwd fixes.
* bootstrap: Resync to gnulib.

.gnulib
bootstrap

diff --git a/.gnulib b/.gnulib
index 4470580881a7b821b52fb5635102ef3e27aa5af4..a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1 160000 (submodule)
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit 4470580881a7b821b52fb5635102ef3e27aa5af4
+Subproject commit a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1
index b286beb53fb16d9bd35cc5dda50cdc76b6366083..f76db9aea21aa1dad40eebe4f33401e10b382c87 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2011-06-22.06; # UTC
+scriptversion=2011-08-11.17; # UTC
 
 # Bootstrap this package from checked-out sources.
 
@@ -800,20 +800,7 @@ slurp() {
         echo "$me: $dir/$file overrides $1/$dir/$file"
       else
         copied=$copied$sep$file; sep=$nl
-        if test $file = gettext.m4; then
-          echo "$me: patching m4/gettext.m4 to remove need for intl/* ..."
-          rm -f $dir/$file
-          sed '
-            /^AC_DEFUN(\[AM_INTL_SUBDIR],/,/^]/c\
-              AC_DEFUN([AM_INTL_SUBDIR], [])
-            /^AC_DEFUN(\[gt_INTL_SUBDIR_CORE],/,/^]/c\
-              AC_DEFUN([gt_INTL_SUBDIR_CORE], [])
-            $a\
-              AC_DEFUN([gl_LOCK_EARLY], [])
-          ' $1/$dir/$file >$dir/$file
-        else
-          cp_mark_as_generated $1/$dir/$file $dir/$file
-        fi
+        cp_mark_as_generated $1/$dir/$file $dir/$file
       fi || exit
     done