[Genabel-commits] r989 - pkg/ProbABEL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 28 12:14:22 CET 2012
Author: lckarssen
Date: 2012-10-28 12:14:21 +0100 (Sun, 28 Oct 2012)
New Revision: 989
Modified:
pkg/ProbABEL/configure.ac
Log:
ProbABEL: small fix in ./configure help formatting
Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac 2012-10-27 17:39:50 UTC (rev 988)
+++ pkg/ProbABEL/configure.ac 2012-10-28 11:14:21 UTC (rev 989)
@@ -61,9 +61,9 @@
# Since pacoxph is buggy it needs to be enabled explixitly
AC_ARG_ENABLE([pacoxph],
- [ --enable-pacoxph build the pacoxph binary (still contains lots of bugs)],
- [pacoxph=${enableval}],
- [pacoxph=no])
+ [AS_HELP_STRING([--enable-pacoxph], [build the pacoxph binary (still contains lots of bugs)])],
+ [pacoxph=${enableval}],
+ [pacoxph=no])
if test "x$pacoxph" = "xyes"; then
AC_MSG_NOTICE([building of pacoxph is enabled])
More information about the Genabel-commits
mailing list