summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-08 22:19:45 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-08 22:19:45 +0000
commiteb68394046ead2b7d24e8ea9e7085bcce67968b1 (patch)
treeaa2513cf47c872d903cefd9762d2277ff862ab15
parentdbf678075c941e4b3a92af260855c32ea7d22301 (diff)
downloadmdk-eb68394046ead2b7d24e8ea9e7085bcce67968b1.tar.gz
mdk-eb68394046ead2b7d24e8ea9e7085bcce67968b1.tar.bz2
release 0.3.1
-rw-r--r--NEWS2
-rw-r--r--aclocal.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0a9ce94..6f6f090 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ See the end for copying conditions.
Please send mdk bug reports to bug-mdk@gnu.org.
-*Version 0.3.1
+*Version 0.3.1 (9/04/01)
** New binary and html RPMs (RedHat) contributed by Agustin Navarro
<anp@cantv.net>.
diff --git a/aclocal.m4 b/aclocal.m4
index 240d7b7..38c5d85 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -330,6 +330,9 @@ AC_DEFUN(AM_WITH_NLS,
INSTOBJEXT=.mo
fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS='-lintl'
+ fi
])
if test "$CATOBJEXT" = "NONE"; then
@@ -1054,9 +1057,6 @@ for module in . $3; do
bonobo)
module_args="$module_args bonobo"
;;
- gnomedb)
- module_args="$module_args gnomedb"
- ;;
esac
done