Public bug reported:

Binary package hint: gettext

I use gettextize to setup my GNU project for translation.
After I run aclocal, autoconf, automake and configure, 
the make command fails with the following error:

make[1]: Entering directory `/@BLACKED_OUT@/project/po'
make[1]: *** No rule to make target `/config.status', needed by `Makefile'.  
Stop.

This error seems to come some macros which are not replace e.g. the Makevars 
and others.
(in general the DISTFILES)

If I replace this line in the po/Makefile:

Makefile: Makefile.in.in Makevars $(top_builddir)/config.status
@POMAKEFILEDEPS@

with:

Makefile: Makefile.in.in Makevars ../config.status POTFILES.in

the problem with config.status does not occur anymore. But there is
another problem:

cd po
make update-po
make[1]: Entering directory `/@BLACKED_OUT@/project/po'
make[1]: *** No rule to make target [EMAIL PROTECTED]@'.  Stop.

** Affects: gettext (Ubuntu)
     Importance: Undecided
         Status: New

-- 
gettextize does not create Makefiles correctly
https://bugs.launchpad.net/bugs/122343
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to