blob: a5c03c0dde1df80a86c00273f5978956b0dff9d6 (
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.0, heiko.oberdiek@googlemail.com)
AC_CONFIG_FILES(Makefile)
AC_PROG_INSTALL
AC_OUTPUT
|