summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-01 08:08:51 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-07-01 08:08:51 +0000
commit6dbfce345ce1137d12b8bd2179d4ab634a8c7c07 (patch)
treeb33f81b782475b2f110a946a43b6619b074b0312 /Build/source/texk/dvipdfm-x/configure.ac
parentb38c5ab240b45ff1b15f9c61306dc7cc65e17d4e (diff)
dvipdfm-x: Always first include <config.h>
Merge dvipdfmx and xdvipdfmx (continued) git-svn-id: svn://tug.org/texlive/trunk@31056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/configure.ac')
-rw-r--r--Build/source/texk/dvipdfm-x/configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac
index 866efcb8edb..e274903c8e3 100644
--- a/Build/source/texk/dvipdfm-x/configure.ac
+++ b/Build/source/texk/dvipdfm-x/configure.ac
@@ -6,7 +6,7 @@ dnl This file is free software; the copyright holder
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([dvipdfm-x], [20130624], [tex-k@tug.org])
+AC_INIT([dvipdfm-x (TeX Live)], [20130624], [tex-k@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([agl.c])
AC_CONFIG_AUX_DIR([../../build-aux])
@@ -86,9 +86,6 @@ KPSE_WIN32_CALL
AM_CONDITIONAL([DVIPDFMX], [test "x$enable_dvipdfmx" != xno])
AM_CONDITIONAL([XDVIPDFMX], [test "x$enable_xdvipdfmx" != xno])
-AC_CONFIG_FILES([Makefile
- data/Makefile
- man/Makefile
- ])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT