diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/configure.ac')
-rw-r--r-- | Build/source/texk/dvipdfm-x/configure.ac | 7 |
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 |