]> git.ipfire.org Git - thirdparty/autoconf.git/commit
AC_VALIDATE_CACHED_SYSTEM_TUPLE no longer works properly since the
authorAkim Demaille <akim@epita.fr>
Tue, 1 Aug 2000 12:20:14 +0000 (12:20 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 1 Aug 2000 12:20:14 +0000 (12:20 +0000)
commit3385e2beaca8d37f7749926ea15a4f26bfe2bc94
treec62f881180b56bc58ea84c354fcac2e80b793294
parent6e867eb5eea297c655dfb7bce36ed5c3922d921d
AC_VALIDATE_CACHED_SYSTEM_TUPLE no longer works properly since the
AC_CANONICAL_* revamping.
Reported by Peter Eisentraut.
In fact, let's just use the precious variables handling.

* acgeneral.m4 (AC_VALIDATE_CACHED_SYSTEM_TUPLE): Obsoleted.
(_AC_ARG_VAR_PRECIOUS): New macro, eved from...
(AC_ARG_VAR): this macro.  Adjust.
(_AC_INIT_PREPARE): `build_alias', `host_alias', and
`target_alias' are precious.
* doc/autoconf.texi: Adjust.
ChangeLog
acgeneral.m4
doc/autoconf.texi
lib/autoconf/general.m4