Parent Directory
|
Revision Log
Update versions for new tag
1 | # -*- Autoconf -*- |
2 | # Process this file with autoconf to produce a configure script. |
3 | |
4 | AC_PREREQ([2.57]) |
5 | AC_INIT([nagios-plugins-ees], [0.2.0], [grid-mw-security-support@nikhef.nl]) |
6 | AM_INIT_AUTOMAKE([1.6.3 foreign]) |
7 | |
8 | AC_COPYRIGHT([Copyright (c) 2011-2012 Stichting FOM/Nikhef |
9 | See LICENCE file for details |
10 | ]) |
11 | |
12 | # Check for perl |
13 | AC_PATH_PROGS(PERL, perl5 perl) |
14 | AC_SUBST(PERL) |
15 | |
16 | AC_CONFIG_FILES([Makefile]) |
17 | |
18 | AC_OUTPUT |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |