From: Harlan Stenn Date: Sat, 22 Mar 2008 06:58:52 +0000 (-0500) Subject: Make autogen-generated files writable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39fced7f2baf0e3f449b4cbda63c6376c40bd515;p=thirdparty%2Fntp.git Make autogen-generated files writable bk: 47e4ae2cGS_wjGics5ygN8hkytgc0g --- diff --git a/ntpd/Makefile.am b/ntpd/Makefile.am index 56f412aba6..6896b4564b 100644 --- a/ntpd/Makefile.am +++ b/ntpd/Makefile.am @@ -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 \ diff --git a/ntpdc/Makefile.am b/ntpdc/Makefile.am index 0d1064ce3e..858c523261 100644 --- a/ntpdc/Makefile.am +++ b/ntpdc/Makefile.am @@ -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 \ diff --git a/ntpq/Makefile.am b/ntpq/Makefile.am index c4346fe4da..7cd3f0aa04 100644 --- a/ntpq/Makefile.am +++ b/ntpq/Makefile.am @@ -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 \ diff --git a/sntp/Makefile.am b/sntp/Makefile.am index 0add6c8a23..d5ef226cca 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -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= diff --git a/util/Makefile.am b/util/Makefile.am index c1d28a0b9b..f73121f52b 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -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 \