summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/mkjobtexmf/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/mkjobtexmf/configure.ac')
-rw-r--r--Master/texmf-dist/source/generic/mkjobtexmf/configure.ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/mkjobtexmf/configure.ac b/Master/texmf-dist/source/generic/mkjobtexmf/configure.ac
new file mode 100644
index 00000000000..26c5292df04
--- /dev/null
+++ b/Master/texmf-dist/source/generic/mkjobtexmf/configure.ac
@@ -0,0 +1,16 @@
+dnl configure.ac
+dnl
+dnl Copyright 2007 by Heiko Oberdiek.
+dnl
+dnl The file is part of project mkjobtexmf.
+dnl It's free software; you may redistribute it and/or
+dnl modify it under the same terms as Perl itself
+dnl (Perl Artistic License/GNU General Public License, version 2).
+dnl
+AC_INIT(mkjobtexmf, 0.5, oberdiek@uni-freiburg.de)
+
+AC_CONFIG_FILES(Makefile)
+
+AC_PROG_INSTALL
+
+AC_OUTPUT