+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
: ${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