]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ntp_locs.m4: handle the case where . is not in the PATH
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Jun 2011 06:09:40 +0000 (02:09 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Jun 2011 06:09:40 +0000 (02:09 -0400)
bk: 4e0035a4HRQh9dBG82ZE_T7EAertYw

ChangeLog
sntp/m4/ntp_locs.m4

index 90e564ab19840e81cff44a66dc2278dcdf74b3c7..72389345cc52937a1492fb71daeb71f9c41db6d7 100644 (file)
--- 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 <stenn@ntp.org>
 * Added ntp_locs.m4.
index 71b03517c177e3fcaf5ec7065b205677679fcd50..38f617a006ed8e8e800924d0c5b9a53e17d41b63 100644 (file)
@@ -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)