[poppler] [PATCH] help message of configuration option for the test data dir

suzuki toshiya mpsuzuki at hiroshima-u.ac.jp
Wed Mar 28 21:11:55 PDT 2012


Hi,

I found the help message in configure is slightly misleading;
it says as "--testdir=xxx" should be used, but it makes
the configuration aborts as unknown option. what should be
used is "--with-testdir=xxx". Attached is a patch to fix it.

Regards,
mpsuzuki

Albert Astals Cid wrote:
> New commits:
> commit a76135391555145ec740d49a7141e60da0ea5dee
> Author: Hib Eris <hib at hiberis.nl>
> Date:   Tue Feb 14 20:11:19 2012 +0100
> 
>     Add a configuration option for the test data dir
>     
>     This makes 'make distcheck' run succesfully.
> 

> diff --git a/configure.ac b/configure.ac
> index ab9e470..d839022 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -596,6 +596,47 @@ if test "x$enable_cms" = "xyes"; then
>  fi
>  AM_CONDITIONAL(USE_CMS, test x$enable_cms = xyes)
>  
> +AC_ARG_WITH([testdatadir],
> +   [AS_HELP_STRING([--testdatadir=/path/to/testdatadir],
> +                   [Specify test data dir])],

-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-misleadinghelp.diff
Type: text/x-patch
Size: 497 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/poppler/attachments/20120329/0a78135e/attachment.bin>


More information about the poppler mailing list