X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=acinclude.m4;fp=acinclude.m4;h=c281995bbe856380f4d08a407d434b0a3c77c40c;hb=e570d24a8288851690db14199143d34e6d55a331;hp=61290a1802158861f1fbb736838f2c20a6e4690d;hpb=1abba60b3018ce7eb3d85930ad591e4d6ad39813;p=pspp diff --git a/acinclude.m4 b/acinclude.m4 index 61290a1802..c281995bbe 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -37,7 +37,10 @@ AC_DEFUN([PSPP_PERL], dnl Check that libplot is available. AC_DEFUN([PSPP_LIBPLOT], [ - AC_ARG_WITH(libplot, [ --without-libplot don't compile in support of charts (using libplot)]) + AC_ARG_WITH( + libplot, + [AS_HELP_STRING([--without-libplot], + [don't compile in support of charts (using libplot)])]) if test x"$with_libplot" != x"no" ; then # Check whether we can link against libplot without any extra libraries.