From: Gary V. Vaughan Date: Mon, 26 Feb 2007 10:24:25 +0000 (+0000) Subject: * clcommit.m4sh: Look in the right directory for helper scripts. X-Git-Tag: release-2-1b~163 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ec04430fbeb4d52cccc0639f6397b533b5813de;p=thirdparty%2Flibtool.git * clcommit.m4sh: Look in the right directory for helper scripts. --- diff --git a/ChangeLog b/ChangeLog index 4562976b7..ef5fa9823 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-26 Gary V. Vaughan + + * clcommit.m4sh: Look in the right directory for helper scripts. + + 2007-02-25 Gary V. Vaughan * Makefile.am ($(srcdir)/libltdl/Makefile.am): Fixup regex to diff --git a/clcommit.m4sh b/clcommit.m4sh index e8bf3d260..0d4785a55 100644 --- a/clcommit.m4sh +++ b/clcommit.m4sh @@ -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