From: Harlan Stenn Date: Thu, 13 Aug 2009 20:27:44 +0000 (-0400) Subject: install the binary and man page for sntp X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a68ad18e29db36907c77903a80507ccdd8925e7;p=thirdparty%2Fntp.git install the binary and man page for sntp bk: 4a847740xFhMr2NXCALfZXTUEremdQ --- diff --git a/ChangeLog b/ChangeLog index ac2e5287e1..b5efa78296 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* install the binary and man page for sntp. (4.2.5p201) 2009/08/13 Released by Harlan Stenn * sntp: out with the old, in with the new. (4.2.5p200) 2009/08/12 Released by Harlan Stenn diff --git a/sntp/Makefile.am b/sntp/Makefile.am index ca88e0d3db..42eeb70359 100644 --- a/sntp/Makefile.am +++ b/sntp/Makefile.am @@ -6,16 +6,13 @@ ACLOCAL_AMFLAGS= -I ../m4 -I libopts/m4 AM_CPPFLAGS= $(LIBOPTS_CFLAGS) -I$(top_srcdir)/../include LDADD= $(LIBOPTS_LDADD) -lm ../libntp/libntp.a -NULL= - -### -#bindir= ${exec_prefix}/${BINSUBDIR} -#bin_PROGRAMS= sntp -### -noinst_PROGRAMS= sntp -### run_ag= cd $(srcdir) && autogen -L ../include --writable +bindir= ${exec_prefix}/${BINSUBDIR} +bin_PROGRAMS= sntp + +NULL= + SUBDIRS= if NEED_LIBOPTS SUBDIRS+= libopts @@ -41,6 +38,7 @@ sntp_SOURCES = \ utilities.h \ $(NULL) +# it's in EXTRA_DIST #dist_man_MANS= sntp.1 EXTRA_DIST= bincheck.mf \ @@ -51,9 +49,7 @@ OLD_EXTRA_DIST= \ autogen-version.def version.def version.m4 BUILT_SOURCES= check-autogen-version.def check-version.def check-version.m4 \ sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu -#man_MANS= sntp.1 -noinst_MANS= sntp.1 - +man_MANS= sntp.1 FRC: check-autogen-version.def: FRC