summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-02-04 07:37:50 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-02-04 07:37:50 +0000
commit88e349a35db92b49081ab16509d5935bc21721c6 (patch)
tree511d328675be6286f0010a9a052de5bd3512691e
parente8597141f1a7911ce83e2e1fe16860b49f49ad92 (diff)
downloadquilt-88e349a35db92b49081ab16509d5935bc21721c6.tar.gz
- make dist: Add the missing aclocal.m4 to the tarball.
-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.