summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--quilt.changes7
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d6a75cd..b30eedd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -64,7 +64,7 @@ DIRT += $(shell $(FIND) . -name '.\#*')
SRC += COPYING AUTHORS TODO Makefile.in configure.ac \
config/install-sh quilt.spec.in quilt.changes \
- bash_completion quilt.quiltrc
+ bash_completion quilt.quiltrc aclocal.m4
DIRT += quilt.spec
BIN_IN := quilt guards
diff --git a/quilt.changes b/quilt.changes
index 0dfd2af..d1c52c7 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sat Feb 4 08:37:47 CET 2006 - agruen@suse.de
+
+- make dist: Add the missing aclocal.m4 to the tarball.
+
+-------------------------------------------------------------------
Fri Feb 3 13:04:52 CET 2006 - khali@linux-fr.org
- bash_completion: Code refactoring, indentation fixes.
@@ -15,7 +20,7 @@ Fri Feb 3 10:26:36 CET 2006 - agruen@suse.de
- quilt/mail.in: Disable broken patch header format check.
-------------------------------------------------------------------
-Fri Feb 3 12:23:00 AEST 2006 - jayvdb@gmail.com
+Fri Feb 3 12:23:00 +1100 2006 - jayvdb@gmail.com
- configure.ac: Add check for GNU diff and use $GREP
in GNU patch check.