From: Harlan Stenn Date: Tue, 21 Jun 2011 06:09:40 +0000 (-0400) Subject: ntp_locs.m4: handle the case where . is not in the PATH X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=555af40acbaa2f8b95ab02fee61a1f33b2d0ceca;p=thirdparty%2Fntp.git ntp_locs.m4: handle the case where . is not in the PATH bk: 4e0035a4HRQh9dBG82ZE_T7EAertYw --- diff --git a/ChangeLog b/ChangeLog index 90e564ab19..72389345cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ * [Bug 1950] Control installation of event_rpcgen.py. +* ntp_locs.m4: handle the case where . is not in the PATH. * More genLocInfo cleanup. (4.2.7p184) 2011/06/20 Released by Harlan Stenn * Added ntp_locs.m4. diff --git a/sntp/m4/ntp_locs.m4 b/sntp/m4/ntp_locs.m4 index 71b03517c1..38f617a006 100644 --- a/sntp/m4/ntp_locs.m4 +++ b/sntp/m4/ntp_locs.m4 @@ -9,7 +9,7 @@ AC_DEFUN([NTP_LOCINFO], [ AC_MSG_CHECKING([for installation directory, man sections, and man format]) ( cd $ac_abs_confdir && scripts/genLocInfo ) > genLocInfo.i 2>genLocInfo.err -. genLocInfo.i +. ./genLocInfo.i case "$GENLOCINFO" in OK)