]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Make autogen-generated files writable
authorHarlan Stenn <stenn@ntp.org>
Sat, 22 Mar 2008 06:58:52 +0000 (01:58 -0500)
committerHarlan Stenn <stenn@ntp.org>
Sat, 22 Mar 2008 06:58:52 +0000 (01:58 -0500)
bk: 47e4ae2cGS_wjGics5ygN8hkytgc0g

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

index 56f412aba6d799caf7786491a2a2dd89590751ce..6896b4564b89fbe842d5f5a42c200d19fab99236 100644 (file)
@@ -34,7 +34,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 0d1064ce3ea96a2364354a70f3afac9b57b45106..858c523261e0707bbcb8b2e163545e2d40aa3467 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 c4346fe4da2e20d64d6b0c6d767411daf79b1a99..7cd3f0aa04d1b6c8f096a38821d86e02086dae9e 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..d5ef226ccabdc234e6095ee153ee1ad3255a84ac 100644 (file)
@@ -12,7 +12,7 @@ NULL=
 
 bindir=        ${exec_prefix}/${BINSUBDIR}
 bin_PROGRAMS=  sntp
-#run_ag=         cd $(srcdir) && autogen -L $(top_srcdir)/include
+#run_ag=         cd $(srcdir) && autogen -L $(top_srcdir)/include --writable
 run_ag=         cd $(srcdir) && autogen
 
 SUBDIRS=
index c1d28a0b9b6ae77087d40890c1352fa72cacee65..f73121f52bbb592b0aa3642ad616f53c2c6fd531 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             \