autoconf-patches
[Top][All Lists]
Advanced

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

Re: FYI: Adjust circular dependencies


From: Akim Demaille
Subject: Re: FYI: Adjust circular dependencies
Date: 12 Oct 2000 18:16:12 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

| (BTW, couldn't a simple test for this be to initially set those
| variables (in _AC_INIT_DEFAULTS) to something which would produce
| invalid filenames and then see what happens? Hmm.)

Seems a good idea for the test suite.

In fact, there is now plenty of `useless' initializations in
Autoconf.  At least, I'm trying to make them useless.  For instance,
some day, I'd like to get rid of ${CC-cc} everywhere, and use only
$CC.  If it fails, then perfect: we found a missing
AC_LANG_COMPILER_REQUIRE.  Likewise for other variables.


| +2000-10-12  Morten Eriksen <address@hidden>
| +
| +     * acspecific.m4 (_AC_EXEEXT): Change of strategy for the macro, we
| +     now search for a valid executable suffix. The old code had
| +     circular dependencies which basically made it fubar.

Perfect with me.  Waiting for a second approval.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]