On Thu, May 09, 2013 at 07:44:59PM +0000, Mona Pinjani wrote:
> Hi Bruce,
> 
> Thanks for the quick reply. There is no install-sh in $HOME. Here is the
> output you requested
> -bash-4.1$ build-aux/config.guess
> x86_64-unknown-linux-gnu
> -bash-4.1$ grep 'Generated by GNU Autoconf' configure
> # Generated by GNU Autoconf 2.69 for Complexity 1.0.

Hi,

Then there is nothing for it but for the hard way:

   bash -x ./configure > cfg.log 2>&1

and follow what happens to ac_aux_dir
It goes off into the weeds somehow and all I can do is
look at the command trace.  Ugly stuff.

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to