Skip to content

Commit 0ea9eb9

Browse files
committed
autoconf
1 parent 4d6831c commit 0ea9eb9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac Revision.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.71 for Net-SNMP 5.9.5.1.
4+
# Generated by GNU Autoconf 2.71 for Net-SNMP 5.9.5.2.
55
#
66
# Report bugs to <net-snmp-coders@lists.sourceforge.net>.
77
#
@@ -622,8 +622,8 @@ MAKEFLAGS=
622622
# Identity of this package.
623623
PACKAGE_NAME='Net-SNMP'
624624
PACKAGE_TARNAME='net-snmp'
625-
PACKAGE_VERSION='5.9.5.1'
626-
PACKAGE_STRING='Net-SNMP 5.9.5.1'
625+
PACKAGE_VERSION='5.9.5.2'
626+
PACKAGE_STRING='Net-SNMP 5.9.5.2'
627627
PACKAGE_BUGREPORT='net-snmp-coders@lists.sourceforge.net'
628628
PACKAGE_URL=''
629629

@@ -1679,7 +1679,7 @@ if test "$ac_init_help" = "long"; then
16791679
# Omit some internal or obsolete options to make the list less imposing.
16801680
# This message is too long to be a string in the A/UX 3.1 sh.
16811681
cat <<_ACEOF
1682-
\`configure' configures Net-SNMP 5.9.5.1 to adapt to many kinds of systems.
1682+
\`configure' configures Net-SNMP 5.9.5.2 to adapt to many kinds of systems.
16831683

16841684
Usage: $0 [OPTION]... [VAR=VALUE]...
16851685

@@ -1746,7 +1746,7 @@ fi
17461746

17471747
if test -n "$ac_init_help"; then
17481748
case $ac_init_help in
1749-
short | recursive ) echo "Configuration of Net-SNMP 5.9.5.1:";;
1749+
short | recursive ) echo "Configuration of Net-SNMP 5.9.5.2:";;
17501750
esac
17511751
cat <<\_ACEOF
17521752

@@ -1866,7 +1866,7 @@ Compiler Options:
18661866
libraries (eg, HPUX)
18671867
--with-features-of=version
18681868
Compile in MIB modules and other features as if this
1869-
was release "version" (default is 5.9.5.1).
1869+
was release "version" (default is 5.9.5.2).
18701870

18711871
Miscellaneous:
18721872
--with-defaults Use defaults for prompted values.
@@ -2195,7 +2195,7 @@ fi
21952195
test -n "$ac_init_help" && exit $ac_status
21962196
if $ac_init_version; then
21972197
cat <<\_ACEOF
2198-
Net-SNMP configure 5.9.5.1
2198+
Net-SNMP configure 5.9.5.2
21992199
generated by GNU Autoconf 2.71
22002200

22012201
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2989,7 +2989,7 @@ cat >config.log <<_ACEOF
29892989
This file contains any messages produced by compilers while
29902990
running configure, to aid debugging if configure makes a mistake.
29912991

2992-
It was created by Net-SNMP $as_me 5.9.5.1, which was
2992+
It was created by Net-SNMP $as_me 5.9.5.2, which was
29932993
generated by GNU Autoconf 2.71. Invocation command line was
29942994

29952995
$ $0$ac_configure_args_raw
@@ -38112,7 +38112,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
3811238112
# report actual input values of CONFIG_FILES etc. instead of their
3811338113
# values after options handling.
3811438114
ac_log="
38115-
This file was extended by Net-SNMP $as_me 5.9.5.1, which was
38115+
This file was extended by Net-SNMP $as_me 5.9.5.2, which was
3811638116
generated by GNU Autoconf 2.71. Invocation command line was
3811738117

3811838118
CONFIG_FILES = $CONFIG_FILES
@@ -38180,7 +38180,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
3818038180
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3818138181
ac_cs_config='$ac_cs_config_escaped'
3818238182
ac_cs_version="\\
38183-
Net-SNMP config.status 5.9.5.1
38183+
Net-SNMP config.status 5.9.5.2
3818438184
configured by $0, generated by GNU Autoconf 2.71,
3818538185
with options \\"\$ac_cs_config\\"
3818638186

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
# Process this file with autoconf to produce a configure script.
1717
#
18-
AC_INIT([Net-SNMP],[5.9.5.1],[net-snmp-coders@lists.sourceforge.net])
18+
AC_INIT([Net-SNMP],[5.9.5.2],[net-snmp-coders@lists.sourceforge.net])
1919
AC_PREREQ([2.71])
2020
AC_CONFIG_SRCDIR([agent/snmpd.c])
2121
AC_REVISION([$Revision$])

0 commit comments

Comments
 (0)