Re: [patch] Updating gettext

2004-05-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: >> cp libgnuintl.h libintl.h >> cp: cannot stat `libgnuintl.h': No such file or directory > | Hmmm. libgnuintl.h exists, but in the intl directory in the src tree, | not in the build tree. If I create a synlink | build/intl/

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Angus Leeming wrote: > cp libgnuintl.h libintl.h > cp: cannot stat `libgnuintl.h': No such file or directory Hmmm. libgnuintl.h exists, but in the intl directory in the src tree, not in the build tree. If I create a synlink build/intl/libgnuintl.h -> src/intl/libgnuintl.h Then everything

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > It has been a while since we did this the last time, so we might > have so nits after it is done. But all in all I think newer gettext > works better with autoconf/automake than older ones. > > Anyway... the patch is _huge_, but I'll let you have a look at it > anyway

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Angus Leeming wrote: > $ ./autogen.sh > Using autoconf (GNU Autoconf) 2.57 > Locating GNU m4... /usr/bin/m4 > Generate acinclude.m4... done. > Building macros... > . > lib/reLyX > aclocal: couldn't open directory `m4': No such file or directory > done. Here's the patch: $ cvs -q d

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > It has been a while since we did this the last time, so we might > have so nits after it is done. But all in all I think newer gettext > works better with autoconf/automake than older ones. > > Anyway... the patch is _huge_, but I'll let you have a look at it > anyway