Hi,
compilatopn and tests run fine (except java tests).
My environment is Linux, based on SuSE 8.1, tools are:
- gcc is 3.4.6
- m4 1.4.13
- automake 1.11
- autoconf 2.63
- make (GNU) 3.81
- gettext 0.17
it makes no difference if I do first an autoreconf or use
configure out of tarball. Configure command is:
./configure --target i586-suse-linux --host i586-suse-linux-gnu --build
i586-suse-linux-gnu --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
--sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
--includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
--localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
--infodir=/usr/share/info
After running make and doing make install, no mo files are
installed under /usr/share/locale.
Running
make install DESTDIR=/var/tmp/bison-2.4.1
in folder po or runtime-po creates this output:
if test "bison" = "gettext-tools"; then \
/bin/mkdir -p /var/tmp/bison-2.4.1/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed
[email protected] [email protected] insert-header.sin Rules-quot
Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/var/tmp/bison-2.4.1/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /var/tmp/bison-2.4.1/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Previous version 2.3 was fine in same environment.
Any idea?
Regards
Martin Jacobs