Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
check_ssl_cert: Updating to 1.73.0
· 65a0937a
Jan Wagner
authored
Oct 01, 2018
65a0937a
Update check_hpasm to 4.8
· eff917b1
Jan Wagner
authored
Oct 01, 2018
eff917b1
travis-ci: Allow build failing on testing
· c7f8ffc3
Jan Wagner
authored
Oct 01, 2018
c7f8ffc3
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c7f8ffc3
...
...
@@ -8,6 +8,7 @@ env:
matrix
:
allow_failures
:
-
env
:
TRAVIS_DEBIAN_DISTRIBUTION=unstable
-
env
:
TRAVIS_DEBIAN_DISTRIBUTION=testing
services
:
-
docker
...
...
check_hpasm/check_hpasm
_
4.
7.5.5
/AUTHORS
→
check_hpasm/check_hpasm
-
4.
8
/AUTHORS
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/COPYING
→
check_hpasm/check_hpasm
-
4.
8
/COPYING
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/ChangeLog
→
check_hpasm/check_hpasm
-
4.
8
/ChangeLog
View file @
c7f8ffc3
* 4.8 2018-09-24
check proliant cpqHeSysBatteryTable
* 4.7.5.5 2018-04-19
add HPE Synergy
* 4.7.5.4 2017-02-01
...
...
check_hpasm/check_hpasm
_
4.
7.5.5
/INSTALL
→
check_hpasm/check_hpasm
-
4.
8
/INSTALL
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/Makefile.am
→
check_hpasm/check_hpasm
-
4.
8
/Makefile.am
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/Makefile.in
→
check_hpasm/check_hpasm
-
4.
8
/Makefile.in
View file @
c7f8ffc3
# Makefile.in generated by automake 1.1
4.1
from Makefile.am.
# Makefile.in generated by automake 1.1
5
from Makefile.am.
# @configure_input@
# Copyright (C) 1994-201
3
Free Software Foundation, Inc.
# Copyright (C) 1994-201
4
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -14,7 +14,17 @@
@SET_MAKE@
VPATH
=
@srcdir@
am__is_gnu_make
=
test
-n
'
$(
MAKEFILE_LIST
)
'
&&
test
-n
'
$(
MAKELEVEL
)
'
am__is_gnu_make
=
{
\
if
test
-z
'
$(
MAKELEVEL
)
'
;
then
\
false
;
\
elif
test
-n
'
$(
MAKE_HOST
)
'
;
then
\
true
;
\
elif
test
-n
'
$(
MAKE_VERSION
)
'
&&
test
-n
'
$(
CURDIR
)
'
;
then
\
true
;
\
else
\
false
;
\
fi
;
\
}
am__make_running_with_option
=
\
case
$${
target_option-
}
in
\
?
)
;;
\
...
...
@@ -78,15 +88,13 @@ POST_UNINSTALL = :
build_triplet
=
@build@
host_triplet
=
@host@
subdir
=
.
DIST_COMMON
=
INSTALL NEWS README AUTHORS ChangeLog
\
$(
srcdir
)
/Makefile.in
$(
srcdir
)
/Makefile.am
\
$(
top_srcdir
)
/configure
$(
am__configure_deps
)
COPYING TODO
\
config.guess config.sub install-sh missing
ACLOCAL_M4
=
$(
top_srcdir
)
/aclocal.m4
am__aclocal_m4_deps
=
$(
top_srcdir
)
/acinclude.m4
\
$(
top_srcdir
)
/configure.in
am__configure_deps
=
$(
am__aclocal_m4_deps
)
$(
CONFIGURE_DEPENDENCIES
)
\
$(
ACLOCAL_M4
)
DIST_COMMON
=
$(
srcdir
)
/Makefile.am
$(
top_srcdir
)
/configure
\
$(
am__configure_deps
)
$(
am__DIST_COMMON
)
am__CONFIG_DISTCLEAN_FILES
=
config.status config.cache config.log
\
configure.lineno config.status.lineno
mkinstalldirs
=
$(
install_sh
)
-d
...
...
@@ -148,6 +156,9 @@ ETAGS = etags
CTAGS
=
ctags
CSCOPE
=
cscope
DIST_SUBDIRS
=
$(
SUBDIRS
)
am__DIST_COMMON
=
$(
srcdir
)
/Makefile.in AUTHORS COPYING ChangeLog
\
INSTALL NEWS README TODO config.guess config.sub install-sh
\
missing
DISTFILES
=
$(
DIST_COMMON
)
$(
DIST_SOURCES
)
$(
TEXINFOS
)
$(
EXTRA_DIST
)
distdir
=
$(
PACKAGE
)
-
$(
VERSION
)
top_distdir
=
$(
distdir
)
...
...
@@ -275,6 +286,7 @@ pdfdir = @pdfdir@
prefix
=
@prefix@
program_transform_name
=
@program_transform_name@
psdir
=
@psdir@
runstatedir
=
@runstatedir@
sbindir
=
@sbindir@
sharedstatedir
=
@sharedstatedir@
srcdir
=
@srcdir@
...
...
@@ -304,7 +316,6 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
echo
' cd
$(
top_srcdir
)
&&
$(
AUTOMAKE
)
--gnu Makefile'
;
\
$(
am__cd
)
$(
top_srcdir
)
&&
\
$(
AUTOMAKE
)
--gnu
Makefile
.PRECIOUS
:
Makefile
Makefile
:
$(srcdir)/Makefile.in $(top_builddir)/config.status
@
case
'$?'
in
\
*
config.status
*
)
\
...
...
@@ -514,15 +525,15 @@ dist-xz: distdir
$(
am__post_remove_distdir
)
dist-tarZ
:
distdir
@
echo
WARNING:
"Support for
shar
distribution archives
is
"
\
"
deprecated."
>
&2
@
echo
WARNING:
"Support for distribution archives
compressed with
"
\
"legacy program 'compress' is
deprecated."
>
&2
@
echo
WARNING:
"It will be removed altogether in Automake 2.0"
>
&2
tardir
=
$(
distdir
)
&&
$(
am__tar
)
| compress
-c
>
$(
distdir
)
.tar.Z
$(
am__post_remove_distdir
)
dist-shar
:
distdir
@
echo
WARNING:
"Support for distribution archives
compressed with
"
\
"legacy program 'compress' is
deprecated."
>
&2
@
echo
WARNING:
"Support for
shar
distribution archives
is
"
\
"
deprecated."
>
&2
@
echo
WARNING:
"It will be removed altogether in Automake 2.0"
>
&2
shar
$(
distdir
)
|
GZIP
=
$(
GZIP_ENV
)
gzip
-c
>
$(
distdir
)
.shar.gz
$(
am__post_remove_distdir
)
...
...
@@ -558,17 +569,17 @@ distcheck: dist
esac
chmod
-R
a-w
$(
distdir
)
chmod
u+w
$(
distdir
)
mkdir
$(
distdir
)
/_build
$(
distdir
)
/_inst
mkdir
$(
distdir
)
/_build
$(
distdir
)
/_build/sub
$(
distdir
)
/_inst
chmod
a-w
$(
distdir
)
test
-d
$(
distdir
)
/_build
||
exit
0
;
\
dc_install_base
=
`
$(
am__cd
)
$(
distdir
)
/_inst
&&
pwd
|
sed
-e
's,^[^:\\/]:[\\/],/,'
`
\
&&
dc_destdir
=
"
$${
TMPDIR-/tmp
}
/am-dc-
$$$$
/"
\
&&
am__cwd
=
`
pwd
`
\
&&
$(
am__cd
)
$(
distdir
)
/_build
\
&&
../configure
\
&&
$(
am__cd
)
$(
distdir
)
/_build
/sub
\
&&
../
../configure
\
$(
AM_DISTCHECK_CONFIGURE_FLAGS
)
\
$(
DISTCHECK_CONFIGURE_FLAGS
)
\
--srcdir
=
..
--prefix
=
"
$$
dc_install_base"
\
--srcdir
=
..
/..
--prefix
=
"
$$
dc_install_base"
\
&&
$(
MAKE
)
$(
AM_MAKEFLAGS
)
\
&&
$(
MAKE
)
$(
AM_MAKEFLAGS
)
dvi
\
&&
$(
MAKE
)
$(
AM_MAKEFLAGS
)
check
\
...
...
@@ -742,6 +753,8 @@ uninstall-am:
maintainer-clean-generic mostlyclean mostlyclean-generic pdf
\
pdf-am ps ps-am tags tags-am uninstall uninstall-am
.PRECIOUS
:
Makefile
dist-hook
:
make
...
...
check_hpasm/check_hpasm
_
4.
7.5.5
/NEWS
→
check_hpasm/check_hpasm
-
4.
8
/NEWS
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/README
→
check_hpasm/check_hpasm
-
4.
8
/README
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/TODO
→
check_hpasm/check_hpasm
-
4.
8
/TODO
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/acinclude.m4
→
check_hpasm/check_hpasm
-
4.
8
/acinclude.m4
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/aclocal.m4
→
check_hpasm/check_hpasm
-
4.
8
/aclocal.m4
View file @
c7f8ffc3
# generated automatically by aclocal 1.1
4.1
-*- Autoconf -*-
# generated automatically by aclocal 1.1
5
-*- Autoconf -*-
# Copyright (C) 1996-201
3
Free Software Foundation, Inc.
# Copyright (C) 1996-201
4
Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -20,7 +20,7 @@ You have another version of autoconf. It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])])
# Copyright (C) 2002-201
3
Free Software Foundation, Inc.
# Copyright (C) 2002-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -32,10 +32,10 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.])
# generated from the m4 files accompanying Automake X.Y.
# (This private macro should not be called outside this file.)
AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.1
4
'
[am__api_version='1.1
5
'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
m4_if([$1], [1.1
4.1
], [],
m4_if([$1], [1.1
5
], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
...
...
@@ -51,14 +51,14 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.1
4.1
])dnl
[AM_AUTOMAKE_VERSION([1.1
5
])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# AM_AUX_DIR_EXPAND -*- Autoconf -*-
# Copyright (C) 2001-201
3
Free Software Foundation, Inc.
# Copyright (C) 2001-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -103,15 +103,14 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
# configured tree to be moved without reconfiguration.
AC_DEFUN([AM_AUX_DIR_EXPAND],
[dnl Rely on autoconf to set up CDPATH properly.
AC_PREREQ([2.50])dnl
# expand $ac_aux_dir to an absolute path
am_aux_dir=`cd $ac_aux_dir && pwd`
[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
# Expand $ac_aux_dir to an absolute path.
am_aux_dir=`cd "$ac_aux_dir" && pwd`
])
# Do all the work for Automake. -*- Autoconf -*-
# Copyright (C) 1996-201
3
Free Software Foundation, Inc.
# Copyright (C) 1996-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -201,8 +200,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
# We need awk for the "check" target
. The system "awk" is bad on
# some platforms.
# We need awk for the "check" target
(and possibly the TAP driver). The
#
system "awk" is bad on
some platforms.
AC_REQUIRE([AC_PROG_AWK])dnl
AC_REQUIRE([AC_PROG_MAKE_SET])dnl
AC_REQUIRE([AM_SET_LEADING_DOT])dnl
...
...
@@ -275,7 +274,11 @@ to "yes", and re-run configure.
END
AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
fi
fi])
fi
dnl The trailing newline in this macro's definition is deliberate, for
dnl backward compatibility and to allow trailing 'dnl'-style comments
dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
])
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
...
...
@@ -304,7 +307,7 @@ for _am_header in $config_headers :; do
done
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
# Copyright (C) 2001-201
3
Free Software Foundation, Inc.
# Copyright (C) 2001-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -315,7 +318,7 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co
# Define $install_sh.
AC_DEFUN([AM_PROG_INSTALL_SH],
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
if test x"${install_sh}" != xset; then
if test x"${install_sh
+set
}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
...
...
@@ -325,7 +328,7 @@ if test x"${install_sh}" != xset; then
fi
AC_SUBST([install_sh])])
# Copyright (C) 2003-201
3
Free Software Foundation, Inc.
# Copyright (C) 2003-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -346,7 +349,7 @@ AC_SUBST([am__leading_dot])])
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
# Copyright (C) 1997-201
3
Free Software Foundation, Inc.
# Copyright (C) 1997-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -385,7 +388,7 @@ fi
# Helper functions for option handling. -*- Autoconf -*-
# Copyright (C) 2001-201
3
Free Software Foundation, Inc.
# Copyright (C) 2001-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -414,7 +417,7 @@ AC_DEFUN([_AM_SET_OPTIONS],
AC_DEFUN([_AM_IF_OPTION],
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
# Copyright (C) 2001-201
3
Free Software Foundation, Inc.
# Copyright (C) 2001-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -433,7 +436,7 @@ AC_DEFUN([AM_RUN_LOG],
# Check to make sure that the build environment is sane. -*- Autoconf -*-
# Copyright (C) 1996-201
3
Free Software Foundation, Inc.
# Copyright (C) 1996-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -514,7 +517,7 @@ AC_CONFIG_COMMANDS_PRE(
rm -f conftest.file
])
# Copyright (C) 2009-201
3
Free Software Foundation, Inc.
# Copyright (C) 2009-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -574,7 +577,7 @@ AC_SUBST([AM_BACKSLASH])dnl
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
])
# Copyright (C) 2001-201
3
Free Software Foundation, Inc.
# Copyright (C) 2001-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -602,7 +605,7 @@ fi
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
AC_SUBST([INSTALL_STRIP_PROGRAM])])
# Copyright (C) 2006-201
3
Free Software Foundation, Inc.
# Copyright (C) 2006-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
@@ -621,7 +624,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
# Check how to create a tarball. -*- Autoconf -*-
# Copyright (C) 2004-201
3
Free Software Foundation, Inc.
# Copyright (C) 2004-201
4
Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
...
...
check_hpasm/check_hpasm
_
4.
7.5.5
/config.guess
→
check_hpasm/check_hpasm
-
4.
8
/config.guess
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/config.sub
→
check_hpasm/check_hpasm
-
4.
8
/config.sub
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/configure
→
check_hpasm/check_hpasm
-
4.
8
/configure
View file @
c7f8ffc3
#! /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.5
.
# Generated by GNU Autoconf 2.69 for check_hpasm 4.
8
.
#
#
# 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.5
'
PACKAGE_STRING
=
'check_hpasm 4.
7.5.5
'
PACKAGE_VERSION
=
'4.
8
'
PACKAGE_STRING
=
'check_hpasm 4.
8
'
PACKAGE_BUGREPORT
=
''
PACKAGE_URL
=
''
...
...
@@ -654,6 +654,7 @@ infodir
docdir
oldincludedir
includedir
runstatedir
localstatedir
sharedstatedir
sysconfdir
...
...
@@ -728,6 +729,7 @@ datadir='${datarootdir}'
sysconfdir
=
'${prefix}/etc'
sharedstatedir
=
'${prefix}/com'
localstatedir
=
'${prefix}/var'
runstatedir
=
'${localstatedir}/run'
includedir
=
'${prefix}/include'
oldincludedir
=
'/usr/include'
docdir
=
'${datarootdir}/doc/${PACKAGE_TARNAME}'
...
...
@@ -980,6 +982,15 @@ do
|
-silent
|
--silent
|
--silen
|
--sile
|
--sil
)
silent
=
yes
;;
-runstatedir
|
--runstatedir
|
--runstatedi
|
--runstated
\
|
--runstate
|
--runstat
|
--runsta
|
--runst
|
--runs
\
|
--run
|
--ru
|
--r
)
ac_prev
=
runstatedir
;;
-runstatedir
=
*
|
--runstatedir
=
*
|
--runstatedi
=
*
|
--runstated
=
*
\
|
--runstate
=
*
|
--runstat
=
*
|
--runsta
=
*
|
--runst
=
*
|
--runs
=
*
\
|
--run
=
*
|
--ru
=
*
|
--r
=
*
)
runstatedir
=
$ac_optarg
;;
-sbindir
|
--sbindir
|
--sbindi
|
--sbind
|
--sbin
|
--sbi
|
--sb
)
ac_prev
=
sbindir
;;
-sbindir
=
*
|
--sbindir
=
*
|
--sbindi
=
*
|
--sbind
=
*
|
--sbin
=
*
\
...
...
@@ -1117,7 +1128,7 @@ fi
for
ac_var
in
exec_prefix prefix bindir sbindir libexecdir datarootdir
\
datadir sysconfdir sharedstatedir localstatedir includedir
\
oldincludedir docdir infodir htmldir dvidir pdfdir psdir
\
libdir localedir mandir
libdir localedir mandir
runstatedir
do
eval
ac_val
=
\$
$ac_var
# Remove trailing slashes.
...
...
@@ -1230,7 +1241,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.5
to adapt to many kinds of systems.
\`
configure' configures check_hpasm 4.
8
to adapt to many kinds of systems.
Usage:
$0
[OPTION]... [VAR=VALUE]...
...
...
@@ -1270,6 +1281,7 @@ Fine tuning of the installation directories:
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
...
...
@@ -1300,7 +1312,7 @@ fi
if
test
-n
"
$ac_init_help
"
;
then
case
$ac_init_help
in
short
|
recursive
)
echo
"Configuration of check_hpasm 4.
7.5.5
:"
;;
short
|
recursive
)
echo
"Configuration of check_hpasm 4.
8
:"
;;
esac
cat
<<
\
_ACEOF
...
...
@@ -1387,7 +1399,7 @@ fi
test
-n
"
$ac_init_help
"
&&
exit
$ac_status
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
check_hpasm configure 4.
7.5.5
check_hpasm configure 4.
8
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
...
...
@@ -1404,7 +1416,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.5
, which was
It was created by check_hpasm
$as_me
4.
8
, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0
$@
...
...
@@ -1752,7 +1764,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
ac_compiler_gnu
=
$ac_cv_c_compiler_gnu
am__api_version
=
'1.1
4
'
am__api_version
=
'1.1
5
'
ac_aux_dir
=
for
ac_dir
in
"
$srcdir
"
"
$srcdir
/.."
"
$srcdir
/../.."
;
do
...
...
@@ -1953,8 +1965,8 @@ test "$program_suffix" != NONE &&
ac_script
=
's/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name
=
`
$as_echo
"
$program_transform_name
"
|
sed
"
$ac_script
"
`
#
e
xpand $ac_aux_dir to an absolute path
am_aux_dir
=
`
cd
$ac_aux_dir
&&
pwd
`
#
E
xpand $ac_aux_dir to an absolute path
.
am_aux_dir
=
`
cd
"
$ac_aux_dir
"
&&
pwd
`
if
test
x
"
${
MISSING
+set
}
"
!=
xset
;
then
case
$am_aux_dir
in
...
...
@@ -1973,7 +1985,7 @@ else
$as_echo
"
$as_me
: WARNING: 'missing' script is too old or missing"
>
&2
;
}
fi
if
test
x
"
${
install_sh
}
"
!=
xset
;
then
if
test
x
"
${
install_sh
+set
}
"
!=
xset
;
then
case
$am_aux_dir
in
*
\
*
|
*
\
*
)
install_sh
=
"
\$
{SHELL} '
$am_aux_dir
/install-sh'"
;;
...
...
@@ -2267,7 +2279,7 @@ fi
# Define the identity of the package.
PACKAGE
=
'check_hpasm'
VERSION
=
'4.
7.5.5
'
VERSION
=
'4.
8
'
cat
>>
confdefs.h
<<
_ACEOF
...
...
@@ -2301,8 +2313,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p
=
'$(MKDIR_P)'
# We need awk for the "check" target
. The system "awk" is bad on
# some platforms.
# We need awk for the "check" target
(and possibly the TAP driver). The
#
system "awk" is bad on
some platforms.
# Always define AMTAR for backward compatibility. Yes, it's still used
# in the wild :-( We should find a proper way to deprecate it ...
AMTAR
=
'$${TAR-tar}'
...
...
@@ -2444,6 +2456,7 @@ END
as_fn_error
$?
"Your 'rm' program is bad, sorry."
"
$LINENO
"
5
fi
fi
# Make sure we can run config.sub.
$SHELL
"
$ac_aux_dir
/config.sub"
sun4
>
/dev/null 2>&1
||
as_fn_error
$?
"cannot run
$SHELL
$ac_aux_dir
/config.sub"
"
$LINENO
"
5
...
...
@@ -3374,7 +3387,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.5
, which was
This file was extended by check_hpasm
$as_me
4.
8
, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
...
...
@@ -3427,7 +3440,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.5
check_hpasm config.status 4.
8
configured by
$0
, generated by GNU Autoconf 2.69,
with options
\\
"
\$
ac_cs_config
\\
"
...
...
check_hpasm/check_hpasm
_
4.
7.5.5
/configure.in
→
check_hpasm/check_hpasm
-
4.
8
/configure.in
View file @
c7f8ffc3
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.5
)
AC_INIT(check_hpasm,4.
8
)
AM_INIT_AUTOMAKE([1.9 tar-pax])
AC_CANONICAL_HOST
...
...
check_hpasm/check_hpasm
_
4.
7.5.5
/install-sh
→
check_hpasm/check_hpasm
-
4.
8
/install-sh
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/missing
→
check_hpasm/check_hpasm
-
4.
8
/missing
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/plugins-scripts/HP/BladeSystem.pm
→
check_hpasm/check_hpasm
-
4.
8
/plugins-scripts/HP/BladeSystem.pm
View file @
c7f8ffc3
File moved
check_hpasm/check_hpasm
_
4.
7.5.5
/plugins-scripts/HP/BladeSystem/Component.pm
→
check_hpasm/check_hpasm
-
4.
8
/plugins-scripts/HP/BladeSystem/Component.pm
View file @
c7f8ffc3
File moved
Prev
1
2
3
4
5
6
Next