Hello Thomas, * Thomas Schwinge wrote on Sat, Apr 05, 2008 at 11:36:50AM CEST: > > Is it possible to have the case handled where multiple ``--with-foo'' > arguments are given? Currently the last one wins, it seems. > > What I'd like to support is ``--with-module=this > --with-module=another_one ...''. Is this possible? No, unfortunately not; the possibility to override earlier command line arguments is pretty helpful in some cases. You can use --with-module=foo,bar,baz or --with-foo-module --with-bar-module... If those modules describe parts of your package, then you should be using --enable/--disable instead, no? Cheers, Ralf _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx http://lists.gnu.org/mailman/listinfo/autoconf