Date: Tue, 30 Jul 2002 11:58:07 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: "Garrett Rooney" <rooneg@electricjellyfish.net> Cc: marcus@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/lang/mono Makefile Message-ID: <20020730115807.60900e92.Alexander@Leidinger.net> In-Reply-To: <20020728184219.GB56374@electricjellyfish.net> References: <200207281712.g6SHCDgT053763@freefall.freebsd.org> <20020728184219.GB56374@electricjellyfish.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 28 Jul 2002 14:42:20 -0400 "Garrett Rooney" <rooneg@electricjellyfish.net> wrote: > here's the diff. there's one weird thing about it... unless i set > CONFIGURE_TARGET to nothing, i get all the binaries installed with > i386-freebsd-portbld prepended onto their names. if anyone can tell > me why this is happening, i'd love to know. That's the behavior of a newer autoconf. If you use AC_CANONICAL_TARGET it assumes that the output of the program is for the target arch only. If this isn't the case, configure.in shouldn't contain AC_CANONICAL_TARGET, AC_CANONICAL_HOST is enough most of the time. Bye, Alexander. -- Loose bits sink chips. http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020730115807.60900e92.Alexander>