From ccde385f5e5f5e0e166067823f80178a6daf53e8 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 7 Dec 2002 23:40:08 +0000 Subject: misc changes --- ChangeLog | 24 +++++++++++++++++++----- Makefile.am | 4 ++-- autogen.sh | 4 ++-- configure.in | 7 +++---- 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 + + * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5. + +2002-12-08 gettextize + + * 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 + + * configure.in (AM_GNU_GETTEXT_VERSION): Bump to 0.11.5. + 2002-10-19 gettextize * 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 -- cgit v1.2.3