On Wed, 25 Apr 2001, [unknown-8bit] Frédéric L. W. Meunier wrote:

> Hi. I have some questions:
> 
> 1- Shouldn't intl/ and ABOUT-NLS be added to .cvsignore or CVS
> updated to use GNU gettext 0.10.37 ?

Yes.

> Most, if not all GNOME modules from CVS don't have intl/ and
> ABOUT-NLS . I think they're copied from /usr/share/gettext when
> you run autogen.sh .

Yes. "gettextize --copy" copies this files to intl/.

For gettext >= 0.10.36 with automake >= 1.14b also You need patch:

--- mc-4.5.54/configure.in      Sat Apr 14 02:40:35 2001
+++ mc-4.5.54.new/configure.in~ Fri Apr 13 03:05:02 2001
@@ -50,7 +50,7 @@
 
 ALL_LINGUAS="az ca cs da de el es es_ES fi fr hu it ja ko lv nl no pl
pt_BR ro ru sl sv sk uk ta tr wa zh_TW.Big5 zh_CN.GB2312"
 
-AM_GNOME_GETTEXT
+AM_GNU_GETTEXT
 
 dnl
 dnl Enforce coding standards
--- mc-4.5.53/src/Makefile.in~  Sat Apr 14 02:42:51 2001
+++ mc-4.5.53/src/Makefile.in   Sun Apr 22 07:37:06 2001
@@ -14,7 +14,7 @@
 LIBS     = $(XLIBS) @TERMNET@ $(XLIB) @TERMNET@ @MCLIBS@ -lpopt
 OURLIBS  = @LVFS@ @LSLANG@ @LEDIT@ @LGPM@ @LINTL@
 DEPLIBS  = $(top_builddir)/vfs/@LIBVFS@ $(top_builddir)/slang/@LIBSLANG@ \
-       $(top_builddir)/edit/@LIBEDIT_A@ @INTLDEPS@
+       $(top_builddir)/edit/@LIBEDIT_A@
 INSTALL  = @INSTALL@
 
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
--- mc-4.5.53/gnome/Makefile.in~        Sat Apr 14 02:42:52 2001
+++ mc-4.5.53/gnome/Makefile.in Sun Apr 22 07:38:19 2001
@@ -17,7 +17,7 @@
 LIBS = $(XLIBS) @TERMNET@
 EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@
 DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \
-       $(top_builddir)/gtkedit/@libgtkedit@ @INTLDEPS@
+       $(top_builddir)/gtkedit/@libgtkedit@
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_DATA = @INSTALL_DATA@

BTW. Above presents wider problem. Many Gnome projects uses
AM_GNOME_GETTEXT and own copy macros/gnome-gettxt.m4 aclocal macros for
gettext. Few month ago on gnome-devel I send message about remove
completly macros/gnome-gettxt.m4 from all projects and use system
installed gettext.m4 and AM_GNU_GETTEXT aclocal macros. Now on switch to
new gettext and new automake (>= 1.4b) this above is real problem not
only in mc :>

Miguel can I aply above patch to cvs tree ?

BTW2. Abyone is working on automake suit for mc ?

[..]
> 4- create_vcs ? Who's still missing /dev/vcs* or /dev/MAKEDEV
> (or not using devfs) ? More, create_vcs isn't installed by make
> install or discussed in the FAQ .

Seems this can be removed.

kloczek
-- 
-----------------------------------------------------------
*Ludzie nie mają problemów, tylko sobie sami je stwarzają*
-----------------------------------------------------------
Tomasz Kłoczko, sys adm @zie.pg.gda.pl|*e-mail: [EMAIL PROTECTED]*

Reply via email to