1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 03:41:57 +02:00

No need to define gl_LOCK.

This commit is contained in:
Paul Eggert
2006-08-23 18:09:40 +00:00
parent 81a3cd6df6
commit 2f1ed196eb
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
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.
* bootstrap (slurp): Define gl_LOCK_EARLY instead of gl_LOCK,
to accommodate today's gnulib change.
2006-08-23 Jim Meyering <jim@meyering.net>

View File

@@ -235,7 +235,6 @@ slurp() {
/^AC_DEFUN(\[gt_INTL_SUBDIR_CORE],/,/^]/c\
AC_DEFUN([gt_INTL_SUBDIR_CORE], [])
$a\
AC_DEFUN([gl_LOCK], [])\
AC_DEFUN([gl_LOCK_EARLY], [])
' $1/$dir/$file >$dir/$file
else