## ## OSSP snmpdx - SNMP Daemon Extension ## Copyright (c) 2003 Ralf S. Engelschall ## Copyright (c) 2003 The OSSP Project ## Copyright (c) 2003 Cable & Wireless ## ## This file is part of OSSP snmpd, a SNMP Daemon Extension which ## can be found at http://www.ossp.org/pkg/tool/snmpdx/. ## ## This program is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License ## as published by the Free Software Foundation; either version ## 2.0 of the License, or (at your option) any later version. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ## General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this file; if not, write to the Free Software ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ## USA, or contact Ralf S. Engelschall . ## ## configure.ac: auto-configuration source (syntax: Autoconf) ## AC_PREREQ(2.53) AC_INIT V=`./shtool version -ltxt -dlong VERSION` ./shtool echo -e "Configuring %BOSSP snmpdx%b, Version %B${V}%b" echo "Copyright (c) 2003 Ralf S. Engelschall " echo "Copyright (c) 2003 The OSSP Project " echo "Copyright (c) 2003 Cable & Wireless " AC_MSG_CHECKING(for Perl program) AC_ARG_WITH(perl,dnl [ --with-perl=PATH force the use of a particular Perl program], with_perl="$withval", if test ".$with_perl" = .; then with_perl=`./shtool path -m perl5 perl` fi )dnl PATH_PERL="$with_perl" AC_SUBST(PATH_PERL) AC_MSG_RESULT($PATH_PERL) AC_SET_MAKE AC_CONFIG_FILES([Makefile]) AC_OUTPUT