> Question is:
> How can I tell if I am in an alpha arch and how can I add the ./configure
> option if so?  
>

DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)

ifeq (alpha,$(DEB_HOST_ARCH))
CONFIG_FLAGS = --with-included-gettext
endif

and then add $(CONFIG_FLAGS) to the configure commandline

However, I think it would be better to fix gettext..

Cheers,
-- 
Gergely Nagy \ mhp/|8]

Attachment: pgpTyWv4bFvqg.pgp
Description: PGP signature

Reply via email to