From: Harlan Stenn Date: Mon, 20 Jun 2011 22:50:41 +0000 (-0400) Subject: . may not be in the PATH - ntp_locs.m4 fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96291808c41fb6f2cd9b8907403954024dc10edd;p=thirdparty%2Fntp.git . may not be in the PATH - ntp_locs.m4 fix bk: 4dffcec1fjEEQgPuCoTJT4vEY0yrVg --- diff --git a/ChangeLog b/ChangeLog index 72f4b8e227..413272ae84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* . may not be in the PATH - ntp_locs.m4 fix. * 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)