diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-04-08 22:19:45 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-04-08 22:19:45 +0000 |
commit | eb68394046ead2b7d24e8ea9e7085bcce67968b1 (patch) | |
tree | aa2513cf47c872d903cefd9762d2277ff862ab15 | |
parent | dbf678075c941e4b3a92af260855c32ea7d22301 (diff) | |
download | mdk-eb68394046ead2b7d24e8ea9e7085bcce67968b1.tar.gz mdk-eb68394046ead2b7d24e8ea9e7085bcce67968b1.tar.bz2 |
release 0.3.1
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | aclocal.m4 | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -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>. @@ -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 |