From: Paul Eggert Date: Wed, 23 Aug 2006 18:06:48 +0000 (+0000) Subject: * bootstrap (slurp): Also put in a dummy definition for X-Git-Tag: COREUTILS-6_2~87 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81a3cd6df67296fdc952f7f37389214d0beb5edf;p=platform%2Fupstream%2Fcoreutils.git * bootstrap (slurp): Also put in a dummy definition for gl_LOCK_EARLY, introduced recently into gnulib. --- diff --git a/ChangeLog b/ChangeLog index 1cad422..57b32b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-23 Paul Eggert + + * bootstrap (slurp): Also put in a dummy definition for + gl_LOCK_EARLY, introduced recently into gnulib. + 2006-08-23 Jim Meyering * NEWS: Mention the sweeping infrastructure changes. diff --git a/bootstrap b/bootstrap index c9d50d2..6bbdc37 100755 --- a/bootstrap +++ b/bootstrap @@ -235,7 +235,8 @@ slurp() { /^AC_DEFUN(\[gt_INTL_SUBDIR_CORE],/,/^]/c\ AC_DEFUN([gt_INTL_SUBDIR_CORE], []) $a\ - AC_DEFUN([gl_LOCK], []) + AC_DEFUN([gl_LOCK], [])\ + AC_DEFUN([gl_LOCK_EARLY], []) ' $1/$dir/$file >$dir/$file else cp $1/$dir/$file $dir/$file