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

This commit is contained in:
Gary V. Vaughan 2007-02-26 10:24:25 +00:00
parent bd365fb25f
commit 6ec04430fb
2 changed files with 7 additions and 2 deletions

View File

@ -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

View 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