> 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]
- Alpha question Amaya
- Re: Alpha question Steve Langasek
- Re: Alpha question Gergely Nagy
- Re: Alpha question Amaya
- Re: Alpha question Amaya
- Re: Alpha question Santiago Vila
- Re: Alpha question Steve Langasek
- Re: Alpha question peter karlsson
- Re: Alpha question Steve Langasek
- Re: Alpha question Hamish Moffatt
- Re: Alpha question Steve Langasek
- Re: Alpha question Andrew Suffield