* bootstrap (slurp): Also put in a dummy definition for
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Aug 2006 18:06:48 +0000 (18:06 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Aug 2006 18:06:48 +0000 (18:06 +0000)
gl_LOCK_EARLY, introduced recently into gnulib.

ChangeLog
bootstrap

index 1cad422..57b32b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (slurp): Also put in a dummy definition for
+       gl_LOCK_EARLY, introduced recently into gnulib.
+
 2006-08-23  Jim Meyering  <jim@meyering.net>
 
        * NEWS: Mention the sweeping infrastructure changes.
index c9d50d2..6bbdc37 100755 (executable)
--- 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