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

Re: autotools-dev README.Debian confusion



On Mon, 21 Oct 2002, Bob Hilliard wrote:
> |                     you should call configure this way (for autoconf 2.52):
> | 
> | export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
> | export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
> | 
> | # FOR AUTOCONF 2.52 AND NEWER ONLY
> | ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
> |   confflags += --build $(DEB_HOST_GNU_TYPE)
> | else
> |   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
> | endif
> 
>      One of these must be for autoconf <2.52, and the other for
> autoconf =>2.52.  Which is which?

The entire block above is for autoconf 2.52 and newer (i.e. 2.53, 2.54...)

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



Reply to: