summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/dosepsbin/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/dosepsbin/configure.ac')
-rw-r--r--Master/texmf-dist/source/support/dosepsbin/configure.ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/dosepsbin/configure.ac b/Master/texmf-dist/source/support/dosepsbin/configure.ac
new file mode 100644
index 00000000000..a5c03c0dde1
--- /dev/null
+++ b/Master/texmf-dist/source/support/dosepsbin/configure.ac
@@ -0,0 +1,16 @@
+dnl configure.ac
+dnl
+dnl Copyright 2011 by Heiko Oberdiek.
+dnl
+dnl The file is part of project dosepsbin.
+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(dosepsbin, 1.0, heiko.oberdiek@googlemail.com)
+
+AC_CONFIG_FILES(Makefile)
+
+AC_PROG_INSTALL
+
+AC_OUTPUT