bug-gnu-utils
[Top][All Lists]
Advanced

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

bug with top_builddir in Makefile.in.in in gettext 0.11.2


From: Martin Norbäck
Subject: bug with top_builddir in Makefile.in.in in gettext 0.11.2
Date: 16 Jun 2002 17:19:30 +0200

Makefile.in.in does not define top_builddir anymore, this means that the
following dependency fails:

Makefile: Makefile.in.in $(top_builddir)/config.status POTFILES.in

This was changed from the previous version. It seems these variables has
moved to a file called Makevars.template, not Makevars. Seems like you
have to copy the file by hand.

This is not good, because things like rpm runs gettextize automatically,
and if the package is not already built with gettext 0.11.2 (very few
packages are), then it will fail.

So I have to add something like

cp po/Makevars.template po/Makevars

to the build rules.

Couldn't gettextize just install the file as Makevars instead of
Makevars.template?

Regards,

        Martin

Attachment: signature.asc
Description: PGP signature


reply via email to

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