diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-14 06:20:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-04-14 06:20:05 +0000 |
commit | 64bb02ff3ddf68d5b88da2111b22f124819f5178 (patch) | |
tree | d28def97d544fbb060bffe5966b4be76f9de6272 /Build/source/m4 | |
parent | c69920bfba0fda9253056c7370cc0e9cc52884f0 (diff) |
Drop the "dev" suffix for TL2011 release
git-svn-id: svn://tug.org/texlive/trunk@22082 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/m4')
-rw-r--r-- | Build/source/m4/kpse-poppler-flags.m4 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/m4/kpse-poppler-flags.m4 b/Build/source/m4/kpse-poppler-flags.m4 index 7ff257ab236..bcbaa07e8d6 100644 --- a/Build/source/m4/kpse-poppler-flags.m4 +++ b/Build/source/m4/kpse-poppler-flags.m4 @@ -1,5 +1,5 @@ # Public macros for the TeX Live (TL) tree. -# Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> +# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> # # This file is free software; the copyright holder # gives unlimited permission to copy and/or distribute it, @@ -11,8 +11,8 @@ # --------------- # Provide the configure option '--with-system-poppler' (if in the TL tree). # -# Set the make variables XPDF_INCLUDES and XPDF_LIBS to the CPPFLAGS and -# LIBS required for the `-lxpdf' library in libs/poppler/ of the TL tree. +# Set the make variables POPPLER_INCLUDES and POPPLER_LIBS to the CPPFLAGS and +# LIBS required for the `-lpoppler' library in libs/poppler/ of the TL tree. AC_DEFUN([KPSE_POPPLER_FLAGS], [_KPSE_LIB_FLAGS([poppler], [poppler], [], [-DPDF_PARSER_ONLY -IBLD/libs/poppler -IBLD/libs/poppler/goo -IBLD/libs/poppler/poppler], @@ -26,8 +26,7 @@ AC_DEFUN([KPSE_POPPLER_OPTIONS], [m4_ifval([$1], [AC_ARG_WITH([system-poppler], AS_HELP_STRING([--with-system-poppler], - [use installed poppler headers and library instead of poppler - (requires pkg-config)]))])[]dnl + [use installed poppler headers and library (requires pkg-config)]))])[]dnl ]) # KPSE_POPPLER_OPTIONS # KPSE_POPPLER_SYSTEM_FLAGS |