1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Description: Fix configure version
Remove the pre2 from the version the tools report as
Author: Craig Small <csmall@debian.org>
Last-Update: 2023-08-19
--- a/configure
+++ b/configure
@@ -622,8 +622,8 @@
# Identity of this package.
PACKAGE_NAME='Net-SNMP'
PACKAGE_TARNAME='net-snmp'
-PACKAGE_VERSION='5.9.4.pre2'
-PACKAGE_STRING='Net-SNMP 5.9.4.pre2'
+PACKAGE_VERSION='5.9.4'
+PACKAGE_STRING='Net-SNMP 5.9.4'
PACKAGE_BUGREPORT='net-snmp-coders@lists.sourceforge.net'
PACKAGE_URL=''
@@ -1673,7 +1673,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Net-SNMP 5.9.4.pre2 to adapt to many kinds of systems.
+\`configure' configures Net-SNMP 5.9.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1740,7 +1740,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Net-SNMP 5.9.4.pre2:";;
+ short | recursive ) echo "Configuration of Net-SNMP 5.9.4:";;
esac
cat <<\_ACEOF
@@ -1859,7 +1859,7 @@
libraries (eg, HPUX)
--with-features-of=version
Compile in MIB modules and other features as if this
- was release "version" (default is 5.9.4.pre2).
+ was release "version" (default is 5.9.4).
Miscellaneous:
--with-defaults Use defaults for prompted values.
@@ -2184,7 +2184,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Net-SNMP configure 5.9.4.pre2
+Net-SNMP configure 5.9.4
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2978,7 +2978,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Net-SNMP $as_me 5.9.4.pre2, which was
+It was created by Net-SNMP $as_me 5.9.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -37648,7 +37648,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Net-SNMP $as_me 5.9.4.pre2, which was
+This file was extended by Net-SNMP $as_me 5.9.4, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -37716,7 +37716,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-Net-SNMP config.status 5.9.4.pre2
+Net-SNMP config.status 5.9.4
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
|