]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Have autogen produce writable output files
authorHarlan Stenn <stenn@ntp.org>
Thu, 31 May 2007 02:44:11 +0000 (22:44 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 31 May 2007 02:44:11 +0000 (22:44 -0400)
bk: 465e367bz5SnGoTLu9PNnmt4splwUw

ChangeLog
ntpd/Makefile.am
ntpdc/Makefile.am
ntpq/Makefile.am
sntp/Makefile.am
util/Makefile.am

index db4c80956cd06b908c5a59da4fc05f3feded3352..cca92535e871f75f9b3dacab17132811382c35e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Have autogen produce writable output files.
 * [Bug 825] Correct logconfig -/+ keyword processing.
 * [Bug 828] Correct parsing of " delimited strings.
 * Cleanup FILE * usage after fclose() in ntp_filegen.c.
index df67d09a810ee356f476ac6753872019ab28d956..2d5557bfff71e55e2b28dd0b79c09ca310602cb0 100644 (file)
@@ -35,7 +35,7 @@ ETAGS_ARGS = Makefile.am
 ###                                                    Y2Kfixes
 check_PROGRAMS = @MAKE_CHECK_Y2K@
 EXTRA_PROGRAMS = check_y2k ntpdsim
-run_ag = cd $(srcdir) && autogen -L ../include
+run_ag=                cd $(srcdir) && autogen -L ../include --writable
 std_def_list=  $(top_srcdir)/include/debug-opt.def             \
                $(top_srcdir)/include/autogen-version.def       \
                $(top_srcdir)/include/copyright.def             \
index adcb592f00c791a13837893e61f0f9094e673ab3..657f7f5490ce5f16724dbc2ed01f9eb23705f8cb 100644 (file)
@@ -19,7 +19,7 @@ EXTRA_DIST=   nl_in.c nl.pl layout.std        \
 BUILT_SOURCES+=        ntpdc-opts.c ntpdc-opts.h ntpdc.1 ntpdc-opts.texi       \
                ntpdc-opts.menu
 man_MANS=      ntpdc.1
-run_ag=         cd $(srcdir) && autogen -L ../include
+run_ag=                cd $(srcdir) && autogen -L ../include --writable
 std_def_list=  $(top_srcdir)/include/debug-opt.def             \
                $(top_srcdir)/include/autogen-version.def       \
                $(top_srcdir)/include/copyright.def             \
index b88403dc7e0b765dfb44dce2486ede4b21651ee5..2e7a81bd8d95157d7dacfe1acbe69995e4f29589 100644 (file)
@@ -11,7 +11,7 @@ ETAGS_ARGS=   Makefile.am
 EXTRA_DIST=    ntpq-opts.def ntpq.1 ntpq-opts.texi ntpq-opts.menu
 BUILT_SOURCES= ntpq-opts.c ntpq-opts.h ntpq.1 ntpq-opts.texi ntpq-opts.menu
 man_MANS=      ntpq.1
-run_ag=         cd $(srcdir) && autogen -L ../include
+run_ag=                cd $(srcdir) && autogen -L ../include --writable
 std_def_list=  $(top_srcdir)/include/debug-opt.def             \
                $(top_srcdir)/include/autogen-version.def       \
                $(top_srcdir)/include/copyright.def             \
index 0add6c8a239161d8c09d3b2bcf6f5d10961bbce3..9da5646a4a391c04e740c64a1a70da1762330516 100644 (file)
@@ -12,8 +12,8 @@ NULL=
 
 bindir=        ${exec_prefix}/${BINSUBDIR}
 bin_PROGRAMS=  sntp
-#run_ag=         cd $(srcdir) && autogen -L $(top_srcdir)/include
-run_ag=         cd $(srcdir) && autogen
+#run_ag=       cd $(srcdir) && autogen -L $(top_srcdir)/include
+run_ag=                cd $(srcdir) && autogen --writable
 
 SUBDIRS=
 if NEED_LIBOPTS
index bbf40039c8243014e6e313117b4b743784a16987..a5328cf10f6115c8cf836ff3f7d71875f1c651a0 100644 (file)
@@ -18,7 +18,7 @@ EXTRA_DIST=   ntp-keygen-opts.def ntp-keygen.1 ntp-keygen-opts.texi ntp-keygen-opt
 BUILT_SOURCES= ntp-keygen-opts.c ntp-keygen-opts.h ntp-keygen.1        \
                ntp-keygen-opts.texi ntp-keygen-opts.menu
 man_MANS=      ntp-keygen.1
-run_ag=         cd $(srcdir) && autogen -L ../include
+run_ag=                cd $(srcdir) && autogen -L ../include --writable
 std_def_list=  $(top_srcdir)/include/debug-opt.def             \
                $(top_srcdir)/include/autogen-version.def       \
                $(top_srcdir)/include/copyright.def             \