I am trying to track down the "cannot run" but that causes
libtool to fail to work with the current version of autoconf.
In looking at AC_CONFIG_AUX_DIRS, I am left wondering what this
call to AC_PROVIDE is for.
AC_DEFUN([AC_CONFIG_AUX_DIRS],
...
if test -z "$ac_aux_dir"; then
AC_MSG_ERROR([cannot find install-sh or install.sh in $1])
fi
ac_config_guess="$SHELL $ac_aux_dir/config.guess"
ac_config_sub="$SHELL $ac_aux_dir/config.sub"
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus
configure.
AC_PROVIDE([AC_CONFIG_AUX_DIR_DEFAULT])dnl <---- RIGHT HERE !!!!!!!!!!!!
])# AC_CONFIG_AUX_DIRS
I could be off in left field here, but should this AC_PROVIDE be here?
Mo DeJong
Red Hat Inc