Raja R Harinath <[EMAIL PROTECTED]> writes:
> All appears well and nice at step 3: the dependency are satisfied.
> However, what actually happens is:
> 
> * AC_CONFIG_AUX_DIRS is expanded/provided in the NORMAL diversion
> * AC_CANONICAL_HOST is expanded in the NORMAL dirversion
> * AC_CANONICAL_BUILD is expanded in the NORMAL_1 diversion

Hmm... on second thought -- 

       AC_PROG_LIBTOOL 
       requires AC_LIBTOOL_SETUP
                requires AC_CANONICAL_HOST 
                         requires AC_CANONICAL_BUILD
                                  requires AC_CONFIG_AUX_DIRS

That's a level 3 require for A_C_B and would be expanded in the
NORMAL_3 diversion, I think.  It isn't as simple as I stated in my
previous mail.  Now, I'm confused: why do things work if I reverse
A_C_B and A_C_H in libtool.m4?

- Hari
-- 
Raja R Harinath ------------------------------ [EMAIL PROTECTED]
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

Reply via email to