Mercurial > hg > octave-lojdl > gnulib-hg
diff gnulib-tool @ 7187:89a978aa0b12
Separate the "early" and the "normal" part of the macro.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 23 Aug 2006 12:04:46 +0000 |
parents | f03a51e31a89 |
children | e4a459055e78 |
line wrap: on
line diff
--- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2006-08-22 18:57:52 $' +cvsdatestamp='$Date: 2006-08-23 12:04:46 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -1563,7 +1563,7 @@ echo " AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS])" fi if grep gl_LOCK "$destdir"/$m4base/*.m4 >/dev/null 2>/dev/null; then - echo " AC_REQUIRE([gl_LOCK])" + echo " AC_REQUIRE([gl_LOCK_EARLY])" fi echo "])" echo @@ -1821,7 +1821,7 @@ echo fi if grep gl_LOCK "$testdir"/m4/*.m4 >/dev/null 2>/dev/null; then - echo "gl_LOCK" + echo "gl_LOCK_EARLY" echo fi if test "$libtool" = true; then @@ -1916,7 +1916,7 @@ echo fi if grep gl_LOCK "$testdir"/m4/*.m4 >/dev/null 2>/dev/null; then - echo "gl_LOCK" + echo "gl_LOCK_EARLY" echo fi if test "$libtool" = true; then