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/
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
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
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
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