|
[Rivet-svn] r2404 - trunkblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Apr 20 19:21:36 BST 2010
Author: hoeth Date: Tue Apr 20 19:21:37 2010 New Revision: 2404 Log: fixing misleading help in configure.ac Modified: trunk/ChangeLog trunk/configure.ac Modified: trunk/ChangeLog ============================================================================== --- trunk/ChangeLog Tue Apr 20 19:19:03 2010 (r2403) +++ trunk/ChangeLog Tue Apr 20 19:21:37 2010 (r2404) @@ -2,6 +2,7 @@ * bin/make-plots: real support for 2-dim histograms plotted as colormaps, updated the documentation accordingly. + * fix misleading help comment in configure.ac 2010-04-08 Andy Buckley <andy at insectnation.org> Modified: trunk/configure.ac ============================================================================== --- trunk/configure.ac Tue Apr 20 19:19:03 2010 (r2403) +++ trunk/configure.ac Tue Apr 20 19:21:37 2010 (r2404) @@ -148,7 +148,7 @@ ## Disable build/install of unvalidated analyses AC_ARG_ENABLE([unvalidated], - [AC_HELP_STRING(--enable-unvalidated, [don't try to build or install standard analyses])], + [AC_HELP_STRING(--enable-unvalidated, [build and install unvalidated analyses])], [], [enable_unvalidated=no]) if test x$enable_unvalidated = xyes; then AC_MSG_WARN([Building unvalidated Rivet analyses, by request])
More information about the Rivet-svn mailing list |