[PATCH] "Fix" to libtool.m4 to work with current CVS autoconf

2000-06-25 Thread Raja R Harinath
Hi, The included patch surprisingly fixes the "cannot run" error in libltdl/configure when attempting to build the latest CVS libtool with the latest CVS autoconf. 1. AC_CONFIG_AUX_DIRS is AC_PROVIDEd 2. AC_CANONICAL_HOST requires AC_CANONICAL_BUILD 3. AC_CANONICAL_BUILD requires AC_CONFIG_AUX_

Re: [PATCH] "Fix" to libtool.m4 to work with current CVS autoconf

2000-06-25 Thread Raja R Harinath
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_B