From a665c77b6177011b2fabdd3a37d2b942e46d4cc5 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Fri, 22 Sep 2006 01:23:43 +0000 Subject: [PATCH] Add autogen.sh to distribution tarball. Makefile.am: Add autogen.sh to the "extra" distributed files. git-archimport-id: srvx@srvx.net--2006/srvx--devo--1.3--patch-33 --- ChangeLog | 13 +++++++++++++ Makefile.am | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ff3f609..5a982fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,19 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2006/srvx--devo--1.3 # +2006-09-22 01:23:43 GMT Michael Poole patch-33 + + Summary: + Add autogen.sh to distribution tarball. + Revision: + srvx--devo--1.3--patch-33 + + Makefile.am: Add autogen.sh to the "extra" distributed files. + + modified files: + ChangeLog Makefile.am + + 2006-09-11 01:03:14 GMT Michael Poole patch-32 Summary: diff --git a/Makefile.am b/Makefile.am index d78c92f..90ac05d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example +EXTRA_DIST = FAQ UPGRADE srvx.conf.example sockcheck.conf.example autogen.sh SUBDIRS = @MY_SUBDIRS@ DIST_SUBDIRS = src rx -- 2.20.1