提交 b14df8be 编写于 作者: E Eric Blake

build: fix compilation on mingw64

* .gnulib: Update to latest, for getcwd fixes.
* bootstrap: Resync to gnulib.
上级 b32f8b19
.gnulib @ a6b16b69
Subproject commit 4470580881a7b821b52fb5635102ef3e27aa5af4 Subproject commit a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1
#! /bin/sh #! /bin/sh
# Print a version string. # Print a version string.
scriptversion=2011-06-22.06; # UTC scriptversion=2011-08-11.17; # UTC
# Bootstrap this package from checked-out sources. # Bootstrap this package from checked-out sources.
...@@ -800,20 +800,7 @@ slurp() { ...@@ -800,20 +800,7 @@ slurp() {
echo "$me: $dir/$file overrides $1/$dir/$file" echo "$me: $dir/$file overrides $1/$dir/$file"
else else
copied=$copied$sep$file; sep=$nl copied=$copied$sep$file; sep=$nl
if test $file = gettext.m4; then cp_mark_as_generated $1/$dir/$file $dir/$file
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
fi || exit fi || exit
done done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册