-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Okay to commit?

        * clcommit.m4sh: Look in the right directory for helper scripts.

__________________________________________________________
This patch notification generated by cvsapply version 0.15
http://savannah.gnu.org/projects/cvs-utils
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iD8DBQFF4q2xFRMICSmD1gYRAkc0AJ9x9xpAUdc9HDsyDLE5QhEn7+4aaQCfcGXC
qPMvGg1JPOJCdPtUhB80png=
=UGTx
-----END PGP SIGNATURE-----
Index: ChangeLog
from  Gary V. Vaughan  <[EMAIL PROTECTED]>
	* clcommit.m4sh: Look in the right directory for helper scripts.
Index: clcommit.m4sh
===================================================================
RCS file: /sources/libtool/libtool/clcommit.m4sh,v
retrieving revision 1.12
diff -u -u -r1.12 clcommit.m4sh
--- clcommit.m4sh 23 Jan 2006 18:33:57 -0000 1.12
+++ clcommit.m4sh 26 Feb 2007 09:51:39 -0000
@@ -77,8 +77,8 @@
 : ${MAILNOTIFY="mailnotify"}
 : ${MKSTAMP="mkstamp"}
 
-test -f "config/$MAILNOTIFY" && MAILNOTIFY="config/$MAILNOTIFY"
-test -f "config/$MKSTAMP" && MKSTAMP="config/$MKSTAMP"
+test -f "libltdl/config/$MAILNOTIFY" && MAILNOTIFY="libltdl/config/$MAILNOTIFY"
+test -f "libltdl/config/$MKSTAMP" && MKSTAMP="libltdl/config/$MKSTAMP"
 
 PROGRAM=clcommit
 

Reply via email to