ossp-pkg/snmpdx/Makefile.in 1.5 -> 1.6
--- Makefile.in 2003/09/09 14:16:17 1.5
+++ Makefile.in 2003/09/10 13:30:47 1.6
@@ -3,14 +3,14 @@
##
## Copyright (c) 2003 Ralf S. Engelschall <rse@engelschall.com>
## Copyright (c) 2003 The OSSP Project <http://www.ossp.org/>
-## Copyright (c) 2003 Cable & Wireless Germany <http://www.cw.com/de/>
+## Copyright (c) 2003 Cable & Wireless <http://www.cw.com/>
##
## 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
+## 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,
@@ -18,7 +18,7 @@
## 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
+## 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 <rse@engelschall.com>.
@@ -34,7 +34,7 @@
SED = sed
POD2MAN = pod2man
PERL = @PATH_PERL@
-
+
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
|
|