Kevin Ryde wrote: > Peter Eisentraut <[EMAIL PROTECTED]> writes: > > Shouldn't that be > > > > AC_ARG_WITH([included-ltdl], > > ^ > > No, it's the name of a variable.
The first argument of AC_ARG_WITH is the (partial) name of a command-line option, not a variable. The command-line option is documented as --with-included-ltdl, but not implemented as such. _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool
