]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
genLocInfo cleanup
authorHarlan Stenn <stenn@ntp.org>
Mon, 20 Jun 2011 09:24:55 +0000 (05:24 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 20 Jun 2011 09:24:55 +0000 (05:24 -0400)
bk: 4dff11e7BLCKQnYpSyj5Qkh8Sw__Mw

sntp/m4/ntp_locs.m4

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