nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nano-devel] CVS question.


From: Ken Tyler
Subject: Re: [Nano-devel] CVS question.
Date: Mon, 20 Jan 2003 14:44:52 +1100

Hello,

I fixed up CVS, lost CVS_RSH, my fault, running different shells in 
different consoles - trying to adapt to bash after tcsh.

I'm now in sync to the very latest commits but of course there's a 
problem or two, this is exactly what I was trying to avoid by ditching 
PPC...

autogen.sh gives

Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
to look for an external libintl.

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.5 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure 
--disable-nls
option.

(aclocal is 1.6.3)
(gettext is 0.11.4 not 0.11.5, how important is this ?)

after this I'm not in sync anymore :

? autom4te-2.53.cache
Index: ChangeLog
===================================================================
RCS file: /cvsroot/nano/nano/ChangeLog,v
retrieving revision 1.697
diff -u -r1.697 ChangeLog
--- ChangeLog   18 Jan 2003 22:42:33 -0000      1.697
+++ ChangeLog   20 Jan 2003 03:33:57 -0000
@@ -1,3 +1,7 @@
+2003-01-20  gettextize  <address@hidden>
+
+       * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.11.4.
+
 CVS Code -
 - nano.c:
   usage():
Index: configure.ac
===================================================================
RCS file: /cvsroot/nano/nano/configure.ac,v
retrieving revision 1.37
diff -u -r1.37 configure.ac
--- configure.ac        17 Jan 2003 22:31:25 -0000      1.37
+++ configure.ac        20 Jan 2003 03:33:57 -0000
@@ -32,7 +32,7 @@
 AC_SYS_LARGEFILE
 
 dnl Internationalization macros.
-AM_GNU_GETTEXT_VERSION(0.11.5)
+AM_GNU_GETTEXT_VERSION(0.11.4
 AM_GNU_GETTEXT([external], [need-ngettext])
 
 dnl Checks for header files.
Index: m4/ChangeLog
===================================================================
RCS file: /cvsroot/nano/nano/m4/ChangeLog,v
retrieving revision 1.2
diff -u -r1.2 ChangeLog
--- m4/ChangeLog        21 Aug 2002 18:19:53 -0000      1.2
+++ m4/ChangeLog        20 Jan 2003 03:33:57 -0000
@@ -1,3 +1,7 @@
+2003-01-20  gettextize  <address@hidden>
+
+       * gettext.m4: Upgrade to gettext-0.11.4.
+
 2002-08-21  gettextize  <address@hidden>
 
        * gettext.m4: Upgrade to gettext-0.11.5.
Index: m4/gettext.m4
===================================================================
RCS file: /cvsroot/nano/nano/m4/gettext.m4,v
retrieving revision 1.9
diff -u -r1.9 gettext.m4
--- m4/gettext.m4       21 Aug 2002 18:19:53 -0000      1.9
+++ m4/gettext.m4       20 Jan 2003 03:33:58 -0000
@@ -1,4 +1,4 @@
-# gettext.m4 serial 17 (gettext-0.11.5)
+# gettext.m4 serial 16 (gettext-0.11.4)
 dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -488,7 +488,7 @@
         ;;
       esac
     done],
-   [# Capture the value of obsolete ALL_LINGUAS because we need it to compute
+   [# Capture the value of obsolete $ALL_LINGUAS because we need it to compute
     # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
     # from automake.
     eval 'ALL_LINGUAS''="$ALL_LINGUAS"'



(Note the missing bracket in configure.ac)
Now running ./configure gives

checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
./configure: line 2910: syntax error near unexpected token `;;'
./configure: line 2910: `  ;;'

Any help , anyone ?

Ken.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]