diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/configure.ac')
-rw-r--r-- | Build/source/texk/dvipdfm-x/configure.ac | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac index b0efb6c6363..c935980131b 100644 --- a/Build/source/texk/dvipdfm-x/configure.ac +++ b/Build/source/texk/dvipdfm-x/configure.ac @@ -6,23 +6,19 @@ 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 -m4_define([dvipdfmx_version], [20130624]) -AC_INIT([dvipdfm-x (TeX Live)], dvipdfmx_version, [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]) AC_CONFIG_MACRO_DIR([../../m4]) dnl Common code for all programs using libkpathsea. -KPSE_COMMON([dvipdfm-x], [no-define]) +KPSE_COMMON([dvipdfm-x]) m4_include([ac/dvipdfm-x.ac]) AC_CONFIG_HEADERS([config.h]) -AC_DEFINE_UNQUOTED([PACKAGE], ["dvipdfmx"], [Name of package]) -AC_DEFINE_UNQUOTED([VERSION], ["]dvipdfmx_version["], [Version number of package]) - KPSE_LT_HACK dnl Checks for header files. |