diff options
author | Hib Eris <hib@hiberis.nl> | 2012-03-29 07:52:30 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2012-03-29 19:25:17 +0200 |
commit | a0b3e0938e08847d10c5d7b7528c7c5d43a7a3b8 (patch) | |
tree | 6ef407e527712537b71402bfa034956648b51446 /configure.ac | |
parent | 631224dc0c721119c91984f1940c9e51edf17eca (diff) |
Fix help message
Partial credit goes to suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3c30ea86..a416b4cf 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) |