From: Harlan Stenn Date: Sun, 31 Mar 2002 05:42:26 +0000 (-0500) Subject: Generate the ntptrace script. X-Git-Tag: NTP_4_1_73~166^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bb3b02398f4c4dffa98ecc8fa52326822fa7278;p=thirdparty%2Fntp.git Generate the ntptrace script. bk: 3ca6a1c2tr3EdMJxXnt7QcSSb0Djow --- diff --git a/configure.in b/configure.in index e08bb8515a..9803b1b962 100644 --- a/configure.in +++ b/configure.in @@ -3334,8 +3334,9 @@ AC_CONFIG_FILES(Makefile adjtimed/Makefile clockstuff/Makefile \ libntp/Makefile libparse/Makefile ntpd/Makefile ntpdc/Makefile \ ntpdate/Makefile ntpq/Makefile ntptrace/Makefile parseutil/Makefile \ scripts/Makefile scripts/calc_tickadj scripts/checktime scripts/freq_adj \ - scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntpver \ + scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntptrace \ + scripts/ntpver scripts/plot_summary scripts/summary util/Makefile) -AC_CONFIG_COMMANDS(default, [[chmod +x scripts/calc_tickadj scripts/checktime scripts/freq_adj scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntpver scripts/plot_summary scripts/summary]], []) +AC_CONFIG_COMMANDS(default, [[chmod +x scripts/calc_tickadj scripts/checktime scripts/freq_adj scripts/mkver scripts/ntp-wait scripts/ntpsweep scripts/ntptrace scripts/ntpver scripts/plot_summary scripts/summary]], []) AC_OUTPUT #test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h])