NetBSD-Bugs archive

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

Re: misc/50166



El 26/08/15 a les 14:05, Antti Kantee ha escrit:
The following reply was made to PR misc/50166; it has been noted by GNATS.

From: Antti Kantee <pooka%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: misc/50166
Date: Wed, 26 Aug 2015 12:02:00 +0000

  Adding AC_CANONICAL_HOST() to configure.ac makes configure fail because
  a reference to install-sh is generated (and install-sh is not present).

> ....
> So, I tried it, and indeed there was fallout from AC_CANONICAL_HOST() (as noted in the PR).  Can you try to work around it somehow? src/tools/make/configure.ac contains the official way to regenerate configure.

If you want to keep it simple, I could switch it to use uname instead of AC_CANONICAL_HOST(). It
will break cross-compiling but AFAICS the whole purpose of this script is to bootstrap make on
non-NetBSD systems, which is a very native-build oriented end, and I doubt cross-compiling was
ever intended to work here anyways.

Does that sound good?

--
Robert Millan



Home | Main Index | Thread Index | Old Index