From: Harlan Stenn Date: Mon, 20 Jun 2011 09:24:55 +0000 (-0400) Subject: genLocInfo cleanup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ff9400b10edbf35f9a26b613dfba31cbb37df6e;p=thirdparty%2Fntp.git genLocInfo cleanup bk: 4dff11e7BLCKQnYpSyj5Qkh8Sw__Mw --- diff --git a/sntp/m4/ntp_locs.m4 b/sntp/m4/ntp_locs.m4 index 409e89448c..ac1823fe70 100644 --- a/sntp/m4/ntp_locs.m4 +++ b/sntp/m4/ntp_locs.m4 @@ -8,8 +8,8 @@ AC_DEFUN([NTP_LOCINFO], [ AC_MSG_CHECKING([for installation directory, man sections, and man format]) -( cd $scrdir && scripts/genLocInfo ) > conftest.i -. conftest.i +( cd $ac_abs_confdir && scripts/genLocInfo ) > genLocInfo.i 2>genLocInfo.err +. genLocInfo.i AC_MSG_RESULT([done])