* Gary V. Vaughan wrote on Wed, Apr 13, 2005 at 02:27:52PM CEST:
> 
> Applied to HEAD. This represents libtool--gary--1.0--patch-17, plus
> fixes for nits picked up by Ralf, and also to let bootstrap and
> make distcheck work again.  I'll backport to branch-2-0 in a few days.

Thank you very much.  Unfortunately, I overlooked (at least) this one
detail: your change needs the patch below, which I committed to HEAD
(mkstamp looks at $srcdir/ChangeLog).
Please just put it into yours when backporting.

Cheers,
Ralf

2005-04-14  Ralf Wildenhues  <[EMAIL PROTECTED]>  (tiny change)

        * bootstrap: Define srcdir for making `commit'.

Index: bootstrap
===================================================================
RCS file: /cvsroot/libtool/libtool/bootstrap,v
retrieving revision 1.61
diff -u -r1.61 bootstrap
--- bootstrap   13 Apr 2005 12:24:34 -0000      1.61
+++ bootstrap   14 Apr 2005 13:07:17 -0000
@@ -80,7 +80,7 @@
     AUTOTEST="$AUTOM4TE --language=autotest" MAKEINFO="$MAKEINFO"
 
 test -f clcommit.m4sh && $MAKE -f Makefile.maint commit \
-    top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="$AUTOM4TE -l m4sh" \
+    srcdir=. top_srcdir=. PACKAGE="$2" VERSION="$3" M4SH="$AUTOM4TE -l m4sh" \
     SED="$SED" GREP="$GREP" FGREP="$FGREP" EGREP="$EGREP" LN_S="$LN_S"
 
 rm -f Makefile


Reply via email to