head 1.3; access; symbols FLOW2RRD_0_9_1:1.2 FLOW2RRD_0_9_0:1.2; locks; strict; comment @# @; 1.3 date 2004.12.26.20.03.35; author rse; state Exp; branches; next 1.2; 1.2 date 2004.12.26.15.20.00; author rse; state Exp; branches; next 1.1; 1.1 date 2004.12.26.13.12.42; author rse; state Exp; branches; next ; desc @@ 1.3 log @small source tree cleanups @ text @dnl ## dnl ## OSSP flow2rrd -- NetFlow to Round-Robin Database dnl ## Copyright (c) 2004 Ralf S. Engelschall dnl ## Copyright (c) 2004 The OSSP Project dnl ## dnl ## This file is part of OSSP flow2rrd, a tool for storing NetFlow data dnl ## into an RRD which can be found at http://www.ossp.org/pkg/tool/flow2rrd/. dnl ## dnl ## This program is free software; you can redistribute it and/or modify dnl ## it under the terms of the GNU General Public License as published by dnl ## the Free Software Foundation; either version 2 of the License, or dnl ## (at your option) any later version. dnl ## dnl ## This program is distributed in the hope that it will be useful, dnl ## but WITHOUT ANY WARRANTY; without even the implied warranty of dnl ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl ## General Public License for more details. dnl ## dnl ## You should have received a copy of the GNU General Public License dnl ## along with this program; if not, write to the Free Software dnl ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, dnl ## USA, or contact Ralf S. Engelschall . dnl ## dnl ## configure.ac: GNU autoconf specification dnl ## AC_PREREQ(2.53) AC_REVISION($1.0$) AC_INIT(README) FLOW2RRD_VERSION_STR="`./shtool version -l txt -d long VERSION`" ./shtool echo -e "Configuring %BOSSP flow2rrd%b (NetFlow to Round-Robin Database), version %B${FLOW2RRD_VERSION_STR}%b" echo "Copyright (c) 2004 Ralf S. Engelschall " echo "Copyright (c) 2004 The OSSP Project " AC_SUBST(FLOW2RRD_VERSION_STR) AC_PREFIX_DEFAULT(/usr/local) AC_SET_MAKE AC_PATH_PROGS(PERL, perl5 perl, NA) AC_PATH_PROGS(POD2MAN, pod2man, NA) AC_MSG_CHECKING(for perl program to use) AC_ARG_WITH([perl], AC_HELP_STRING([--with-perl=PATH], [force the use of a particular perl program]), PERL="$withval") if test ".$PERL" = .NA; then AC_MSG_ERROR([program 'perl' not found]) fi AC_MSG_RESULT($PERL) AC_SUBST(PERL) AC_MSG_CHECKING(for pod2man program to use) AC_ARG_WITH([pod2man], AC_HELP_STRING([--with-pod2man=PATH], [force the use of a particular pod2man program]), POD2MAN="$withval") if test ".$POD2MAN" = .NA; then POD2MAN=`echo $PERL | sed -e 's;/perl5*$;/pod2man;'` fi AC_MSG_RESULT($POD2MAN) AC_SUBST(POD2MAN) AC_CONFIG_FILES(Makefile) AC_OUTPUT @ 1.2 log @more source tree cleanups and enhancements @ text @d40 2 a41 2 AC_PATH_PROGS(PERL, perl5 perl, NA) AC_PATH_PROGS(POD2MAN, pod2man, NA) @ 1.1 log @one more required file @ text @d2 1 a2 1 dnl ## OSSP flow2rrd -- NetFlow to Round-Robin Database (RRD) d40 23 @