]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* clcommit.m4sh: Look in the right directory for helper scripts.
authorGary V. Vaughan <gary@gnu.org>
Mon, 26 Feb 2007 10:24:25 +0000 (10:24 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 26 Feb 2007 10:24:25 +0000 (10:24 +0000)
ChangeLog
clcommit.m4sh

index 4562976b77e25e038b7b29886630628496cecd04..ef5fa982334bc2689ab352055ea5fd157a6c4d0e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-26  Gary V. Vaughan  <gary@gnu.org>
+
+       * clcommit.m4sh: Look in the right directory for helper scripts.
+
+
 2007-02-25  Gary V. Vaughan  <gary@gnu.org>
 
        * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to
index e8bf3d260bb516c39800415a2f8971b9f049caf4..0d4785a554168ad20776c25d7a7089be497c5ed1 100644 (file)
@@ -77,8 +77,8 @@ m4_divert_push([SCRIPT])#!/bin/sh
 : ${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