summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfmx/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfmx/Makefile.am')
-rw-r--r--Build/source/texk/dvipdfmx/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/dvipdfmx/Makefile.am b/Build/source/texk/dvipdfmx/Makefile.am
index b5f38ebe6b3..c7b1787e9f0 100644
--- a/Build/source/texk/dvipdfmx/Makefile.am
+++ b/Build/source/texk/dvipdfmx/Makefile.am
@@ -1,2 +1,6 @@
SUBDIRS = data src
ACLOCAL_AMFLAGS = -I m4
+
+# to regenerate autofiles, run
+# aclocal -I m4 && autoconf && autoheader && automake
+# tested with autoconf 2.62 and automake 1.10.1. --karl, 21apr08.