Albert Chin <[EMAIL PROTECTED]> writes: > > This means we'd have to get rid of --with-tags. As it's not > documented, I'm for this. If someone specifies AC_LIBTOOL_TAGS, and > say C++ isn't specified, I don't want AC_PROG_CXX dragged in.
It'd be nice to have both an autoconf-time AC_LIBTOOL_TAGS and then also some way to further limit it at configure-time from within the configure script. In gmp for instance C++ support is optional, and it's nice not to execute the C++ configury when not enabled. Not that it does any active harm, but just to save time and not confuse the user. _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
