diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-09 14:49:21 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-09 14:49:21 +0000 |
commit | f87b81c36d13160b0f2ae9058c548061b4cef6ae (patch) | |
tree | aba38049520bf3ea296d33796b57addfbe780e88 /Build/source/libs/xpdf | |
parent | ad4c3b9a96fd70284e4bf55ff0bab0578fb95345 (diff) |
build system: more utils/xindy/ and general cleanup
git-svn-id: svn://tug.org/texlive/trunk@13020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf')
-rw-r--r-- | Build/source/libs/xpdf/Makefile.am | 2 | ||||
-rw-r--r-- | Build/source/libs/xpdf/Makefile.in | 1 | ||||
-rw-r--r-- | Build/source/libs/xpdf/configure.ac | 12 |
3 files changed, 8 insertions, 7 deletions
diff --git a/Build/source/libs/xpdf/Makefile.am b/Build/source/libs/xpdf/Makefile.am index 7374496dcbf..ea12b331bdc 100644 --- a/Build/source/libs/xpdf/Makefile.am +++ b/Build/source/libs/xpdf/Makefile.am @@ -34,7 +34,7 @@ EXTRA_DIST += $(XPDF_TREE)-foolabs ## EXTRA_DIST += $(XPDF_TREE)-PATCHES -## in case of an SVN repository +# in case of an SVN repository dist-hook: rm -rf `find $(distdir)/$(XPDF_TREE) -name .svn` diff --git a/Build/source/libs/xpdf/Makefile.in b/Build/source/libs/xpdf/Makefile.in index c6aa37dcb8b..8fd073a30d4 100644 --- a/Build/source/libs/xpdf/Makefile.in +++ b/Build/source/libs/xpdf/Makefile.in @@ -1454,6 +1454,7 @@ uninstall-am: uninstall uninstall-am +# in case of an SVN repository dist-hook: rm -rf `find $(distdir)/$(XPDF_TREE) -name .svn` # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/Build/source/libs/xpdf/configure.ac b/Build/source/libs/xpdf/configure.ac index 24d82ee2e45..a69e33b4d24 100644 --- a/Build/source/libs/xpdf/configure.ac +++ b/Build/source/libs/xpdf/configure.ac @@ -18,24 +18,24 @@ AM_MAINTAINER_MODE dnl ##### Optional features. AC_ARG_ENABLE([a4-paper], - [AS_HELP_STRING([--enable-a4-paper], - [use A4 paper size instead of Letter for PostScript output])], + AS_HELP_STRING([--enable-a4-paper], + [use A4 paper size instead of Letter for PostScript output]), [if test "x$enableval" = xyes; then AC_DEFINE([A4_PAPER], 1, [Use A4 paper size instead of Letter for PostScript output]) fi ]) AC_ARG_ENABLE([opi], - [AS_HELP_STRING([--enable-opi], - [include support for OPI comments])], + AS_HELP_STRING([--enable-opi], + [include support for OPI comments]), [if test "x$enableval" = xyes; then AC_DEFINE([OPI_SUPPORT], 1, [Include support for OPI comments]) fi ]) AC_ARG_ENABLE([multithreaded], - [AS_HELP_STRING([--enable-multithreaded], - [include support for multithreading])], + AS_HELP_STRING([--enable-multithreaded], + [include support for multithreading]), [if test "x$enableval" = xyes; then AC_DEFINE([MULTITHREADED], 1, [Enable multithreading support]) fi |