From: Mark Wooding Date: Wed, 14 Dec 2011 01:43:53 +0000 (+0000) Subject: configure.ac: Fix the `--with-perlmoddir' help text. X-Git-Tag: 1.2.6~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/misc/commitdiff_plain/0da5c4d5212167b482558888097cc516e20008bf configure.ac: Fix the `--with-perlmoddir' help text. --- diff --git a/configure.ac b/configure.ac index 2ee58af..5726489 100644 --- a/configure.ac +++ b/configure.ac @@ -84,9 +84,8 @@ AC_PATH_PROGS([PERL], [perl perl5], [false]) AX_PROG_PERL_VERSION([5.004], [have_perl=yes], [have_perl=no]) AM_CONDITIONAL([HAVE_PERL], [test $have_perl = yes]) -AC_ARG_WITH( - [perlmoddir], - AS_HELP_STRING([--perlmoddir=DIR], +AC_ARG_WITH([perlmoddir], + AS_HELP_STRING([--with-perlmoddir=DIR], [Install Perl modules here.]), [perlmoddir=$withval], [perlmoddir='${libdir}/site_perl'])