Re: configure --host= breaks libtool ?

2003-08-24 Thread Scott James Remnant
On Sun, 2003-08-24 at 04:51, Glenn McGrath wrote: Im having problems compiling libextractor on at least ia64 and m68k On those arch's dpkg-buildpackage fails with libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' libtool hasn't found a

Re: configure --host= breaks libtool ?

2003-08-24 Thread Glenn McGrath
Then go and read Henrique's excellent /usr/share/doc/autotools-dev/README.Debian.gz I added the following to my rules file from his README and all is well. # FOR AUTOCONF 2.52 AND NEWER ONLY ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) confflags += --build $(DEB_HOST_GNU_TYPE) else