diff options
| -rw-r--r-- | .arch-inventory | 1 | ||||
| -rw-r--r-- | ChangeLog | 62 | ||||
| -rwxr-xr-x | autogen.sh | 3 | 
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 - - - @@ -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 | 
