===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nagios-plugins-contrib-27.20200511+1/check_bgpstate/check_bgpstate-168-       }
nagios-plugins-contrib-27.20200511+1/check_bgpstate/check_bgpstate:169:       @output = `$whois -T aut-num AS$bgpStatus{$key}{$snmpbgpPeerRemoteAs}`;
nagios-plugins-contrib-27.20200511+1/check_bgpstate/check_bgpstate-170-
##############################################
nagios-plugins-contrib-27.20200511+1/check_checksums/check_checksums-65-
nagios-plugins-contrib-27.20200511+1/check_checksums/check_checksums:66:if dpkg --compare-versions `dpkg-query -W coreutils | awk '{print $2}'` ge 8.13; then
nagios-plugins-contrib-27.20200511+1/check_checksums/check_checksums-67-    STRICT="--strict"
##############################################
nagios-plugins-contrib-27.20200511+1/check_checksums/check_checksums-102-    cat ${tmp_out}
nagios-plugins-contrib-27.20200511+1/check_checksums/check_checksums:103:    count=`wc -l ${tmp_out}  | awk '{print $1}'`
nagios-plugins-contrib-27.20200511+1/check_checksums/check_checksums-104-    echo "| failed=${count};1;1;0;"
##############################################
nagios-plugins-contrib-27.20200511+1/check_clamav/check_clamav-165-# Should return something like: ClamAV 0.87.1/1205/Wed Dec  7 07:00:48 2005
nagios-plugins-contrib-27.20200511+1/check_clamav/check_clamav:166:chomp(my $clamd_ver = `$clamd_cmd -V`);
nagios-plugins-contrib-27.20200511+1/check_clamav/check_clamav-167-
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-109-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery:110:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-111-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-273-			alarm $plugin_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery:274:			my $output = `$p`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-275-			chomp $output;
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-334-		alarm $smtp_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery:335:		my $smtp = `$smtp_plugin $smtp_options --header 'Subject: Nagios Message SMTP $smtp_server ID $id.' --body 'Nagios Email Delivery Plugin\n$body' $smtp_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-336-		if( $smtp !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-363-		alarm $imap_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery:364:		my $imap = `$imap_plugin $imap_options -s SUBJECT -s 'Nagios Message SMTP $smtp_server ID' --capture-max 'Nagios Message SMTP $smtp_server ID (\\d+)' --nodelete-captured $imap_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery-365-		if( $imap !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-109-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn:110:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-111-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-273-			alarm $plugin_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn:274:			my $output = `$p`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-275-			chomp $output;
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-334-		alarm $smtp_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn:335:		my $smtp = `$smtp_plugin $smtp_options --header 'Subject: Nagios Message SMTP $smtp_server ID $id.' --body 'Nagios Email Delivery Plugin\n$body' $smtp_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-336-		if( $smtp !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-363-		alarm $imap_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn:364:		my $imap = `$imap_plugin $imap_options -s SUBJECT -s 'Nagios Message SMTP $smtp_server ID' --capture-max 'Nagios Message SMTP $smtp_server ID (\\d+)' --nodelete-captured $imap_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_email_delivery_epn-365-		if( $imap !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_quota-65-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_quota:66:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_quota-67-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_quota_epn-65-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_quota_epn:66:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_quota_epn-67-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_receive-86-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_receive:87:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_receive-88-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_receive_epn-86-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_receive_epn:87:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_imap_receive_epn-88-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_smtp_send-75-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_smtp_send:76:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_smtp_send-77-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_smtp_send_epn-75-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_smtp_send_epn:76:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/check_smtp_send_epn-77-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/imap_ssl_cert-39-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/imap_ssl_cert:40:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/imap_ssl_cert-41-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/imap_ssl_cert_epn-39-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/imap_ssl_cert_epn:40:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/check_email_delivery-0.7.1b/imap_ssl_cert_epn-41-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-109-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery:110:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-111-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-273-			alarm $plugin_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery:274:			my $output = `$p`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-275-			chomp $output;
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-334-		alarm $smtp_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery:335:		my $smtp = `$smtp_plugin $smtp_options --header 'Subject: Nagios Message SMTP $smtp_server ID $id.' --body 'Nagios Email Delivery Plugin\n$body' $smtp_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-336-		if( $smtp !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-363-		alarm $imap_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery:364:		my $imap = `$imap_plugin $imap_options -s SUBJECT -s 'Nagios Message SMTP $smtp_server ID' --capture-max 'Nagios Message SMTP $smtp_server ID (\\d+)' --nodelete-captured $imap_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery-365-		if( $imap !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-109-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn:110:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-111-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-273-			alarm $plugin_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn:274:			my $output = `$p`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-275-			chomp $output;
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-334-		alarm $smtp_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn:335:		my $smtp = `$smtp_plugin $smtp_options --header 'Subject: Nagios Message SMTP $smtp_server ID $id.' --body 'Nagios Email Delivery Plugin\n$body' $smtp_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-336-		if( $smtp !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-363-		alarm $imap_timeout;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn:364:		my $imap = `$imap_plugin $imap_options -s SUBJECT -s 'Nagios Message SMTP $smtp_server ID' --capture-max 'Nagios Message SMTP $smtp_server ID (\\d+)' --nodelete-captured $imap_thresholds`;
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_email_delivery_epn-365-		if( $imap !~ m/OK|WARNING|CRITICAL/ ) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_quota-65-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_quota:66:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_quota-67-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_quota_epn-65-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_quota_epn:66:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_quota_epn-67-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_receive-86-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_receive:87:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_receive-88-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_receive_epn-86-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_receive_epn:87:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_imap_receive_epn-88-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_smtp_send-75-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_smtp_send:76:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_smtp_send-77-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_smtp_send_epn-75-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_smtp_send_epn:76:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/check_smtp_send_epn-77-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/imap_ssl_cert-39-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/imap_ssl_cert:40:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/imap_ssl_cert-41-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/imap_ssl_cert_epn-39-if( $help ) {
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/imap_ssl_cert_epn:40:	exec "perldoc", $0 or print "Try `perldoc $0`\n";
nagios-plugins-contrib-27.20200511+1/check_email_delivery/src/imap_ssl_cert_epn-41-	exit $status{UNKNOWN};
##############################################
nagios-plugins-contrib-27.20200511+1/check_etc_resolv/check_etc_resolv-72-        print "Running '$host $testhost $ip 2>/dev/null'\n" if $debug;
nagios-plugins-contrib-27.20200511+1/check_etc_resolv/check_etc_resolv:73:        local $lookup = `$host $testhost $ip 2>/dev/null`;
nagios-plugins-contrib-27.20200511+1/check_etc_resolv/check_etc_resolv-74-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/Makefile-10-	make -C src
nagios-plugins-contrib-27.20200511+1/check_hpasm/Makefile:11:	sed '2s,^,# nagios: -epn\n,' src/plugins-scripts/check_hpasm > $@
nagios-plugins-contrib-27.20200511+1/check_hpasm/Makefile-12-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-49-  { \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-51-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-178-  while test -n "$$dir1"; do \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:179:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-180-    if test "$$first" != "."; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-181-      if test "$$first" = ".."; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:182:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:183:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-184-      else \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:185:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-186-        if test "$$first2" = "$$first"; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:187:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-188-        else \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-193-    fi; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:194:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-195-  done; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-351-	dot_seen=no; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:352:	target=`echo $@ | sed s/-recursive//`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-353-	case "$@" in \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-414-GTAGS:
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:415:	here=`$(am__cd) $(top_builddir) && pwd` \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-416-	  && $(am__cd) $(top_srcdir) \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-446-	test -d "$(distdir)" || mkdir "$(distdir)"
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:447:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:448:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-449-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-460-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:461:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-462-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-574-	test -d $(distdir)/_build || exit 0; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:575:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-576-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-618-	}; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:619:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-620-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-630-	fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in:631:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/Makefile.in-632-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:1:check_hpasm Nagios Plugin README
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-2----------------------
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-4-This plugin checks the hardware health of HP Proliant servers with the 
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:5:hpasm software installed. It uses the hpasmcli command to acquire the 
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-6-condition of the system's critical components like cpus, power supplies,
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-31-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:32:How to "compile" the check_hpasm script.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-33---------------------------------------------------------
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-48-   e) Replace LEVEL with one of ok, warning, critical or unknown.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:49:      If the required hpasm-rpm is not installed, the check_hpasm plugin
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-50-      will exit with the level specified. If you chose ok, the message
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:51:      will say "ok - .... hpasm is not installed". This is different from
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:52:      the "ok - hardware working fine" if hpasm was found.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:53:      The default is to treat a missing hpasm package as ok.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-54-   f) Replace UNIT with one of celsius or fahrenheit. The hpasmcli "show temp"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-58-      The default is "celsius".
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:59:   g) You can tell check_hpasm to output performance data by default if
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-60-      you call configure with the --enable-perfdata option.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:61:   h) You can tell check_hpasm to check the raid status with the hpacucli command
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-62-      if you call configure with the --enable-hpacucli option.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-98--v, --verbose
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:99:   Increased verbosity will print how check_hpasm communicates with the
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:100:   hpasm daemon and which values were acquired.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-101-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-119-   and temperature 5 to 50 degrees. You get the consecutive numbers by
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:120:   calling check_hpasm -v
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-121-   ...
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-294-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:295:By using --ignore-fan-redundancy check_hpasm only looks at the cpqHeFltTolFanCondition and ignores dependencies between two fans, so the result is:
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-296-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-304------------------------
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:305:local - where check_hpasm runs
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-306-remote - where a proliant can be reached
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-314-socat udp4-listen:161,reuseaddr,fork tcp:localhost:6667
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:315:check_hpasm --hostname 127.0.0.1
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-316-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-339-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README:340:If you think check_hpasm is not working correctly, please run the above script
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/README-341-and send me the output. It's also helpful to see the output of snmpwalk
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-94-# and then we would define $MISSING as
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-109-])
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-145-AC_REQUIRE([AC_PROG_INSTALL])dnl
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:146:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-147-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-304-    * )
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:305:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-306-  esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-307-done
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:308:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-309-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-470-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:471:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-472-     if test "$[*]" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-473-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4:474:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/aclocal.m4-475-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-34-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-36-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-102-: ${TMPDIR=/tmp} ;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-151-	EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-153-	;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-209-	    *)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-211-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-240-	*4.0)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-242-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-243-	*5.*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-245-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-348-    s390x:SunOS:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-350-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-351-    sun4H:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-353-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-356-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-373-	fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-375-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-381-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-390-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-394-    sun*:*:4.2BSD:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-532-    *:IRIX*:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-534-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-562-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-564-		then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-575-    *:AIX:*:[4567])
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-610-    9000/[34678]??:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-664-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-692-    ia64:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-722-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-814-	    amd64)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-816-	    *)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-818-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-872-    prep*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-874-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-876-	# the GNU system
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-878-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-880-	# other systems with GNU libc and userland
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-882-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-968-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1337-    *:DragonFly:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1339-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1350-    i*86:skyos:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1352-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1478-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-52-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-54-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-117-case $maybe_os in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-123-    os=-$maybe_os
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-125-    ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-127-    os=-linux-android
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-129-    ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-130-  *)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-132-    if [ $basic_machine != $1 ]
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-134-    else os=; fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-181-		os=-sco5v6
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-183-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-185-		os=-sco3.2v5
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-187-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-189-		os=-sco3.2v4
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-191-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-192-	-sco3.2.[4-9]*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-195-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-199-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-203-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-205-		os=-sco3.2v2
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-207-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-208-	-udk*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-210-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-212-		os=-isc2.2
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-214-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-218-	-isc*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-220-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-230-	-ptx*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-232-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-233-	-windowsnt*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-235-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-359-	*-*-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-361-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-479-	amd64-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-481-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-521-	blackfin-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-523-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-529-	c54x-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-531-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-532-	c55x-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-534-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-535-	c6x-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-537-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-732-	i*86v32)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-734-		os=-sysv32
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-736-	i*86v4*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-738-		os=-sysv4
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-740-	i*86v)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-742-		os=-sysv
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-744-	i*86sol2)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-746-		os=-solaris2
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-774-	m68knommu-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-776-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-811-	mips3*-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-813-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-814-	mips3*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-816-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-829-	ms1-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-831-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-948-	parisc-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-950-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-964-	pc98-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-966-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-981-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-984-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-987-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-988-	pentium4-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-990-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-998-	ppc-* | ppcbe-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1000-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1004-	ppcle-* | powerpclittle-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1006-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1008-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1010-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1014-	ppc64le-* | powerpc64little-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1016-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1097-	strongarm-* | thumb-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1099-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1227-	xscale-* | xscalee[bl]-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1229-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1304-	*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1306-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1312-	*-digital*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1314-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1315-	*-commodore*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1317-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1333-	-solaris1 | -solaris1.*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1335-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1345-	-gnu/linux*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1347-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1391-	-nto*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1393-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1398-	-mac*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1400-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1404-	-linux*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1406-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1407-	-sunos5*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1409-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1410-	-sunos6*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1412-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1459-	-sinix5.*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1461-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1515-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1775-		esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/config.sub-1777-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3-# Guess values for system-dependent variables and create Makefiles.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:4:# Generated by GNU Autoconf 2.69 for check_hpasm 4.8.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-5-#
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-46-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-47-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-49-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-51-else
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-63-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-200-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-324-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-326-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-397-  {
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-399-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-404-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-580-PACKAGE_VERSION='4.8'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:581:PACKAGE_STRING='check_hpasm 4.8'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-582-PACKAGE_BUGREPORT=''
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-756-  case $ac_option in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:757:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-758-  *=)   ac_optarg= ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-800-  -disable-* | --disable-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:801:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-802-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-805-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:806:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-807-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-826-  -enable-* | --enable-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-828-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-831-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-833-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1039-  -with-* | --with-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1040:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1044-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1045:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1046-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1055-  -without-* | --without-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1056:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1057-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1060-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1061:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1062-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1093-  *=*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1094:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1114-if test -n "$ac_prev"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1115:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1116-  as_fn_error $? "missing argument to $ac_option"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1136-    */ )
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1137:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1138-      eval $ac_var=\$ac_val;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1171-ac_ls_di=`ls -di .` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1172:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1173-  as_fn_error $? "working directory cannot be determined"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1227-case $srcdir in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1228:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1229-esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1243-  cat <<_ACEOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1244:\`configure' configures check_hpasm 4.8 to adapt to many kinds of systems.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1245-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1270-By default, \`make install' will install all the files in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1271:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1272:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1273-for instance \`--prefix=\$HOME'.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1314-  case $ac_init_help in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1315:     short | recursive ) echo "Configuration of check_hpasm 4.8:";;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1316-   esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1334-  --with-nagios-group=GROUP set group name to run nagios
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1335:  --with-noinst-level=LEVEL error level if hpasm is not installed
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1336-  --with-degrees=UNIT     which temperature unit to use. (celsius or fahrenheit)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1354-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1355:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1356-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1357:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1358-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1401-  cat <<\_ACEOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1402:check_hpasm configure 4.8
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1403-generated by GNU Autoconf 2.69
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1418-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1419:It was created by check_hpasm $as_me 4.8, which was
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1420-generated by GNU Autoconf 2.69.  Invocation command line was
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1490-    *\'*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1491:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1492-    esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1573-      case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1574:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1575-      esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1588-	case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1589:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1590-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1708-    set,)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1709:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1710:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1711-      ac_cache_corrupted=: ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1719-	# differences in whitespace do not lead to failure.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1720:	ac_old_val_w=`echo x $ac_old_val`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1721:	ac_new_val_w=`echo x $ac_new_val`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1722-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1739-    case $ac_new_val in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1740:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1741-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1914-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1915:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1916-     if test "$*" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1917-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1918:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1919-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1965-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1966:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1967-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1968-# Expand $ac_aux_dir to an absolute path.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:1969:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-1970-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2110-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2111:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2112-	     'mkdir (GNU coreutils) '* | \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2183-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2184:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2185-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2193-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2194:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2195-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2259-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2260:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2261-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2470-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2471:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2472-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2473-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2474:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2475-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2494-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2495:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2496-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2505-else
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2506:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2507-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2527-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2528:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2529-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2542-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2543:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2544-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2552-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2553:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2554-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2963-'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2964:DEFS=`sed -n "$ac_script" confdefs.h`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2965-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2972-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:2973:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-2974-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3048-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3049:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3050-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3051-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3052:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3053-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3055-else
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3056:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3057-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3065-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3066:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3067-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3142-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3143:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3144-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3214-  {
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3215:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3216-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3318-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3319:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3320-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3389-ac_log="
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3390:This file was extended by check_hpasm $as_me 4.8, which was
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3391-generated by GNU Autoconf 2.69.  Invocation command line was
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3440-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3441:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3442-ac_cs_version="\\
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3443:check_hpasm config.status 4.8
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3444-configured by $0, generated by GNU Autoconf 2.69,
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3465-  --*=?*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3466:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3467:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3468-    ac_shift=:
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3470-  --*=)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3471:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3472-    ac_optarg=
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3494-    case $ac_optarg in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3495:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3496-    '') as_fn_error $? "missing file argument" ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3612-fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3613:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3614-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3629-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3630:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3631-ac_delim='%!_!# '
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3635-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3636:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3637-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3797-      esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3798:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3799-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3856-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3857:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3858-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3859:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3860-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3917-/@mandir@/p'
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3918:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3919-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3934-
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3935:# Neutralize VPATH when `$srcdir' = `.'.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3936-# Shell code in configure.ac might set extrasub.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3962-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure:3963:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure-3964-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure.in-41-  ACX_HELP_STRING([--with-noinst-level=LEVEL],
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure.in:42:    [error level if hpasm is not installed]),
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/configure.in-43-  with_noinst_level=$withval,
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-229-      fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-231-    *)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-276-      dstdir=$dst
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:277:      dst=$dstdir/`basename "$src"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-278-      dstdir_status=0
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-425-	    case $prefix in
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-427-	      *) qprefix=$prefix;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-474-    if $copy_on_change &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/install-sh-477-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/HP/Proliant.pm-451-        $self->add_message(OK,
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/HP/Proliant.pm:452:            'hpasm is not installed, i can only guess');
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/HP/Proliant.pm-453-        $self->{noinst_hint} = 1;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-49-  { \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-51-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-101-am__vpath_adj = case $$p in \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-103-    *) f=$$p;; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-104-  esac;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-106-am__install_max = 40
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-107-am__nobase_strip_setup = \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-109-am__nobase_strip = \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-398-distdir: $(DISTFILES)
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:399:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:400:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-401-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-412-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in:413:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/Makefile.in-414-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/check_hpasm.pl-170-$SIG{'ALRM'} = sub {
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/check_hpasm.pl:171:  printf "UNKNOWN - check_hpasm timed out after %d seconds\n", 
nagios-plugins-contrib-27.20200511+1/check_hpasm/check_hpasm-4.8/plugins-scripts/check_hpasm.pl-172-      $plugin->opts->get('timeout');
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/control-5- HP Proliant Servers
nagios-plugins-contrib-27.20200511+1/check_hpasm/control:6: It either uses snmp or - if installed - the hpasm package locally.
nagios-plugins-contrib-27.20200511+1/check_hpasm/control-7- The plugin checks the health of
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-49-  { \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-51-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-178-  while test -n "$$dir1"; do \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:179:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-180-    if test "$$first" != "."; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-181-      if test "$$first" = ".."; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:182:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:183:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-184-      else \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:185:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-186-        if test "$$first2" = "$$first"; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:187:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-188-        else \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-193-    fi; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:194:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-195-  done; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-351-	dot_seen=no; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:352:	target=`echo $@ | sed s/-recursive//`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-353-	case "$@" in \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-414-GTAGS:
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:415:	here=`$(am__cd) $(top_builddir) && pwd` \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-416-	  && $(am__cd) $(top_srcdir) \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-446-	test -d "$(distdir)" || mkdir "$(distdir)"
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:447:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:448:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-449-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-460-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:461:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-462-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-574-	test -d $(distdir)/_build || exit 0; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:575:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-576-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-618-	}; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:619:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-620-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-630-	fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in:631:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/Makefile.in-632-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:1:check_hpasm Nagios Plugin README
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-2----------------------
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-4-This plugin checks the hardware health of HP Proliant servers with the 
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:5:hpasm software installed. It uses the hpasmcli command to acquire the 
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-6-condition of the system's critical components like cpus, power supplies,
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-31-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:32:How to "compile" the check_hpasm script.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-33---------------------------------------------------------
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-48-   e) Replace LEVEL with one of ok, warning, critical or unknown.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:49:      If the required hpasm-rpm is not installed, the check_hpasm plugin
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-50-      will exit with the level specified. If you chose ok, the message
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:51:      will say "ok - .... hpasm is not installed". This is different from
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:52:      the "ok - hardware working fine" if hpasm was found.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:53:      The default is to treat a missing hpasm package as ok.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-54-   f) Replace UNIT with one of celsius or fahrenheit. The hpasmcli "show temp"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-58-      The default is "celsius".
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:59:   g) You can tell check_hpasm to output performance data by default if
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-60-      you call configure with the --enable-perfdata option.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:61:   h) You can tell check_hpasm to check the raid status with the hpacucli command
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-62-      if you call configure with the --enable-hpacucli option.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-98--v, --verbose
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:99:   Increased verbosity will print how check_hpasm communicates with the
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:100:   hpasm daemon and which values were acquired.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-101-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-119-   and temperature 5 to 50 degrees. You get the consecutive numbers by
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:120:   calling check_hpasm -v
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-121-   ...
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-294-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:295:By using --ignore-fan-redundancy check_hpasm only looks at the cpqHeFltTolFanCondition and ignores dependencies between two fans, so the result is:
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-296-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-304------------------------
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:305:local - where check_hpasm runs
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-306-remote - where a proliant can be reached
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-314-socat udp4-listen:161,reuseaddr,fork tcp:localhost:6667
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:315:check_hpasm --hostname 127.0.0.1
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-316-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-339-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README:340:If you think check_hpasm is not working correctly, please run the above script
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/README-341-and send me the output. It's also helpful to see the output of snmpwalk
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-94-# and then we would define $MISSING as
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-109-])
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-145-AC_REQUIRE([AC_PROG_INSTALL])dnl
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:146:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-147-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-304-    * )
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:305:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-306-  esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-307-done
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:308:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-309-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-470-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:471:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-472-     if test "$[*]" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-473-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4:474:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/aclocal.m4-475-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-34-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-36-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-102-: ${TMPDIR=/tmp} ;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-151-	EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-153-	;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-209-	    *)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-211-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-240-	*4.0)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-242-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-243-	*5.*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-245-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-348-    s390x:SunOS:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-350-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-351-    sun4H:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-353-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-356-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-373-	fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-375-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-381-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-390-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-394-    sun*:*:4.2BSD:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-532-    *:IRIX*:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-534-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-562-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-564-		then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-575-    *:AIX:*:[4567])
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-610-    9000/[34678]??:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-664-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-692-    ia64:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-722-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-814-	    amd64)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-816-	    *)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-818-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-872-    prep*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-874-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-876-	# the GNU system
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-878-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-880-	# other systems with GNU libc and userland
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-882-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-968-EOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1337-    *:DragonFly:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1339-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1350-    i*86:skyos:*:*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1352-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1478-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-52-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-54-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-117-case $maybe_os in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-123-    os=-$maybe_os
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-125-    ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-127-    os=-linux-android
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-129-    ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-130-  *)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-132-    if [ $basic_machine != $1 ]
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-134-    else os=; fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-181-		os=-sco5v6
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-183-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-185-		os=-sco3.2v5
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-187-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-189-		os=-sco3.2v4
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-191-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-192-	-sco3.2.[4-9]*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-195-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-199-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-203-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-205-		os=-sco3.2v2
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-207-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-208-	-udk*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-210-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-212-		os=-isc2.2
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-214-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-218-	-isc*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-220-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-230-	-ptx*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-232-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-233-	-windowsnt*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-235-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-359-	*-*-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-361-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-479-	amd64-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-481-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-521-	blackfin-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-523-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-529-	c54x-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-531-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-532-	c55x-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-534-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-535-	c6x-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-537-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-732-	i*86v32)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-734-		os=-sysv32
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-736-	i*86v4*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-738-		os=-sysv4
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-740-	i*86v)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-742-		os=-sysv
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-744-	i*86sol2)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-746-		os=-solaris2
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-774-	m68knommu-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-776-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-811-	mips3*-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-813-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-814-	mips3*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-816-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-829-	ms1-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-831-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-948-	parisc-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-950-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-964-	pc98-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-966-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-981-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-984-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-987-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-988-	pentium4-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-990-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-998-	ppc-* | ppcbe-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1000-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1004-	ppcle-* | powerpclittle-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1006-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1008-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1010-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1014-	ppc64le-* | powerpc64little-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1016-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1097-	strongarm-* | thumb-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1099-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1227-	xscale-* | xscalee[bl]-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1229-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1304-	*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1306-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1312-	*-digital*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1314-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1315-	*-commodore*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1317-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1333-	-solaris1 | -solaris1.*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1335-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1345-	-gnu/linux*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1347-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1391-	-nto*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1393-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1398-	-mac*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1400-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1404-	-linux*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1406-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1407-	-sunos5*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1409-		;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1410-	-sunos6*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1412-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1459-	-sinix5.*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1461-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1515-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1775-		esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/config.sub-1777-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3-# Guess values for system-dependent variables and create Makefiles.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:4:# Generated by GNU Autoconf 2.69 for check_hpasm 4.8.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-5-#
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-46-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-47-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-49-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-51-else
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-63-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-200-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-324-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-326-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-397-  {
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-399-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-404-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-580-PACKAGE_VERSION='4.8'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:581:PACKAGE_STRING='check_hpasm 4.8'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-582-PACKAGE_BUGREPORT=''
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-756-  case $ac_option in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:757:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-758-  *=)   ac_optarg= ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-800-  -disable-* | --disable-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:801:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-802-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-805-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:806:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-807-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-826-  -enable-* | --enable-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-828-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-831-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-833-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1039-  -with-* | --with-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1040:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1041-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1044-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1045:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1046-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1055-  -without-* | --without-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1056:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1057-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1060-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1061:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1062-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1093-  *=*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1094:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1095-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1114-if test -n "$ac_prev"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1115:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1116-  as_fn_error $? "missing argument to $ac_option"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1136-    */ )
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1137:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1138-      eval $ac_var=\$ac_val;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1171-ac_ls_di=`ls -di .` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1172:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1173-  as_fn_error $? "working directory cannot be determined"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1227-case $srcdir in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1228:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1229-esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1243-  cat <<_ACEOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1244:\`configure' configures check_hpasm 4.8 to adapt to many kinds of systems.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1245-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1270-By default, \`make install' will install all the files in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1271:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1272:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1273-for instance \`--prefix=\$HOME'.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1314-  case $ac_init_help in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1315:     short | recursive ) echo "Configuration of check_hpasm 4.8:";;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1316-   esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1334-  --with-nagios-group=GROUP set group name to run nagios
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1335:  --with-noinst-level=LEVEL error level if hpasm is not installed
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1336-  --with-degrees=UNIT     which temperature unit to use. (celsius or fahrenheit)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1354-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1355:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1356-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1357:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1358-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1401-  cat <<\_ACEOF
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1402:check_hpasm configure 4.8
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1403-generated by GNU Autoconf 2.69
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1418-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1419:It was created by check_hpasm $as_me 4.8, which was
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1420-generated by GNU Autoconf 2.69.  Invocation command line was
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1490-    *\'*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1491:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1492-    esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1573-      case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1574:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1575-      esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1588-	case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1589:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1590-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1708-    set,)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1709:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1710:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1711-      ac_cache_corrupted=: ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1719-	# differences in whitespace do not lead to failure.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1720:	ac_old_val_w=`echo x $ac_old_val`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1721:	ac_new_val_w=`echo x $ac_new_val`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1722-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1739-    case $ac_new_val in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1740:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1741-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1914-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1915:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1916-     if test "$*" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1917-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1918:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1919-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1965-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1966:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1967-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1968-# Expand $ac_aux_dir to an absolute path.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:1969:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-1970-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2110-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2111:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2112-	     'mkdir (GNU coreutils) '* | \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2183-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2184:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2185-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2193-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2194:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2195-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2259-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2260:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2261-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2470-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2471:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2472-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2473-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2474:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2475-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2494-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2495:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2496-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2505-else
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2506:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2507-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2527-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2528:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2529-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2542-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2543:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2544-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2552-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2553:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2554-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2963-'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2964:DEFS=`sed -n "$ac_script" confdefs.h`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2965-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2972-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:2973:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-2974-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3048-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3049:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3050-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3051-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3052:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3053-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3055-else
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3056:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3057-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3065-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3066:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3067-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3142-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3143:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3144-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3214-  {
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3215:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3216-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3318-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3319:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3320-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3389-ac_log="
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3390:This file was extended by check_hpasm $as_me 4.8, which was
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3391-generated by GNU Autoconf 2.69.  Invocation command line was
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3440-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3441:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3442-ac_cs_version="\\
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3443:check_hpasm config.status 4.8
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3444-configured by $0, generated by GNU Autoconf 2.69,
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3465-  --*=?*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3466:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3467:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3468-    ac_shift=:
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3470-  --*=)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3471:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3472-    ac_optarg=
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3494-    case $ac_optarg in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3495:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3496-    '') as_fn_error $? "missing file argument" ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3612-fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3613:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3614-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3629-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3630:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3631-ac_delim='%!_!# '
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3635-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3636:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3637-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3797-      esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3798:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3799-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3856-*)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3857:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3858-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3859:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3860-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3917-/@mandir@/p'
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3918:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3919-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3934-
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3935:# Neutralize VPATH when `$srcdir' = `.'.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3936-# Shell code in configure.ac might set extrasub.
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3962-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure:3963:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure-3964-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure.in-41-  ACX_HELP_STRING([--with-noinst-level=LEVEL],
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure.in:42:    [error level if hpasm is not installed]),
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/configure.in-43-  with_noinst_level=$withval,
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-229-      fi
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-231-    *)
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-276-      dstdir=$dst
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:277:      dst=$dstdir/`basename "$src"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-278-      dstdir_status=0
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-425-	    case $prefix in
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-427-	      *) qprefix=$prefix;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-474-    if $copy_on_change &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/install-sh-477-
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/HP/Proliant.pm-451-        $self->add_message(OK,
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/HP/Proliant.pm:452:            'hpasm is not installed, i can only guess');
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/HP/Proliant.pm-453-        $self->{noinst_hint} = 1;
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-49-  { \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-51-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-99-CONFIG_CLEAN_VPATH_FILES =
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:100:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-101-am__vpath_adj = case $$p in \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:102:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-103-    *) f=$$p;; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-104-  esac;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:105:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-106-am__install_max = 40
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-107-am__nobase_strip_setup = \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:108:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-109-am__nobase_strip = \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-398-distdir: $(DISTFILES)
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:399:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:400:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-401-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-412-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in:413:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/Makefile.in-414-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/check_hpasm.pl-170-$SIG{'ALRM'} = sub {
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/check_hpasm.pl:171:  printf "UNKNOWN - check_hpasm timed out after %d seconds\n", 
nagios-plugins-contrib-27.20200511+1/check_hpasm/src/plugins-scripts/check_hpasm.pl-172-      $plugin->opts->get('timeout');
##############################################
nagios-plugins-contrib-27.20200511+1/check_ipmi_sensor/check_ipmi_sensor-264-	my $ipmi_version = '';
nagios-plugins-contrib-27.20200511+1/check_ipmi_sensor/check_ipmi_sensor:265:	@ipmi_version_output = `$IPMICOMMAND -V`;
nagios-plugins-contrib-27.20200511+1/check_ipmi_sensor/check_ipmi_sensor-266-	$ipmi_version = shift(@ipmi_version_output);
##############################################
nagios-plugins-contrib-27.20200511+1/check_ipmi_sensor/check_ipmi_sensor-280-	}
nagios-plugins-contrib-27.20200511+1/check_ipmi_sensor/check_ipmi_sensor:281:	return ($output = `cat $simul_file`);
nagios-plugins-contrib-27.20200511+1/check_ipmi_sensor/check_ipmi_sensor-282-}
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-41-  { \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-43-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-169-  while test -n "$$dir1"; do \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:170:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-171-    if test "$$first" != "."; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-172-      if test "$$first" = ".."; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:173:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:174:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-175-      else \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:176:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-177-        if test "$$first2" = "$$first"; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:178:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-179-        else \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-184-    fi; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:185:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-186-  done; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-346-	dot_seen=no; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:347:	target=`echo $@ | sed s/-recursive//`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-348-	case "$@" in \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-409-GTAGS:
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:410:	here=`$(am__cd) $(top_builddir) && pwd` \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-411-	  && $(am__cd) $(top_srcdir) \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-441-	test -d "$(distdir)" || mkdir "$(distdir)"
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:442:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:443:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-444-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-455-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:456:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-457-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-569-	test -d $(distdir)/_build || exit 0; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:570:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-571-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-613-	}; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:614:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-615-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-625-	fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in:626:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.in-627-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-64-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:65:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-66-# and then we would define $MISSING as
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-80-# expand $ac_aux_dir to an absolute path
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:81:am_aux_dir=`cd $ac_aux_dir && pwd`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-82-])
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-118-AC_REQUIRE([AC_PROG_INSTALL])dnl
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:119:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-120-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-273-    * )
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:274:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-275-  esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-276-done
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:277:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-278-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-439-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:440:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-441-     if test "$[*]" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-442-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4:443:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4-444-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-34-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-36-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-102-: ${TMPDIR=/tmp} ;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-151-	EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-153-	;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-209-	    *)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-211-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-240-	*4.0)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-242-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-243-	*5.*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-245-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-348-    s390x:SunOS:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-350-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-351-    sun4H:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-353-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-356-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-373-	fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-375-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-381-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-390-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-394-    sun*:*:4.2BSD:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-532-    *:IRIX*:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-534-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-562-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-564-		then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-575-    *:AIX:*:[4567])
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-610-    9000/[34678]??:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-664-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-692-    ia64:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-722-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-814-	    amd64)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-816-	    *)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-818-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-872-    prep*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-874-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-876-	# the GNU system
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-878-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-880-	# other systems with GNU libc and userland
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-882-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-968-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1337-    *:DragonFly:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1339-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1350-    i*86:skyos:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1352-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1478-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-52-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-54-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-117-case $maybe_os in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-123-    os=-$maybe_os
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-125-    ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-127-    os=-linux-android
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-129-    ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-130-  *)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-132-    if [ $basic_machine != $1 ]
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-134-    else os=; fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-181-		os=-sco5v6
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-183-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-185-		os=-sco3.2v5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-187-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-189-		os=-sco3.2v4
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-191-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-192-	-sco3.2.[4-9]*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-195-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-199-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-203-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-205-		os=-sco3.2v2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-207-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-208-	-udk*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-210-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-212-		os=-isc2.2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-214-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-218-	-isc*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-220-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-230-	-ptx*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-232-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-233-	-windowsnt*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-235-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-359-	*-*-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-361-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-479-	amd64-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-481-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-521-	blackfin-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-523-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-529-	c54x-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-531-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-532-	c55x-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-534-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-535-	c6x-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-537-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-732-	i*86v32)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-734-		os=-sysv32
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-736-	i*86v4*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-738-		os=-sysv4
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-740-	i*86v)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-742-		os=-sysv
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-744-	i*86sol2)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-746-		os=-solaris2
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-774-	m68knommu-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-776-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-811-	mips3*-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-813-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-814-	mips3*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-816-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-829-	ms1-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-831-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-948-	parisc-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-950-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-964-	pc98-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-966-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-981-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-984-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-987-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-988-	pentium4-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-990-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-998-	ppc-* | ppcbe-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1000-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1004-	ppcle-* | powerpclittle-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1006-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1008-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1010-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1014-	ppc64le-* | powerpc64little-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1016-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1097-	strongarm-* | thumb-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1099-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1227-	xscale-* | xscalee[bl]-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1229-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1304-	*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1306-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1312-	*-digital*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1314-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1315-	*-commodore*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1317-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1333-	-solaris1 | -solaris1.*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1335-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1345-	-gnu/linux*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1347-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1391-	-nto*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1393-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1398-	-mac*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1400-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1404-	-linux*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1406-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1407-	-sunos5*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1409-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1410-	-sunos6*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1412-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1459-	-sinix5.*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1461-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1515-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1775-		esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/config.sub-1777-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-45-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-46-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-48-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-50-else
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-62-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-323-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-325-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-396-  {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:397:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-398-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-403-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-756-  case $ac_option in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:757:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-758-  *=)   ac_optarg= ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-800-  -disable-* | --disable-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:801:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-802-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-805-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:806:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-807-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-826-  -enable-* | --enable-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-828-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-831-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-833-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1030-  -with-* | --with-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1031:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1032-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1035-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1036:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1037-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1046-  -without-* | --without-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1047:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1048-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1051-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1052:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1053-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1084-  *=*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1085:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1105-if test -n "$ac_prev"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1106:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1107-  as_fn_error $? "missing argument to $ac_option"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1127-    */ )
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1128:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1129-      eval $ac_var=\$ac_val;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1162-ac_ls_di=`ls -di .` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1163:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1164-  as_fn_error $? "working directory cannot be determined"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1218-case $srcdir in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1219:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1220-esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1261-By default, \`make install' will install all the files in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1262:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1263:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1264-for instance \`--prefix=\$HOME'.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1345-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1346:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1347-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1348:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1349-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1481-    *\'*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1482:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1483-    esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1564-      case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1565:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1566-      esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1579-	case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1580:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1581-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1699-    set,)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1700:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1701:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1702-      ac_cache_corrupted=: ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1710-	# differences in whitespace do not lead to failure.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1711:	ac_old_val_w=`echo x $ac_old_val`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1712:	ac_new_val_w=`echo x $ac_new_val`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1713-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1730-    case $ac_new_val in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1731:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1732-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1905-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1906:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1907-     if test "$*" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1908-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1909:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1910-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1956-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1957:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1958-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1959-# expand $ac_aux_dir to an absolute path
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:1960:am_aux_dir=`cd $ac_aux_dir && pwd`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-1961-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2101-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2102:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2103-	     'mkdir (GNU coreutils) '* | \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2174-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2175:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2176-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2184-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2185:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2186-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2250-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2251:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2252-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2483-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2484:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2485-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2486-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2487:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2488-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2507-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2508:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2509-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2518-else
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2519:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2520-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2540-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2541:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2542-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2620-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2621:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2622-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2630-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:2631:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-2632-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3123-'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3124:DEFS=`sed -n "$ac_script" confdefs.h`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3125-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3132-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3133:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3134-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3212-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3213:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3214-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3215-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3216:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3217-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3219-else
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3220:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3221-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3229-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3230:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3231-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3306-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3307:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3308-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3378-  {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3379:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3380-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3482-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3483:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3484-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3604-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3605:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3606-ac_cs_version="\\
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3629-  --*=?*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3630:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3631:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3632-    ac_shift=:
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3634-  --*=)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3635:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3636-    ac_optarg=
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3658-    case $ac_optarg in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3659:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3660-    '') as_fn_error $? "missing file argument" ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3777-fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3778:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3779-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3794-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3795:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3796-ac_delim='%!_!# '
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3800-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3801:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3802-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3962-      esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:3963:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-3964-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4021-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:4022:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4023-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:4024:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4025-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4082-/@mandir@/p'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:4083:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4084-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4099-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:4100:# Neutralize VPATH when `$srcdir' = `.'.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4101-# Shell code in configure.ac might set extrasub.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4127-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure:4128:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/configure-4129-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-229-      fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-231-    *)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-276-      dstdir=$dst
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:277:      dst=$dstdir/`basename "$src"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-278-      dstdir_status=0
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-425-	    case $prefix in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-427-	      *) qprefix=$prefix;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-474-    if $copy_on_change &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/install-sh-477-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-39-  { \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-41-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-90-CONFIG_CLEAN_VPATH_FILES =
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:91:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-92-am__vpath_adj = case $$p in \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:93:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-94-    *) f=$$p;; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-95-  esac;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:96:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-97-am__install_max = 40
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-98-am__nobase_strip_setup = \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:99:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-100-am__nobase_strip = \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-333-distdir: $(DISTFILES)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:334:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:335:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-336-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-347-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in:348:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in-349-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm-306-        if $params{port};
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm:307:    $self->{show} = `$ndb_mgm -e show 2>&1`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm-308-    if ($? == -1) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1277-  $self->create_commandfile($sql);
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm:1278:  my $exit_output = `$self->{sqlplus}`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1279-  if ($?) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1321-  $self->create_commandfile($sql);
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm:1322:  my $exit_output = `$self->{sqlplus}`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1323-  if ($?) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1364-  $self->create_commandfile($sql);
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm:1365:  my $exit_output = `$self->{sqlplus}`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1366-  if ($?) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in-39-  { \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in-41-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in-262-distdir: $(DISTFILES)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in:263:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in:264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in-265-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in-276-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in:277:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in-278-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-41-  { \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:42:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-43-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-169-  while test -n "$$dir1"; do \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:170:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-171-    if test "$$first" != "."; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-172-      if test "$$first" = ".."; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:173:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:174:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-175-      else \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:176:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-177-        if test "$$first2" = "$$first"; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:178:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-179-        else \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-184-    fi; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:185:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-186-  done; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-346-	dot_seen=no; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:347:	target=`echo $@ | sed s/-recursive//`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-348-	case "$@" in \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-409-GTAGS:
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:410:	here=`$(am__cd) $(top_builddir) && pwd` \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-411-	  && $(am__cd) $(top_srcdir) \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-441-	test -d "$(distdir)" || mkdir "$(distdir)"
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:442:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:443:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-444-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-455-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:456:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-457-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-569-	test -d $(distdir)/_build || exit 0; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:570:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-571-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-613-	}; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:614:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-615-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-625-	fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in:626:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/Makefile.in-627-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-64-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:65:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-66-# and then we would define $MISSING as
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-80-# expand $ac_aux_dir to an absolute path
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:81:am_aux_dir=`cd $ac_aux_dir && pwd`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-82-])
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-118-AC_REQUIRE([AC_PROG_INSTALL])dnl
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:119:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-120-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-273-    * )
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:274:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-275-  esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-276-done
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:277:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-278-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-439-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:440:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-441-     if test "$[*]" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-442-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4:443:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/acinclude.m4-444-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-34-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-36-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-102-: ${TMPDIR=/tmp} ;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-151-	EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-153-	;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-209-	    *)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-211-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-240-	*4.0)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-242-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-243-	*5.*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-245-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-348-    s390x:SunOS:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-350-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-351-    sun4H:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-353-	exit ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-356-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-373-	fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-375-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-381-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-390-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-394-    sun*:*:4.2BSD:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-532-    *:IRIX*:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-534-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-562-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-564-		then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-575-    *:AIX:*:[4567])
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-610-    9000/[34678]??:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-664-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-692-    ia64:HP-UX:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-722-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-814-	    amd64)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-816-	    *)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-818-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-872-    prep*:SunOS:5.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-874-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-876-	# the GNU system
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-878-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-880-	# other systems with GNU libc and userland
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-882-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-968-EOF
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1337-    *:DragonFly:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1339-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1350-    i*86:skyos:*:*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1352-	exit ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1478-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-52-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-54-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-117-case $maybe_os in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-123-    os=-$maybe_os
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-125-    ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-127-    os=-linux-android
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-129-    ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-130-  *)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-132-    if [ $basic_machine != $1 ]
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-134-    else os=; fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-181-		os=-sco5v6
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-183-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-185-		os=-sco3.2v5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-187-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-189-		os=-sco3.2v4
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-191-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-192-	-sco3.2.[4-9]*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-195-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-199-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-203-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-205-		os=-sco3.2v2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-207-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-208-	-udk*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-210-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-212-		os=-isc2.2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-214-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-218-	-isc*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-220-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-230-	-ptx*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-232-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-233-	-windowsnt*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-235-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-359-	*-*-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-361-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-479-	amd64-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-481-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-521-	blackfin-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-523-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-529-	c54x-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-531-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-532-	c55x-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-534-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-535-	c6x-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-537-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-732-	i*86v32)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-734-		os=-sysv32
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-736-	i*86v4*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-738-		os=-sysv4
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-740-	i*86v)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-742-		os=-sysv
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-744-	i*86sol2)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-746-		os=-solaris2
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-774-	m68knommu-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-776-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-811-	mips3*-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-813-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-814-	mips3*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-816-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-829-	ms1-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-831-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-948-	parisc-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-950-		os=-linux
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-964-	pc98-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-966-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-981-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-984-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-987-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-988-	pentium4-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-990-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-998-	ppc-* | ppcbe-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1000-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1004-	ppcle-* | powerpclittle-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1006-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1008-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1010-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1014-	ppc64le-* | powerpc64little-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1016-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1097-	strongarm-* | thumb-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1099-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1227-	xscale-* | xscalee[bl]-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1229-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1304-	*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1306-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1312-	*-digital*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1314-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1315-	*-commodore*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1317-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1333-	-solaris1 | -solaris1.*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1335-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1345-	-gnu/linux*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1347-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1391-	-nto*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1393-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1398-	-mac*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1400-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1404-	-linux*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1406-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1407-	-sunos5*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1409-		;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1410-	-sunos6*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1412-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1459-	-sinix5.*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1461-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1515-		exit 1
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1775-		esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/config.sub-1777-		;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-45-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-46-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-48-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-50-else
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-62-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-323-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-325-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-396-  {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:397:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-398-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-403-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-756-  case $ac_option in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:757:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-758-  *=)   ac_optarg= ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-800-  -disable-* | --disable-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:801:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-802-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-805-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:806:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-807-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-826-  -enable-* | --enable-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-828-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-831-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-833-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1030-  -with-* | --with-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1031:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1032-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1035-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1036:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1037-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1046-  -without-* | --without-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1047:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1048-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1051-    ac_useropt_orig=$ac_useropt
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1052:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1053-    case $ac_user_opts in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1084-  *=*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1085:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1105-if test -n "$ac_prev"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1106:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1107-  as_fn_error $? "missing argument to $ac_option"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1127-    */ )
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1128:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1129-      eval $ac_var=\$ac_val;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1162-ac_ls_di=`ls -di .` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1163:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1164-  as_fn_error $? "working directory cannot be determined"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1218-case $srcdir in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1219:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1220-esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1261-By default, \`make install' will install all the files in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1262:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1263:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1264-for instance \`--prefix=\$HOME'.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1345-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1346:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1347-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1348:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1349-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1481-    *\'*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1482:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1483-    esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1564-      case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1565:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1566-      esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1579-	case $ac_val in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1580:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1581-	esac
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1699-    set,)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1700:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1701:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1702-      ac_cache_corrupted=: ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1710-	# differences in whitespace do not lead to failure.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1711:	ac_old_val_w=`echo x $ac_old_val`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1712:	ac_new_val_w=`echo x $ac_new_val`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1713-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1730-    case $ac_new_val in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1731:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1732-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1905-     echo "timestamp, slept: $am_has_slept" > conftest.file
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1906:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1907-     if test "$*" = "X"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1908-	# -L didn't work.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1909:	set X `ls -t "$srcdir/configure" conftest.file`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1910-     fi
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1956-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1957:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1958-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1959-# expand $ac_aux_dir to an absolute path
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:1960:am_aux_dir=`cd $ac_aux_dir && pwd`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-1961-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2101-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2102:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2103-	     'mkdir (GNU coreutils) '* | \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2174-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2175:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2176-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2184-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2185:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2186-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2250-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2251:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2252-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2483-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2484:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2485-test "x$ac_build_alias" = x &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2486-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2487:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2488-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2507-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2508:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2509-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2518-else
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2519:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2520-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2540-IFS=$ac_save_IFS
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2541:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2542-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2620-set x ${MAKE-make}
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2621:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2622-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2630-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:2631:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-2632-  *@@@%%%=?*=@@@%%%*)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3123-'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3124:DEFS=`sed -n "$ac_script" confdefs.h`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3125-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3132-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3133:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3134-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3212-if test -z "$BASH_VERSION$ZSH_VERSION" \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3213:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3214-  as_echo='print -r --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3215-  as_echo_n='print -rn --'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3216:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3217-  as_echo='printf %s\n'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3219-else
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3220:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3221-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3229-	expr "X$arg" : "X\\(.*\\)$as_nl";
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3230:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3231-      esac;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3306-# ----------------------------------------
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3307:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3308-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3378-  {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3379:    as_val=`expr "$@" || test $? -eq 1`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3380-  }
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3482-      case $as_dir in #(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3483:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3484-      *) as_qdir=$as_dir;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3604-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3605:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3606-ac_cs_version="\\
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3629-  --*=?*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3630:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3631:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3632-    ac_shift=:
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3634-  --*=)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3635:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3636-    ac_optarg=
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3658-    case $ac_optarg in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3659:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3660-    '') as_fn_error $? "missing file argument" ;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3777-fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3778:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3779-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3794-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3795:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3796-ac_delim='%!_!# '
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3800-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3801:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3802-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3962-      esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:3963:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-3964-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4021-*)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:4022:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4023-  # A ".." for each directory in $ac_dir_suffix.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:4024:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4025-  case $ac_top_builddir_sub in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4082-/@mandir@/p'
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:4083:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4084-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4099-
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:4100:# Neutralize VPATH when `$srcdir' = `.'.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4101-# Shell code in configure.ac might set extrasub.
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4127-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure:4128:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/configure-4129-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-229-      fi
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-231-    *)
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-276-      dstdir=$dst
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:277:      dst=$dstdir/`basename "$src"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-278-      dstdir_status=0
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-425-	    case $prefix in
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-427-	      *) qprefix=$prefix;;
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-474-    if $copy_on_change &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/install-sh-477-
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-39-  { \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-41-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-90-CONFIG_CLEAN_VPATH_FILES =
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:91:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-92-am__vpath_adj = case $$p in \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:93:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-94-    *) f=$$p;; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-95-  esac;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:96:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-97-am__install_max = 40
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-98-am__nobase_strip_setup = \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:99:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-100-am__nobase_strip = \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-333-distdir: $(DISTFILES)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:334:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:335:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-336-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-347-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in:348:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Makefile.in-349-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm-306-        if $params{port};
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm:307:    $self->{show} = `$ndb_mgm -e show 2>&1`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm-308-    if ($? == -1) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1277-  $self->create_commandfile($sql);
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm:1278:  my $exit_output = `$self->{sqlplus}`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1279-  if ($?) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1321-  $self->create_commandfile($sql);
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm:1322:  my $exit_output = `$self->{sqlplus}`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1323-  if ($?) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1364-  $self->create_commandfile($sql);
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm:1365:  my $exit_output = `$self->{sqlplus}`;
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/plugins-scripts/Nagios/DBD/MySQL/Server.pm-1366-  if ($?) {
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in-39-  { \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in:40:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in-41-  }; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in-262-distdir: $(DISTFILES)
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in:263:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in:264:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in-265-	list='$(DISTFILES)'; \
##############################################
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in-276-	  if test -d $$d/$$file; then \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in:277:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nagios-plugins-contrib-27.20200511+1/check_mysql_health/src/t/Makefile.in-278-	    if test -d "$(distdir)/$$file"; then \
##############################################
nagios-plugins-contrib-27.20200511+1/check_nfsmounts/check_nfsmounts-71-
nagios-plugins-contrib-27.20200511+1/check_nfsmounts/check_nfsmounts:72:#my @dirs = `mount | grep " type nfs " | awk '{print \$3}'`;
nagios-plugins-contrib-27.20200511+1/check_nfsmounts/check_nfsmounts-73-if(!open MTAB,"< /etc/mtab") {
##############################################
nagios-plugins-contrib-27.20200511+1/check_printer/check_printer-103-foreach(@vars){
nagios-plugins-contrib-27.20200511+1/check_printer/check_printer:104:	@values = (@values, split /\n/, `$_`);
nagios-plugins-contrib-27.20200511+1/check_printer/check_printer-105-	if ($? != 0){
##############################################
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid-6053-  	# validate sudoers
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid:6054:  	system($visudo, '-c', '-f', $new) == 0 or unlink($new),exit $? >> 8;
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid-6055-  
##############################################
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid-6258-$fatpacked{"Math/Calc/Units/Compute.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'MATH_CALC_UNITS_COMPUTE';
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid:6259:  package Math::Calc::Units::Compute;use base 'Exporter';use vars qw(@EXPORT_OK);@EXPORT_OK=qw(compute plus minus mult divide power unit_mult unit_divide unit_power construct);use strict;use Math::Calc::Units::Convert qw(reduce);use Math::Calc::Units::Rank qw(render_unit);use Math::Calc::Units::Convert::Base;require Math::Calc::Units::Grammar;sub equivalent {my ($u,$v)=@_;return Math::Calc::Units::Convert::Base->same($u,$v)}sub is_unit {my ($x,$unit)=@_;return equivalent($x,{$unit=>1 })}sub plus {my ($u,$v)=@_;$u=reduce($u);$v=reduce($v);if (equivalent($u->[1],$v->[1])){return [$u->[0]+ $v->[0],$u->[1]]}elsif (is_unit($u->[1],'timestamp')&& is_unit($v->[1],'sec')){return [$u->[0]+ $v->[0],$u->[1]]}elsif (is_unit($u->[1],'sec')&& is_unit($v->[1],'timestamp')){return [$u->[0]+ $v->[0],$v->[1]]}die "Unable to add incompatible units `".render_unit($u->[1])."' and `".render_unit($v->[1])."'"}sub minus {my ($u,$v)=@_;$u=reduce($u);$v=reduce($v);if (is_unit($u->[1],'timestamp')&& is_unit($v->[1],'timestamp')){return [$u->[0]- $v->[0],{sec=>1 }]}elsif (equivalent($u->[1],$v->[1])){return [$u->[0]- $v->[0],$u->[1]]}elsif (is_unit($u->[1],'timestamp')&& is_unit($v->[1],'sec')){return [$u->[0]- $v->[0],$u->[1]]}die "Unable to subtract incompatible units `".render_unit($u->[1])."' and `".render_unit($v->[1])."'"}sub mult {my ($u,$v)=@_;return [$u->[0]* $v->[0],unit_mult($u->[1],$v->[1])]}sub divide {my ($u,$v)=@_;return [$u->[0]/ $v->[0],unit_divide($u->[1],$v->[1])]}sub power {my ($u,$v)=@_;die "Can only raise to unit-less powers" if keys %{$v->[1]};$u=reduce($u);if (keys %{$u->[1]}!=0){my$power=$v->[0];die "Can only raise a value with units to an integral power" if abs($power - int($power))> 1e-20;return [$u->[0]** $power,unit_power($u->[1],$power)]}return [$u->[0]** $v->[0],{}]}sub unit_mult {my ($u,$v,$mult)=@_;$mult ||= 1;while (my ($unit,$vp)=each %$v){$u->{$unit}+= $vp * $mult;delete$u->{$unit}if$u->{$unit}==0}return$u}sub unit_divide {my ($u,$v)=@_;return unit_mult($u,$v,-1)}sub unit_power {my ($u,$power)=@_;return {}if$power==0;$u->{$_}*= $power foreach (keys %$u);return$u}sub construct {my$s=shift;my ($constructor,$args)=$s =~ /^(\w+)\((.*)\)/;return Math::Calc::Units::Convert::construct($constructor,$args)}package Math::Calc::Units::Compute;sub tokenize {my$data=shift;my@tokens=$data =~ m{\s*
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid-6260-                             (
##############################################
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid-6342-  	1;
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid:6343:  };die $@ if $@ ne ""}}sub require_module($) {local %^H if _WORK_AROUND_HINT_LEAKAGE;if(_WORK_AROUND_BROKEN_MODULE_STATE){my$notional_filename=&module_notional_filename;my$guard=bless([$notional_filename ],"Module::Runtime::__GUARD__");my$result=CORE::require($notional_filename);pop @$guard;return$result}else {return scalar(CORE::require(&module_notional_filename))}}sub use_module($;$) {my($name,$version)=@_;require_module($name);$name->VERSION($version)if @_ >= 2;return$name}sub use_package_optimistically($;$) {my($name,$version)=@_;my$fn=module_notional_filename($name);eval {local$SIG{__DIE__};require_module($name)};die $@ if $@ ne "" && ($@ !~ /\ACan't locate \Q$fn\E .+ at \Q@{[__FILE__]}\E line/s || $@ =~ /^Compilation\ failed\ in\ require
nagios-plugins-contrib-27.20200511+1/check_raid/check_raid-6344-  			 \ at\ \Q@{[__FILE__]}\E\ line/xm);$name->VERSION($version)if @_ >= 2;return$name}sub is_module_spec($$) {my($prefix,$spec)=@_;return _is_string($spec)&& $spec =~ ($prefix ? qr/\A$sub_module_spec_rx\z/o : qr/\A$top_module_spec_rx\z/o)}*is_valid_module_spec=\&is_module_spec;sub check_module_spec($$) {unless(&is_module_spec){die +(_is_string($_[1])? "`$_[1]'" : "argument")." is not a module specification\n"}}sub compose_module_name($$) {my($prefix,$spec)=@_;check_module_name($prefix)if defined$prefix;&check_module_spec;if($spec =~ s#\A(?:/|::)##){}else {$spec=$prefix."::".$spec if defined$prefix}$spec =~ s#/#::#g;return$spec}1;
##############################################
nagios-plugins-contrib-27.20200511+1/check_rbl/check_rbl-1.5.0/inc/Module/Install/Makefile.pm-45-sub makemaker {
nagios-plugins-contrib-27.20200511+1/check_rbl/check_rbl-1.5.0/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
nagios-plugins-contrib-27.20200511+1/check_rbl/check_rbl-1.5.0/inc/Module/Install/Makefile.pm-47-}
##############################################
nagios-plugins-contrib-27.20200511+1/check_rbl/src/inc/Module/Install/Makefile.pm-45-sub makemaker {
nagios-plugins-contrib-27.20200511+1/check_rbl/src/inc/Module/Install/Makefile.pm:46:	( @_ < 2 or $makemaker >= eval($_[1]) ) ? $makemaker : 0
nagios-plugins-contrib-27.20200511+1/check_rbl/src/inc/Module/Install/Makefile.pm-47-}
##############################################
nagios-plugins-contrib-27.20200511+1/common.mk-39-	set -e; for m in $(MANPAGES); do \
nagios-plugins-contrib-27.20200511+1/common.mk:40:		section=`echo $$m | sed 's,\.gz$$,,;s,.*\.,,'` ;\
nagios-plugins-contrib-27.20200511+1/common.mk-41-		mandir="/usr/share/man/man$${section}" ;\
##############################################
nagios-plugins-contrib-27.20200511+1/debian/changelog-244-  * [65a0937] check_ssl_cert: Updating to 1.73.0
nagios-plugins-contrib-27.20200511+1/debian/changelog:245:  * [eff917b] Update check_hpasm to 4.8
nagios-plugins-contrib-27.20200511+1/debian/changelog-246-  * [c7f8ffc] travis-ci: Allow build failing on testing
##############################################
nagios-plugins-contrib-27.20200511+1/debian/changelog-900-  * [e3ec1293] Updating check_ssl_cert to 1.14.6
nagios-plugins-contrib-27.20200511+1/debian/changelog:901:  * [779543ef] Updating check_hpasm to 4.6.3.2
nagios-plugins-contrib-27.20200511+1/debian/changelog-902-  * [0c838ee9] Updating check_multipath to 0.1.9
##############################################
nagios-plugins-contrib-27.20200511+1/debian/changelog-948-  * [74bf1d94] Update check_raid to version 3.0
nagios-plugins-contrib-27.20200511+1/debian/changelog:949:  * [26209f4e] Update check_hpasm to 4.6.3
nagios-plugins-contrib-27.20200511+1/debian/changelog-950-  * [6cd0fa8f] Updating check_multipath to 0.1.8
##############################################
nagios-plugins-contrib-27.20200511+1/debian/changelog-1015-  * [fd344412] Auto update of debian/control
nagios-plugins-contrib-27.20200511+1/debian/changelog:1016:  * [8c9693ee] Updating check_hpasm to 4.5.2
nagios-plugins-contrib-27.20200511+1/debian/changelog-1017-  * [3f0a95dc] Updating check_raid to rev1.119
##############################################
nagios-plugins-contrib-27.20200511+1/debian/changelog-1066-  * [6f4593ac] Fix too long description.
nagios-plugins-contrib-27.20200511+1/debian/changelog:1067:  * [a3cce5ad] check_hpasm needs snmpwalk, recommend it.
nagios-plugins-contrib-27.20200511+1/debian/changelog-1068-  * [4760a28d] shorter check_snmp_environment desc
##############################################
nagios-plugins-contrib-27.20200511+1/debian/control-82-     The plugin is only tested with the c7000 enclosure.
nagios-plugins-contrib-27.20200511+1/debian/control:83:   * check_hpasm (4.8): plugin to check the hardware health of
nagios-plugins-contrib-27.20200511+1/debian/control-84-     HP Proliant Servers
nagios-plugins-contrib-27.20200511+1/debian/control:85:     It either uses snmp or - if installed - the hpasm package locally.
nagios-plugins-contrib-27.20200511+1/debian/control-86-     The plugin checks the health of
##############################################
nagios-plugins-contrib-27.20200511+1/debian/patches/check_clamav/clamav_locations-53- # Should return something like: ClamAV 0.87.1/1205/Wed Dec  7 07:00:48 2005
nagios-plugins-contrib-27.20200511+1/debian/patches/check_clamav/clamav_locations:54:-chomp(my $clamd_ver = `$clamd_cmd -V`);
nagios-plugins-contrib-27.20200511+1/debian/patches/check_clamav/clamav_locations:55:+chomp(my $clamscan_ver = `$clamscan_cmd -V`);
nagios-plugins-contrib-27.20200511+1/debian/patches/check_clamav/clamav_locations-56- 
##############################################
nagios-plugins-contrib-27.20200511+1/debian/patches/dsa/check_running_kernel_jessie_centos_fix-36-+			[ -z "$on_disk_version" ] || continue
nagios-plugins-contrib-27.20200511+1/debian/patches/dsa/check_running_kernel_jessie_centos_fix:37: 			on_disk_version="`cat "$on_disk" | $STRINGS | grep 'Linux version' | head -n1`"
nagios-plugins-contrib-27.20200511+1/debian/patches/dsa/check_running_kernel_jessie_centos_fix-38--			[ -z "$on_disk_version" ] || break
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/Makefile-8-check_%:
nagios-plugins-contrib-27.20200511+1/dsa/Makefile:9:	cp checks/dsa-`echo $@ | sed 's,_,-,g'` $@
nagios-plugins-contrib-27.20200511+1/dsa/Makefile-10-	chmod 755 $@
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-cert-expire-38-
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-cert-expire:39:OPTS=`getopt -o w:c: -n "$0" -- "$@"` || usage
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-cert-expire-40-
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-cert-expire-65-
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-cert-expire:66:expires=`openssl x509 -enddate -noout < "$cert"`
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-cert-expire-67-
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel-195-		if [ "${on_disk/vmlinu}" != "$on_disk" ]; then
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel:196:			on_disk_version="`get_image_linux "$on_disk" | $STRINGS | grep 'Linux version' | head -n1`"
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel-197-			if [ -x /usr/bin/lsb_release ] ; then
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel-203-			[ -z "$on_disk_version" ] || break
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel:204:			on_disk_version="`cat "$on_disk" | $STRINGS | grep 'Linux version' | head -n1`"
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel-205-			[ -z "$on_disk_version" ] || break
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel-241-	if [ "$image_current" != "OK" ]; then
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel:242:		approx_time="$(date -d "@`stat -c '%Y' "$on_disk"`" +"%Y-%m-%d %H:%M:%S")"
nagios-plugins-contrib-27.20200511+1/dsa/checks/dsa-check-running-kernel-243-		echo "WARNING: Currently running kernel ($running_version) does not match on disk image (~ $approx_time)"
##############################################
nagios-plugins-contrib-27.20200511+1/dsa/sbin/dsa-update-apt-status-45-	local last_mod
nagios-plugins-contrib-27.20200511+1/dsa/sbin/dsa-update-apt-status:46:	last_mod=`stat -c "%Y" "$STATUS"`
nagios-plugins-contrib-27.20200511+1/dsa/sbin/dsa-update-apt-status-47-	now=`date +%s`
##############################################
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-deadlocks-62-
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-deadlocks:63:   LEVEL=$(mysql_exec "SELECT COUNT(*) FROM ${OPT_TABLE} WHERE server IN ('${OPT_HOST}', @@hostname) AND ts >= NOW() - INTERVAL ${OPT_INTERVAL}*60 SECOND")
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-deadlocks-64-   if [ $? = 0 ]; then
##############################################
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-file-privs-110-   if [ -s "${TEMP}" ]; then
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-file-privs:111:      NOTE="UNK `cat ${TEMP}`"
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-file-privs-112-   elif [ "${WRONG}" ]; then
##############################################
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-replication-delay-81-      SQL="SELECT MAX(${NOW_FUNC} - ROUND(UNIX_TIMESTAMP(ts))) AS delay
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-replication-delay:82:         FROM ${OPT_TABLE} WHERE (${OPT_SRVID:-0} = 0 OR server_id = ${OPT_SRVID:-0})"
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-replication-delay-83-      LEVEL=$(mysql_exec "${SQL}")
##############################################
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-ts-count-74-
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-ts-count:75:   LEVEL=$(mysql_exec "SELECT COUNT(*) FROM ${OPT_TABLE} WHERE ${OPT_TIMESTAMP} >= NOW() - INTERVAL ${OPT_INTERVAL}*60 SECOND")
nagios-plugins-contrib-27.20200511+1/percona-nagios-plugins/nagios/bin/pmp-check-mysql-ts-count-76-   if [ $? = 0 ]; then