this time after merging local changes back first.
2004-10-22 Gary V. Vaughan <gary@gnu.org>
+ * clcommit.m4sh, config/mailnotify.m4sh: Updated again, but
+ this time after merging local changes back first.
+
* clcommit.m4sh, config/mailnotify.m4sh: Updated from
cvs-utils--tla--1.0 to fix quoting of metachars in patch names.
m4_divert_push([SCRIPT])#!/bin/sh
# @configure_input@
-# clcommit (GNU @PACKAGE@) version 0.13
+# clcommit (GNU @PACKAGE@) version 0.14
# Written by Gary V. Vaughan <gary@gnu.org>
# and Alexandre Oliva <aoliva@redhat.com>
: ${MAILNOTIFY="mailnotify"}
: ${MKSTAMP="mkstamp"}
+test -f "config/$MAILNOTIFY" && MAILNOTIFY="config/$MAILNOTIFY"
test -f "config/$MKSTAMP" && MKSTAMP="config/$MKSTAMP"
PROGRAM=clcommit
m4_divert_push([SCRIPT])#!/bin/sh
# @configure_input@
-# mailnotify (GNU @PACKAGE@) version 0.5
+# mailnotify (GNU @PACKAGE@) version 0.6
# Written by Gary V. Vaughan <gary@gnu.org>
# Copyright (C) 2004 Free Software Foundation, Inc.
save_IFS="$IFS"
IFS=':'
- for try_sendmail_dir in /usr/lib:/usr/sbin:$PATH; do
+ for try_sendmail_dir in $PATH; do
IFS="$save_IFS"
PATH="$save_PATH"
if test -x "$try_sendmail_dir/$SENDMAIL"; then