summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-02-11 23:11:01 +0000
committerjaortega <jaortega>2001-02-11 23:11:01 +0000
commit9b80869c1e54bd1d092398bbd92dbe872e05a6f5 (patch)
tree4f5d2095ea0e4eb182dbee53e0a5cc8c624eded9
parent09d64826248ab7a9c46df980079f1e41b9cd3ed3 (diff)
downloadmdk-9b80869c1e54bd1d092398bbd92dbe872e05a6f5.tar.gz
mdk-9b80869c1e54bd1d092398bbd92dbe872e05a6f5.tar.bz2
suport for catalan dropped
-rw-r--r--AUTHORS2
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.in2
4 files changed, 8 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 23231f5..9ea022b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
diff --git a/NEWS b/NEWS
index 3c0f2c4..487ae51 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index 6eec165..2846875 100644
--- a/README
+++ b/README
@@ -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