mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* clcommit.m4sh: Look in the right directory for helper scripts.
This commit is contained in:
parent
bd365fb25f
commit
6ec04430fb
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user