[poppler] configure.ac

Albert Astals Cid aacid at kemper.freedesktop.org
Thu Mar 29 10:26:01 PDT 2012


 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a0b3e0938e08847d10c5d7b7528c7c5d43a7a3b8
Author: Hib Eris <hib at hiberis.nl>
Date:   Thu Mar 29 07:52:30 2012 +0200

    Fix help message
    
    Partial credit goes to suzuki toshiya <mpsuzuki at hiroshima-u.ac.jp>

diff --git a/configure.ac b/configure.ac
index 3c30ea8..a416b4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -691,7 +691,7 @@ AM_CONDITIONAL(USE_CMS, test x$enable_cms = xyes)
 AM_CONDITIONAL(USE_LCMS1, test x$lcms1 = xyes)
 
 AC_ARG_WITH([testdatadir],
-   [AS_HELP_STRING([--testdatadir=/path/to/testdatadir],
+   [AS_HELP_STRING([--with-testdatadir=/path/to/testdatadir],
                    [Specify test data dir])],
    [case $withval in
        [[\\/]]* | ?:[[\\/]]* )  # Absolute name.
@@ -726,7 +726,7 @@ else
 
  You should checkout the test data as a sibling of your
  poppler source folder or specify the location of your
- checkout with --testdatadir=/path/to/checkoutdir/test.
+ checkout with --with-testdatadir=/path/to/checkoutdir/test.
 ])
 fi
 AC_SUBST(TESTDATADIR)


More information about the poppler mailing list