dnl ## dnl ## OSSP flow2rrd -- NetFlow to Round-Robin Database (RRD) 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_CONFIG_FILES(Makefile) AC_OUTPUT