diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | configure.in | 2 |
4 files changed, 8 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Authors of mdk. +Authors of GNU MDK. See also the files THANKS and ChangeLog. jose antonio ortega ruiz designed and implemented mdk. @@ -1,10 +1,14 @@ -mdk -- History of visible changes. +GNU MDK -- History of visible changes. Copyright (C) 2000, 2001, jose antonio ortega ruiz <jaortega@acm.org> See the end for copying conditions. Please send mdk bug reports to jaortega@acm.org. +*Version 0.2.1 + +** MDK is now an official GNU packaga. + *Version 0.2 (07/01/01) ** mixvm provides virtual execution time statistics after each @@ -1,4 +1,4 @@ -Welcome to MDK. +Welcome to GNU MDK. MDK stands for MIX Development Kit and provides tools for developing and executing, in a MIX virtual machine, MIXAL programs. The MIX is diff --git a/configure.in b/configure.in index fe2868e..5c8ad5c 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ AM_PROG_LEX AC_PROG_RANLIB dnl i18n stuff -ALL_LINGUAS="ca" +ALL_LINGUAS="" AM_GNU_GETTEXT test "x$prefix" = xNONE && prefix=$ac_default_prefix |