]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Try a better way to get the stuff in scripts/ to be executable.
authorHarlan Stenn <stenn@ntp.org>
Wed, 27 Nov 2002 04:32:44 +0000 (23:32 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 27 Nov 2002 04:32:44 +0000 (23:32 -0500)
bk: 3de44aecSpwu-JO12helQrbISLG1nQ

configure.in

index f3eeac16eb4f43666c7bc5ba569987da7e12d28b..68bce603da3f41702c74c1224cccaf66e3a2bd9c 100644 (file)
@@ -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