Index: ossp-pkg/flow2rrd/.cvsignore RCS File: /v/ossp/cvs/ossp-pkg/flow2rrd/.cvsignore,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/flow2rrd/.cvsignore,v' 2>/dev/null --- .cvsignore 2004/12/26 13:10:59 1.1 +++ .cvsignore 2004/12/26 13:12:42 1.2 @@ -1,3 +1,4 @@ Makefile flow2rrd flow2rrd.1 +shtool Index: ossp-pkg/flow2rrd/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/flow2rrd/configure.ac,v co -q -kk -p'1.1' '/v/ossp/cvs/ossp-pkg/flow2rrd/configure.ac,v' | diff -u /dev/null - -L'ossp-pkg/flow2rrd/configure.ac' 2>/dev/null --- ossp-pkg/flow2rrd/configure.ac +++ - 2024-05-21 23:28:32.340366319 +0200 @@ -0,0 +1,42 @@ +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 +