summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/dosepsbin/configure.ac
blob: 5846e7e2f8a710ec17b1952735e6efa92f628611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.1, heiko.oberdiek@googlemail.com)

AC_CONFIG_FILES(Makefile)

AC_PROG_INSTALL

AC_OUTPUT