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

Re: Outdated GNU config (config.{sub,guess}) and autotools-dev



On Sun, Aug 26, 2001 at 04:15:12PM +0200, Bill Allombert wrote:
> ./configure --host=$DEB_HOST_GNU_TYPE

This should be

DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)

...

	./configure --host=$(DEB_HOST_GNU_TYPE)

Thanks,
Marcus



Reply to: