Skip to content
Commits on Source (5)
* 4.7.5.5 2018-04-19
add HPE Synergy
* 4.7.5.4 2017-02-01
allow snmpv3 in a flat community-string
* 4.7.5.3 2016-12-05
......
#! /bin/sh
# From configure.in .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for check_hpasm 4.7.5.4.
# Generated by GNU Autoconf 2.69 for check_hpasm 4.7.5.5.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
......@@ -577,8 +577,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='check_hpasm'
PACKAGE_TARNAME='check_hpasm'
PACKAGE_VERSION='4.7.5.4'
PACKAGE_STRING='check_hpasm 4.7.5.4'
PACKAGE_VERSION='4.7.5.5'
PACKAGE_STRING='check_hpasm 4.7.5.5'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
......@@ -1230,7 +1230,7 @@ if test "$ac_init_help" = "long"; then
# 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 check_hpasm 4.7.5.4 to adapt to many kinds of systems.
\`configure' configures check_hpasm 4.7.5.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -1300,7 +1300,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of check_hpasm 4.7.5.4:";;
short | recursive ) echo "Configuration of check_hpasm 4.7.5.5:";;
esac
cat <<\_ACEOF
......@@ -1387,7 +1387,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
check_hpasm configure 4.7.5.4
check_hpasm configure 4.7.5.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -1404,7 +1404,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by check_hpasm $as_me 4.7.5.4, which was
It was created by check_hpasm $as_me 4.7.5.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -2267,7 +2267,7 @@ fi
# Define the identity of the package.
PACKAGE='check_hpasm'
VERSION='4.7.5.4'
VERSION='4.7.5.5'
cat >>confdefs.h <<_ACEOF
......@@ -3374,7 +3374,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by check_hpasm $as_me 4.7.5.4, which was
This file was extended by check_hpasm $as_me 4.7.5.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -3427,7 +3427,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
check_hpasm config.status 4.7.5.4
check_hpasm config.status 4.7.5.5
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
......
dnl Process this file with autoconf to produce a configure script.
AC_REVISION ($Revision: 1.150 $)
AC_PREREQ(2.58)
AC_INIT(check_hpasm,4.7.5.4)
AC_INIT(check_hpasm,4.7.5.5)
AM_INIT_AUTOMAKE([1.9 tar-pax])
AC_CANONICAL_HOST
......