]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
genLocInfo cleanup
authorHarlan Stenn <stenn@ntp.org>
Mon, 20 Jun 2011 08:54:00 +0000 (04:54 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 20 Jun 2011 08:54:00 +0000 (04:54 -0400)
bk: 4dff0aa8d6zQEl-jJMitOzzDuib8pA

sntp/m4/ntp_locs.m4

index 6948f04c02d4154ca738a40ba56536c3fd06720d..409e89448c0d797e154d6b0b82a45b3f6dc0ebfd 100644 (file)
@@ -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])