From: Harlan Stenn Date: Wed, 27 Nov 2002 04:32:44 +0000 (-0500) Subject: Try a better way to get the stuff in scripts/ to be executable. X-Git-Tag: NTP_4_1_1C_RC1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fad828ebe3a23db25161fe49b90c7491995f1d2;p=thirdparty%2Fntp.git Try a better way to get the stuff in scripts/ to be executable. bk: 3de44aecSpwu-JO12helQrbISLG1nQ --- diff --git a/configure.in b/configure.in index f3eeac16e..68bce603d 100644 --- a/configure.in +++ b/configure.in @@ -3418,17 +3418,15 @@ AC_CONFIG_FILES(ntpq/Makefile) AC_CONFIG_FILES(ntptrace/Makefile) AC_CONFIG_FILES(parseutil/Makefile) AC_CONFIG_FILES(scripts/Makefile) -AC_CONFIG_FILES(scripts/calc_tickadj) -AC_CONFIG_FILES(scripts/checktime) -AC_CONFIG_FILES(scripts/freq_adj) -AC_CONFIG_FILES(scripts/mkver) -AC_CONFIG_FILES(scripts/ntp-wait) -AC_CONFIG_FILES(scripts/ntpsweep) -AC_CONFIG_FILES(scripts/ntpver) -AC_CONFIG_FILES(scripts/plot_summary) -AC_CONFIG_FILES(scripts/summary) +AC_CONFIG_FILES(scripts/calc_tickadj, [chmod +x scripts/calc_tickadj]) +AC_CONFIG_FILES(scripts/checktime, [chmod +x scripts/checktime]) +AC_CONFIG_FILES(scripts/freq_adj, [chmod +x scripts/freq_adj]) +AC_CONFIG_FILES(scripts/mkver, [chmod +x scripts/mkver]) +AC_CONFIG_FILES(scripts/ntp-wait, [chmod +x scripts/ntp-wait]) +AC_CONFIG_FILES(scripts/ntpsweep, [chmod +x scripts/ntpsweep]) +AC_CONFIG_FILES(scripts/ntpver, [chmod +x scripts/ntpver]) +AC_CONFIG_FILES(scripts/plot_summary, [chmod +x scripts/plot_summary]) +AC_CONFIG_FILES(scripts/summary, [chmod +x scripts/summary]) AC_CONFIG_FILES(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_OUTPUT