summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 22:34:25 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2006-03-24 22:34:25 +0000
commit3010d483748f058024c623fdfea689429e87bf5c (patch)
treee68d00fe019b4bfbbddd1f74e74188c0a2922ed6
parent562509761efc1dc4361d13e4f95e093f80b533da (diff)
downloadmdk-3010d483748f058024c623fdfea689429e87bf5c.tar.gz
mdk-3010d483748f058024c623fdfea689429e87bf5c.tar.bz2
ChangeLog is automatically generated.
git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-6
-rw-r--r--.arch-inventory1
-rw-r--r--ChangeLog62
-rwxr-xr-xautogen.sh3
3 files changed, 4 insertions, 62 deletions
diff --git a/.arch-inventory b/.arch-inventory
index b340fd3..914501e 100644
--- a/.arch-inventory
+++ b/.arch-inventory
@@ -25,3 +25,4 @@ precious ^(config\.h)$
precious ^(Makefile\.in)$
precious ^(Makefile)$
precious ^(ylwrap)$
+precious ^(ChangeLog)$
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 3182ec1..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,62 +0,0 @@
-# do not edit -- automatically generated by arch changelog
-# non-id: automatic-ChangeLog--mdk@sv.gnu.org/mdk--devel--1
-#
-
-2006-03-21 00:36:41 GMT Jose Antonio Ortega Ruiz <jao@gnu.org> patch-4
-
- Summary:
- Arch inventory files added
- Revision:
- mdk--devel--1--patch-4
-
-
-
-2006-03-20 23:01:19 GMT Jose Antonio Ortega Ruiz <jao@gnu.org> patch-3
-
- Summary:
- Bug fixes for 1.2.2 (latest CVS version)
- Revision:
- mdk--devel--1--patch-3
-
- * mixgtk/mixgtk.glade (Module): I1 and I2 in mixvm swapped to their
- correct position (closes #15746).
-
- * mixgtk/mixgtk_mixvm.c (init_mem_): fixed segfault when clicking Memory
- title bar (closes #15910).
-
- * configure.in: obsolete C flags for Darwin deleted.
-
- * misc/mixal-mode.el (Module): sync with Emacs CVS (Pieter).
-
- * mixlib/mix.c: copyright year in console message updated.
-
- * mixgtk/mixgtk_device.c (write_char_): buffer size was insufficient.
-
-
-2006-03-20 22:55:51 GMT Jose Antonio Ortega Ruiz <jao@gnu.org> patch-2
-
- Summary:
- Trivial changes to tag rel--1.2--patch-1
- Revision:
- mdk--devel--1--patch-2
-
-
-
-2006-03-20 22:46:46 GMT Jose Antonio Ortega Ruiz <jao@gnu.org> patch-1
-
- Summary:
- Version 1.2.1 imported
- Revision:
- mdk--devel--1--patch-1
-
-
-
-2006-03-20 20:47:57 GMT Jose Antonio Ortega Ruiz <jao@gnu.org> base-0
-
- Summary:
- Archive creation
- Revision:
- mdk--devel--1--base-0
-
-
-
diff --git a/autogen.sh b/autogen.sh
index d76540d..0f3974b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -71,6 +71,9 @@ aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
+# changelog file
+touch ChangeLog
+
echo "Running automake --add-missing --gnu $am_opt ..."
automake -a --gnu $am_opt