summaryrefslogtreecommitdiff
path: root/support/dosepsbin/configure.ac
blob: 64a35abb8ac7cfdc64c90f3a10922e244ef1f657 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dnl configure.ac
dnl
dnl Copyright 2011-2012 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.2, heiko.oberdiek@googlemail.com)

AC_CONFIG_FILES(Makefile)

AC_PROG_INSTALL

AC_OUTPUT