configure.ac | configure.ac | |||
---|---|---|---|---|
dnl Copyright (c) 2002, 2004, 2007 Andrew J. Korty | dnl Copyright (c) 2002, 2004, 2007 Andrew J. Korty | |||
dnl (c) 2006-2009 Wolfgang Rosenauer | ||||
dnl All rights reserved. | dnl All rights reserved. | |||
dnl | dnl | |||
dnl Redistribution and use in source and binary forms, with or without | dnl Redistribution and use in source and binary forms, with or without | |||
dnl modification, are permitted provided that the following conditions | dnl modification, are permitted provided that the following conditions | |||
dnl are met: | dnl are met: | |||
dnl 1. Redistributions of source code must retain the above copyright | dnl 1. Redistributions of source code must retain the above copyright | |||
dnl notice, this list of conditions and the following disclaimer. | dnl notice, this list of conditions and the following disclaimer. | |||
dnl 2. Redistributions in binary form must reproduce the above copyright | dnl 2. Redistributions in binary form must reproduce the above copyright | |||
dnl notice, this list of conditions and the following disclaimer in the | dnl notice, this list of conditions and the following disclaimer in the | |||
dnl documentation and/or other materials provided with the distribution. | dnl documentation and/or other materials provided with the distribution. | |||
skipping to change at line 25 | skipping to change at line 26 | |||
dnl IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURP OSE | dnl IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURP OSE | |||
dnl ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | dnl ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | |||
dnl FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENT IAL | dnl FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENT IAL | |||
dnl DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | dnl DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |||
dnl OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | dnl OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |||
dnl HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STR ICT | dnl HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STR ICT | |||
dnl LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY W AY | dnl LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY W AY | |||
dnl OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | dnl OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |||
dnl SUCH DAMAGE. | dnl SUCH DAMAGE. | |||
dnl | dnl | |||
dnl $Id: configure.ac,v 1.10 2007/02/06 18:11:08 akorty Exp $ | dnl $Id: configure.ac,v 1.12 2009/04/11 19:43:44 rosenauer Exp $ | |||
dnl Process this file with autoconf to produce a configure script. | dnl Process this file with autoconf to produce a configure script. | |||
AC_INIT([pam_ssh],[1.92],[ajk@ajk.name]) | AC_INIT([pam_ssh],[1.97],[ajk@ajk.name]) | |||
AC_CONFIG_HEADERS([config.h]) | AC_CONFIG_HEADERS([config.h]) | |||
AC_CONFIG_SRCDIR([pam_ssh.c]) | AC_CONFIG_SRCDIR([pam_ssh.c]) | |||
AC_CANONICAL_TARGET([]) | AC_CANONICAL_TARGET([]) | |||
AM_DISABLE_STATIC | AM_DISABLE_STATIC | |||
AM_INIT_AUTOMAKE(pam_ssh, 1.92) | AM_INIT_AUTOMAKE(pam_ssh, 1.97) | |||
AM_PROG_LIBTOOL | AM_PROG_LIBTOOL | |||
AC_SUBST(LIBTOOL_DEPS) | AC_SUBST(LIBTOOL_DEPS) | |||
dnl Checks for programs. | dnl Checks for programs. | |||
AC_PATH_PROG(PATH_SSH_AGENT, ssh-agent, no) | AC_PATH_PROG(PATH_SSH_AGENT, ssh-agent, no) | |||
if test x"$PATH_SSH_AGENT" = xno; then | if test x"$PATH_SSH_AGENT" = xno; then | |||
AC_MSG_ERROR([Could not find ssh-agent, please install or check config.lo g]) | AC_MSG_ERROR([Could not find ssh-agent, please install or check config.lo g]) | |||
fi | fi | |||
AC_DEFINE_UNQUOTED([PATH_SSH_AGENT], ["$PATH_SSH_AGENT"], [Path to ssh-agen t]) | AC_DEFINE_UNQUOTED([PATH_SSH_AGENT], ["$PATH_SSH_AGENT"], [Path to ssh-agen t]) | |||
End of changes. 4 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |