summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 00:09:19 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 00:09:19 +0000
commitb50f79f8c1db71ccd6d5aa4042ea84ba71a53473 (patch)
tree4d8ed4b53884a101de2dc430b02375ba1ff1f321
parentccde385f5e5f5e0e166067823f80178a6daf53e8 (diff)
downloadmdk-b50f79f8c1db71ccd6d5aa4042ea84ba71a53473.tar.gz
mdk-b50f79f8c1db71ccd6d5aa4042ea84ba71a53473.tar.bz2
gettext
-rw-r--r--Makefile.am2
-rw-r--r--configure.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index e834290..41f9aab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
EXTRA_DIST = config.rpath ABOUT-NLS autogen.sh configure mdk.spec
-SUBDIRS = intl m4 po doc lib mixlib mixguile mixutils mixgtk misc samples
+SUBDIRS = intl po doc lib mixlib mixguile mixutils mixgtk misc samples
docdir = $(top_builddir)/doc
diff --git a/configure.in b/configure.in
index 9631d0b..7a4ec92 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
#
-# $Id: configure.in,v 1.20 2002/12/07 23:40:08 jao Exp $
+# $Id: configure.in,v 1.21 2002/12/08 00:09:19 jao Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -25,7 +25,7 @@ AM_PROG_LEX
AC_PROG_RANLIB
dnl i18n stuff
-ALL_LINGUAS=""
+AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT
test "x$prefix" = xNONE && prefix=$ac_default_prefix
@@ -130,7 +130,7 @@ esac
AC_SUBST(CFLAGS)
-AC_OUTPUT( po/Makefile.in m4/Makefile intl/Makefile
+AC_OUTPUT(intl/Makefile
Makefile
doc/Makefile
doc/img/Makefile