From: Harlan Stenn Date: Mon, 20 Jun 2011 08:54:00 +0000 (-0400) Subject: genLocInfo cleanup X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fcbfb01e598258c2ed202911a4062964fd9f160;p=thirdparty%2Fntp.git genLocInfo cleanup bk: 4dff0aa8d6zQEl-jJMitOzzDuib8pA --- diff --git a/sntp/m4/ntp_locs.m4 b/sntp/m4/ntp_locs.m4 index 6948f04c02..409e89448c 100644 --- a/sntp/m4/ntp_locs.m4 +++ b/sntp/m4/ntp_locs.m4 @@ -8,7 +8,8 @@ AC_DEFUN([NTP_LOCINFO], [ AC_MSG_CHECKING([for installation directory, man sections, and man format]) -. `cd $scrdir && scripts/genLocInfo` +( cd $scrdir && scripts/genLocInfo ) > conftest.i +. conftest.i AC_MSG_RESULT([done])