diff options
Diffstat (limited to 'Build/source/texk/dvipdfm-x/configure.ac')
-rw-r--r-- | Build/source/texk/dvipdfm-x/configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/texk/dvipdfm-x/configure.ac b/Build/source/texk/dvipdfm-x/configure.ac index 99e45be4af9..866efcb8edb 100644 --- a/Build/source/texk/dvipdfm-x/configure.ac +++ b/Build/source/texk/dvipdfm-x/configure.ac @@ -6,9 +6,9 @@ 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], [20130405], [tex-k@tug.org]) +AC_INIT([dvipdfm-x], [20130624], [tex-k@tug.org]) AC_PREREQ([2.65]) -AC_CONFIG_SRCDIR([src/dvipdfmx.c]) +AC_CONFIG_SRCDIR([agl.c]) AC_CONFIG_AUX_DIR([../../build-aux]) AC_CONFIG_MACRO_DIR([../../m4]) @@ -89,8 +89,6 @@ AM_CONDITIONAL([XDVIPDFMX], [test "x$enable_xdvipdfmx" != xno]) AC_CONFIG_FILES([Makefile data/Makefile man/Makefile - src/Makefile - xsrc/Makefile ]) AC_OUTPUT |