summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog24
-rw-r--r--Makefile.am4
-rwxr-xr-xautogen.sh4
-rw-r--r--configure.in7
4 files changed, 26 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 579a883..f40a2eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2002-12-08 gettextize <bug-gnu-gettext@gnu.org>
+
+ * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
+
+2002-12-08 gettextize <bug-gnu-gettext@gnu.org>
+
+ * Makefile.am (SUBDIRS): Add intl.
+ * configure.in (AC_OUTPUT): Add intl/Makefile.
+ (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
+
+2002-12-08 gettextize <bug-gnu-gettext@gnu.org>
+
+ * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5.
+
2002-10-19 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add m4.
@@ -28,7 +42,7 @@
* mixutils/mixvm_command.h:
- $Id: ChangeLog,v 1.12 2002/12/07 23:03:33 jao Exp $ tag added
+ $Id: ChangeLog,v 1.13 2002/12/07 23:40:08 jao Exp $ tag added
2002-04-08 02:31 jao
@@ -65,7 +79,7 @@
* mixgtk/mixgtk.c:
- $Id: ChangeLog,v 1.12 2002/12/07 23:03:33 jao Exp $ tag added
+ $Id: ChangeLog,v 1.13 2002/12/07 23:40:08 jao Exp $ tag added
2002-03-29 17:30 jao
@@ -163,7 +177,7 @@
* mixlib/mix.h:
- CVS $Id: ChangeLog,v 1.12 2002/12/07 23:03:33 jao Exp $ added
+ CVS $Id: ChangeLog,v 1.13 2002/12/07 23:40:08 jao Exp $ added
2001-09-29 03:53 jao
@@ -211,7 +225,7 @@
* TODO:
- $Id: ChangeLog,v 1.12 2002/12/07 23:03:33 jao Exp $ cvs tag
+ $Id: ChangeLog,v 1.13 2002/12/07 23:40:08 jao Exp $ cvs tag
2001-09-26 00:45 jao
@@ -297,7 +311,7 @@
* mixgtk/mixgtk_fontsel.c:
- use of $Id: ChangeLog,v 1.12 2002/12/07 23:03:33 jao Exp $
+ use of $Id: ChangeLog,v 1.13 2002/12/07 23:40:08 jao Exp $
2001-09-18 23:49 jao
diff --git a/Makefile.am b/Makefile.am
index 9bc1cef..e834290 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,8 +10,8 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-EXTRA_DIST = config.rpath ABOUT-NLS autogen.sh configure mdk.spec
-SUBDIRS = m4 po doc lib mixlib mixguile mixutils mixgtk misc samples
+EXTRA_DIST = config.rpath ABOUT-NLS autogen.sh configure mdk.spec
+SUBDIRS = intl m4 po doc lib mixlib mixguile mixutils mixgtk misc samples
docdir = $(top_builddir)/doc
diff --git a/autogen.sh b/autogen.sh
index cf116ae..43ebd3e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -69,8 +69,8 @@ case $CC in
*xlc | *xlc\ * | *lcc | *lcc\ *) am_opt=--include-deps;;
esac
-echo "Running autopoint... Ignore non-fatal messages."
-autopoint
+echo "Running gettextize... Ignore non-fatal messages."
+gettextize --intl --force
ACLOCAL_FLAGS="-I m4"
echo "Running aclocal ..."
diff --git a/configure.in b/configure.in
index ce42f1d..9631d0b 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.19 2002/12/07 23:03:33 jao Exp $
+# $Id: configure.in,v 1.20 2002/12/07 23:40:08 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
@@ -26,8 +26,7 @@ AC_PROG_RANLIB
dnl i18n stuff
ALL_LINGUAS=""
-AM_GNU_GETTEXT_VERSION(0.11.5)
-AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT
test "x$prefix" = xNONE && prefix=$ac_default_prefix
@@ -131,7 +130,7 @@ esac
AC_SUBST(CFLAGS)
-AC_OUTPUT( po/Makefile.in m4/Makefile
+AC_OUTPUT( po/Makefile.in m4/Makefile intl/Makefile
Makefile
doc/Makefile
doc/img/Makefile