On Saturday 31 December 2005 05:39, Roland Illig wrote: > Mike Frysinger wrote: > > AC_ARG_ENABLE(i18n, > > [ --enable-i18n Enable (limited) > > internationalization [[default=disabled]]], - > > ac_enable_i18n="yes", > > + ac_enable_i18n="$enableval", > > ac_enable_i18n="no") > > You can also just use > > AC_ARG_ENABLE(i18n, > AC_HELP_STRING([--enable-i18n], > [Enable (limited) internationalization])) > > This code automatically sets the variable enable_i18n. (See the autoconf > documentation for details.)
i didnt do that because it may work for the i18n option, but it wont work for many of the others ... for example, the ones where the variable name has '_disable_' in it or any of the AC_ARG_WITHVAL() macros -mike _______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
