diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:18:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:18:02 +0000 |
commit | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (patch) | |
tree | f2f2184ab455f3516b09f10eb76f3807c9c277aa /net-mgmt/net-snmp/files/patch-configure.in | |
parent | Use Tcl/Tk 8.4 rather than 8.3. (diff) |
o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).
o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio"
by default.
o Remove unused variables.
o Update various local patches around {tcp,udp}Table and
hr_{storage,system}.
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-configure.in')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-configure.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/files/patch-configure.in b/net-mgmt/net-snmp/files/patch-configure.in new file mode 100644 index 000000000000..c3a85b528ce2 --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-configure.in @@ -0,0 +1,19 @@ +--- configure.in.orig Fri Nov 14 13:32:10 2003 ++++ configure.in Fri Nov 14 13:36:27 2003 +@@ -1357,7 +1357,7 @@ + # fall back + CFLAG="-f" + fi +-for i in /vmunix /hp-ux /stand/vmunix /dev/ksyms /kernel/unix /kernel/genunix /netbsd /unix /kernel /bsd /mach_kernel ++for i in /vmunix /hp-ux /stand/vmunix /dev/ksyms /kernel/unix /kernel/genunix /netbsd /unix /kernel /bsd /mach_kernel /boot/kernel/kernel + do + if test -f $i -o $CFLAG $i; then + ac_cv_KERNEL_LOC="$i" +@@ -1376,6 +1376,7 @@ + # Check for mount table location + # + ++# kuriyama: should /var/db/mounttab be used? + AC_CACHE_CHECK(for mount table location,ac_cv_ETC_MNTTAB, + [ac_cv_ETC_MNTTAB="unknown" + for i in /etc/mnttab /etc/mtab /etc/filesystems |