Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package byacc for openSUSE:Factory checked 
in at 2023-02-01 16:38:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/byacc (Old)
 and      /work/SRC/openSUSE:Factory/.byacc.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "byacc"

Wed Feb  1 16:38:32 2023 rev:31 rq:1062179 version:20221229

Changes:
--------
--- /work/SRC/openSUSE:Factory/byacc/byacc.changes      2022-12-07 
17:35:32.672729526 +0100
+++ /work/SRC/openSUSE:Factory/.byacc.new.32243/byacc.changes   2023-02-01 
16:43:02.311122278 +0100
@@ -1,0 +2,9 @@
+Mon Jan  2 10:24:34 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 20221229:
+  * autoconf update
+  * configure.in:
+    correct help-message for --disable-btyacc option, and fix the reporting of
+    the selected option value in the configure script's output
+
+-------------------------------------------------------------------

Old:
----
  byacc-20221106.tgz
  byacc-20221106.tgz.asc

New:
----
  byacc-20221229.tgz
  byacc-20221229.tgz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ byacc.spec ++++++
--- /var/tmp/diff_new_pack.ZF4yL8/_old  2023-02-01 16:43:02.707124755 +0100
+++ /var/tmp/diff_new_pack.ZF4yL8/_new  2023-02-01 16:43:02.711124780 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package byacc
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           byacc
-Version:        20221106
+Version:        20221229
 Release:        0
 Summary:        LALR(1) parser generator
 License:        SUSE-Public-Domain

++++++ byacc-20221106.tgz -> byacc-20221229.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/CHANGES new/byacc-20221229/CHANGES
--- old/byacc-20221106/CHANGES  2022-11-06 22:55:25.000000000 +0100
+++ new/byacc-20221229/CHANGES  2022-12-29 11:37:13.000000000 +0100
@@ -1,3 +1,20 @@
+2022-12-29  Thomas E. Dickey  <dic...@invisible-island.net>
+
+       * configure: regen
+
+       * configure.in:
+       correct help-message for --disable-btyacc option, and fix the reporting 
of
+       the selected option value in the configure script's output (report by 
Daniel
+       Weaver)
+
+       * VERSION, package/byacc.spec, package/debian/changelog,
+         package/mingw-byacc.spec, package/pkgsrc/Makefile:
+       bump
+
+2022-12-02  Thomas E. Dickey  <dic...@invisible-island.net>
+
+       * aclocal.m4: resync with my-autconf
+
 2022-11-06  Thomas E. Dickey  <dic...@invisible-island.net>
 
        * test/run_test.sh: use context diff, to work with AIX
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/MANIFEST new/byacc-20221229/MANIFEST
--- old/byacc-20221106/MANIFEST 2022-11-06 16:51:43.000000000 +0100
+++ new/byacc-20221229/MANIFEST 2022-12-29 11:23:05.000000000 +0100
@@ -1,4 +1,4 @@
-MANIFEST for byacc, version t20221106
+MANIFEST for byacc, version t20221229
 
--------------------------------------------------------------------------------
 MANIFEST                        this file
 ACKNOWLEDGEMENTS                original version of byacc - 1993
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/VERSION new/byacc-20221229/VERSION
--- old/byacc-20221106/VERSION  2022-11-06 16:51:43.000000000 +0100
+++ new/byacc-20221229/VERSION  2022-12-29 11:23:05.000000000 +0100
@@ -1 +1 @@
-20221106
+20221229
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/aclocal.m4 
new/byacc-20221229/aclocal.m4
--- old/byacc-20221106/aclocal.m4       2022-10-03 01:55:56.000000000 +0200
+++ new/byacc-20221229/aclocal.m4       2022-12-02 22:33:40.000000000 +0100
@@ -1,4 +1,4 @@
-dnl $Id: aclocal.m4,v 1.57 2022/10/02 23:55:56 tom Exp $
+dnl $Id: aclocal.m4,v 1.58 2022/12/02 21:33:40 tom Exp $
 dnl Macros for byacc configure script (Thomas E. Dickey)
 dnl ---------------------------------------------------------------------------
 dnl Copyright 2004-2021,2022 Thomas E. Dickey
@@ -635,6 +635,7 @@
        AC_CHECKING([for $CC __attribute__ directives])
 cat > "conftest.$ac_ext" <<EOF
 #line __oline__ "${as_me:-configure}"
+#include <stdio.h>
 #include "confdefs.h"
 #include "conftest.h"
 #include "conftest.i"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/configure new/byacc-20221229/configure
--- old/byacc-20221106/configure        2022-10-03 01:55:56.000000000 +0200
+++ new/byacc-20221229/configure        2022-12-29 11:37:13.000000000 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.in Revision: 1.26 .
+# From configure.in Revision: 1.27 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by Autoconf 2.52.20221009.
+# Generated by Autoconf 2.52.20221202.
 #
 # Copyright 2003-2021,2022     Thomas E. Dickey
 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
@@ -702,7 +702,7 @@
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
   --with-max-table-size=N set the maximum table size = N (no default)
-  --enable-btyacc         disable support for the btyacc backtracking
+  --disable-btyacc        disable support for the btyacc backtracking
                           extension (default: enabled)
   --enable-warnings       test: turn on gcc compiler warnings
   --enable-stdnoreturn    enable C11 _Noreturn feature for diagnostics
@@ -782,7 +782,7 @@
 running configure, to aid debugging if configure makes a mistake.
 
 It was created by $as_me, which was
-generated by GNU Autoconf 2.52.20221009.  Invocation command line was
+generated by GNU Autoconf 2.52.20221202.  Invocation command line was
 
   $ $0 $@
 
@@ -5464,9 +5464,18 @@
 # Check whether --enable-btyacc or --disable-btyacc was given.
 if test "${enable_btyacc+set}" = set; then
   enableval="$enable_btyacc"
+  test "$enableval" != no && enableval=yes
+       if test "$enableval" != "yes" ; then
+    enable_btyacc=no
+       else
+               enable_btyacc=yes
+       fi
+else
+  enableval=yes
+       enable_btyacc=yes
 
 fi;
-echo "$as_me:5469: result: $enable_btyacc" >&5
+echo "$as_me:5478: result: $enable_btyacc" >&5
 echo "${ECHO_T}$enable_btyacc" >&6
 if test "$enable_btyacc" = "no"; then
        SKELETON=yaccpar
@@ -5479,7 +5488,7 @@
        SKELETON=btyaccpar
 fi
 
-echo "$as_me:5482: checking for fgrep" >&5
+echo "$as_me:5491: checking for fgrep" >&5
 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
 if test "${ac_cv_path_FGREP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5491,7 +5500,7 @@
 do
   # Extract the first word of "$ac_prog", so it can be a program name with 
args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:5494: checking for $ac_word" >&5
+echo "$as_me:5503: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_FGREP+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5508,7 +5517,7 @@
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_FGREP="$ac_dir/$ac_word"
-   echo "$as_me:5511: found $ac_dir/$ac_word" >&5
+   echo "$as_me:5520: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -5519,10 +5528,10 @@
 FGREP=$ac_cv_path_FGREP
 
 if test -n "$FGREP"; then
-  echo "$as_me:5522: result: $FGREP" >&5
+  echo "$as_me:5531: result: $FGREP" >&5
 echo "${ECHO_T}$FGREP" >&6
 else
-  echo "$as_me:5525: result: no" >&5
+  echo "$as_me:5534: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -5530,16 +5539,16 @@
 done
 test -n "$FGREP" || FGREP=": "
 
-     test "x$ac_cv_path_FGREP" = "x:" && { { echo "$as_me:5533: error: cannot 
find workable fgrep" >&5
+     test "x$ac_cv_path_FGREP" = "x:" && { { echo "$as_me:5542: error: cannot 
find workable fgrep" >&5
 echo "$as_me: error: cannot find workable fgrep" >&2;}
    { (exit 1); exit 1; }; }
    fi
 fi
-echo "$as_me:5538: result: $ac_cv_path_FGREP" >&5
+echo "$as_me:5547: result: $ac_cv_path_FGREP" >&5
 echo "${ECHO_T}$ac_cv_path_FGREP" >&6
  FGREP="$ac_cv_path_FGREP"
 
-echo "$as_me:5542: checking if you want to use C11 _Noreturn feature" >&5
+echo "$as_me:5551: checking if you want to use C11 _Noreturn feature" >&5
 echo $ECHO_N "checking if you want to use C11 _Noreturn feature... $ECHO_C" >&6
 
 # Check whether --enable-stdnoreturn or --disable-stdnoreturn was given.
@@ -5556,17 +5565,17 @@
        enable_stdnoreturn=no
 
 fi;
-echo "$as_me:5559: result: $enable_stdnoreturn" >&5
+echo "$as_me:5568: result: $enable_stdnoreturn" >&5
 echo "${ECHO_T}$enable_stdnoreturn" >&6
 
 if test $enable_stdnoreturn = yes; then
-echo "$as_me:5563: checking for C11 _Noreturn feature" >&5
+echo "$as_me:5572: checking for C11 _Noreturn feature" >&5
 echo $ECHO_N "checking for C11 _Noreturn feature... $ECHO_C" >&6
 if test "${cf_cv_c11_noreturn+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 5569 "configure"
+#line 5578 "configure"
 #include "confdefs.h"
 
 #include <stdio.h>
@@ -5583,16 +5592,16 @@
 }
 _ACEOF
 rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:5586: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:5595: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:5589: \$? = $ac_status" >&5
+  echo "$as_me:5598: \$? = $ac_status" >&5
   (exit "$ac_status"); } &&
          { ac_try='test -s "conftest.$ac_objext"'
-  { (eval echo "$as_me:5592: \"$ac_try\"") >&5
+  { (eval echo "$as_me:5601: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:5595: \$? = $ac_status" >&5
+  echo "$as_me:5604: \$? = $ac_status" >&5
   (exit "$ac_status"); }; }; then
   cf_cv_c11_noreturn=yes
 else
@@ -5603,7 +5612,7 @@
 rm -f "conftest.$ac_objext" "conftest.$ac_ext"
 
 fi
-echo "$as_me:5606: result: $cf_cv_c11_noreturn" >&5
+echo "$as_me:5615: result: $cf_cv_c11_noreturn" >&5
 echo "${ECHO_T}$cf_cv_c11_noreturn" >&6
 else
        cf_cv_c11_noreturn=no,
@@ -5659,16 +5668,16 @@
                then
                        test -n "$verbose" && echo "    repairing CFLAGS: 
$CFLAGS" 1>&6
 
-echo "${as_me:-configure}:5662: testing repairing CFLAGS: $CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5671: testing repairing CFLAGS: $CFLAGS ..." 1>&5
 
                        CFLAGS="$cf_temp_flags"
                        test -n "$verbose" && echo "    ... fixed $CFLAGS" 1>&6
 
-echo "${as_me:-configure}:5667: testing ... fixed $CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5676: testing ... fixed $CFLAGS ..." 1>&5
 
                        test -n "$verbose" && echo "    ... extra 
$EXTRA_CFLAGS" 1>&6
 
-echo "${as_me:-configure}:5671: testing ... extra $EXTRA_CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5680: testing ... extra $EXTRA_CFLAGS ..." 1>&5
 
                fi
                ;;
@@ -5707,16 +5716,16 @@
                then
                        test -n "$verbose" && echo "    repairing CPPFLAGS: 
$CPPFLAGS" 1>&6
 
-echo "${as_me:-configure}:5710: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:5719: testing repairing CPPFLAGS: $CPPFLAGS ..." 1>&5
 
                        CPPFLAGS="$cf_temp_flags"
                        test -n "$verbose" && echo "    ... fixed $CPPFLAGS" 
1>&6
 
-echo "${as_me:-configure}:5715: testing ... fixed $CPPFLAGS ..." 1>&5
+echo "${as_me:-configure}:5724: testing ... fixed $CPPFLAGS ..." 1>&5
 
                        test -n "$verbose" && echo "    ... extra 
$EXTRA_CFLAGS" 1>&6
 
-echo "${as_me:-configure}:5719: testing ... extra $EXTRA_CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5728: testing ... extra $EXTRA_CFLAGS ..." 1>&5
 
                fi
                ;;
@@ -5755,23 +5764,23 @@
                then
                        test -n "$verbose" && echo "    repairing LDFLAGS: 
$LDFLAGS" 1>&6
 
-echo "${as_me:-configure}:5758: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:5767: testing repairing LDFLAGS: $LDFLAGS ..." 1>&5
 
                        LDFLAGS="$cf_temp_flags"
                        test -n "$verbose" && echo "    ... fixed $LDFLAGS" 1>&6
 
-echo "${as_me:-configure}:5763: testing ... fixed $LDFLAGS ..." 1>&5
+echo "${as_me:-configure}:5772: testing ... fixed $LDFLAGS ..." 1>&5
 
                        test -n "$verbose" && echo "    ... extra 
$EXTRA_CFLAGS" 1>&6
 
-echo "${as_me:-configure}:5767: testing ... extra $EXTRA_CFLAGS ..." 1>&5
+echo "${as_me:-configure}:5776: testing ... extra $EXTRA_CFLAGS ..." 1>&5
 
                fi
                ;;
        esac
 fi
 
-echo "$as_me:5774: checking if you want to turn on gcc warnings" >&5
+echo "$as_me:5783: checking if you want to turn on gcc warnings" >&5
 echo $ECHO_N "checking if you want to turn on gcc warnings... $ECHO_C" >&6
 
 # Check whether --enable-warnings or --disable-warnings was given.
@@ -5788,14 +5797,14 @@
        enable_warnings=no
 
 fi;
-echo "$as_me:5791: result: $enable_warnings" >&5
+echo "$as_me:5800: result: $enable_warnings" >&5
 echo "${ECHO_T}$enable_warnings" >&6
 if test "$enable_warnings" = "yes"
 then
 
 if test "x$have_x" = xyes; then echo "skipping X-const check"; fi
 cat > "conftest.$ac_ext" <<EOF
-#line 5798 "${as_me:-configure}"
+#line 5807 "${as_me:-configure}"
 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
 EOF
 if test "$INTEL_COMPILER" = yes
@@ -5811,7 +5820,7 @@
 # remark #981: operands are evaluated in unspecified order
 # warning #279: controlling expression is constant
 
-       { echo "$as_me:5814: checking for $CC warning options..." >&5
+       { echo "$as_me:5823: checking for $CC warning options..." >&5
 echo "$as_me: checking for $CC warning options..." >&6;}
        cf_save_CFLAGS="$CFLAGS"
        EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall"
@@ -5827,12 +5836,12 @@
                wd981
        do
                CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
-               if { (eval echo "$as_me:5830: \"$ac_compile\"") >&5
+               if { (eval echo "$as_me:5839: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:5833: \$? = $ac_status" >&5
+  echo "$as_me:5842: \$? = $ac_status" >&5
   (exit "$ac_status"); }; then
-                       test -n "$verbose" && echo "$as_me:5835: result: ... 
-$cf_opt" >&5
+                       test -n "$verbose" && echo "$as_me:5844: result: ... 
-$cf_opt" >&5
 echo "${ECHO_T}... -$cf_opt" >&6
                        EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
                fi
@@ -5840,7 +5849,7 @@
        CFLAGS="$cf_save_CFLAGS"
 elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
 then
-       { echo "$as_me:5843: checking for $CC warning options..." >&5
+       { echo "$as_me:5852: checking for $CC warning options..." >&5
 echo "$as_me: checking for $CC warning options..." >&6;}
        cf_save_CFLAGS="$CFLAGS"
        cf_warn_CONST=""
@@ -5863,12 +5872,12 @@
                Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST Wwrite-strings
        do
                CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
-               if { (eval echo "$as_me:5866: \"$ac_compile\"") >&5
+               if { (eval echo "$as_me:5875: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:5869: \$? = $ac_status" >&5
+  echo "$as_me:5878: \$? = $ac_status" >&5
   (exit "$ac_status"); }; then
-                       test -n "$verbose" && echo "$as_me:5871: result: ... 
-$cf_opt" >&5
+                       test -n "$verbose" && echo "$as_me:5880: result: ... 
-$cf_opt" >&5
 echo "${ECHO_T}... -$cf_opt" >&6
                        case "$cf_opt" in
                        (Winline)
@@ -5876,7 +5885,7 @@
                                ([34].*)
                                        test -n "$verbose" && echo "    feature 
is broken in gcc $GCC_VERSION" 1>&6
 
-echo "${as_me:-configure}:5879: testing feature is broken in gcc $GCC_VERSION 
..." 1>&5
+echo "${as_me:-configure}:5888: testing feature is broken in gcc $GCC_VERSION 
..." 1>&5
 
                                        continue;;
                                esac
@@ -5886,7 +5895,7 @@
                                ([12].*)
                                        test -n "$verbose" && echo "    feature 
is broken in gcc $GCC_VERSION" 1>&6
 
-echo "${as_me:-configure}:5889: testing feature is broken in gcc $GCC_VERSION 
..." 1>&5
+echo "${as_me:-configure}:5898: testing feature is broken in gcc $GCC_VERSION 
..." 1>&5
 
                                        continue;;
                                esac
@@ -5919,10 +5928,11 @@
 EOF
 if test "$GCC" = yes
 then
-       { echo "$as_me:5922: checking for $CC __attribute__ directives..." >&5
+       { echo "$as_me:5931: checking for $CC __attribute__ directives..." >&5
 echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
 cat > "conftest.$ac_ext" <<EOF
-#line 5925 "${as_me:-configure}"
+#line 5934 "${as_me:-configure}"
+#include <stdio.h>
 #include "confdefs.h"
 #include "conftest.h"
 #include "conftest.i"
@@ -5971,12 +5981,12 @@
                        ;;
                esac
 
-               if { (eval echo "$as_me:5974: \"$ac_compile\"") >&5
+               if { (eval echo "$as_me:5984: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:5977: \$? = $ac_status" >&5
+  echo "$as_me:5987: \$? = $ac_status" >&5
   (exit "$ac_status"); }; then
-                       test -n "$verbose" && echo "$as_me:5979: result: ... 
$cf_attribute" >&5
+                       test -n "$verbose" && echo "$as_me:5989: result: ... 
$cf_attribute" >&5
 echo "${ECHO_T}... $cf_attribute" >&6
                        cat conftest.h >>confdefs.h
                        case "$cf_attribute" in
@@ -6037,7 +6047,7 @@
 
 fi
 
-echo "$as_me:6040: checking if you want to see long compiling messages" >&5
+echo "$as_me:6050: checking if you want to see long compiling messages" >&5
 echo $ECHO_N "checking if you want to see long compiling messages... $ECHO_C" 
>&6
 
 # Check whether --enable-echo or --disable-echo was given.
@@ -6071,10 +6081,10 @@
        ECHO_CC=''
 
 fi;
-echo "$as_me:6074: result: $enableval" >&5
+echo "$as_me:6084: result: $enableval" >&5
 echo "${ECHO_T}$enableval" >&6
 
-echo "$as_me:6077: checking if you want to use dmalloc for testing" >&5
+echo "$as_me:6087: checking if you want to use dmalloc for testing" >&5
 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6
 
 # Check whether --with-dmalloc or --without-dmalloc was given.
@@ -6096,7 +6106,7 @@
 else
   with_dmalloc=
 fi;
-echo "$as_me:6099: result: ${with_dmalloc:-no}" >&5
+echo "$as_me:6109: result: ${with_dmalloc:-no}" >&5
 echo "${ECHO_T}${with_dmalloc:-no}" >&6
 
 case ".$with_cflags" in
@@ -6210,23 +6220,23 @@
 esac
 
 if test "$with_dmalloc" = yes ; then
-       echo "$as_me:6213: checking for dmalloc.h" >&5
+       echo "$as_me:6223: checking for dmalloc.h" >&5
 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
 if test "${ac_cv_header_dmalloc_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 6219 "configure"
+#line 6229 "configure"
 #include "confdefs.h"
 #include <dmalloc.h>
 _ACEOF
-if { (eval echo "$as_me:6223: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:6233: \"$ac_cpp "conftest.$ac_ext"\"") >&5
   (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   $EGREP -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6229: \$? = $ac_status" >&5
+  echo "$as_me:6239: \$? = $ac_status" >&5
   (exit "$ac_status"); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6245,11 +6255,11 @@
 fi
 rm -f conftest.err "conftest.$ac_ext"
 fi
-echo "$as_me:6248: result: $ac_cv_header_dmalloc_h" >&5
+echo "$as_me:6258: result: $ac_cv_header_dmalloc_h" >&5
 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
 if test "$ac_cv_header_dmalloc_h" = yes; then
 
-echo "$as_me:6252: checking for dmalloc_debug in -ldmalloc" >&5
+echo "$as_me:6262: checking for dmalloc_debug in -ldmalloc" >&5
 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6
 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6257,7 +6267,7 @@
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldmalloc  $LIBS"
 cat >"conftest.$ac_ext" <<_ACEOF
-#line 6260 "configure"
+#line 6270 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -6276,16 +6286,16 @@
 }
 _ACEOF
 rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:6279: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6289: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6282: \$? = $ac_status" >&5
+  echo "$as_me:6292: \$? = $ac_status" >&5
   (exit "$ac_status"); } &&
          { ac_try='test -s "conftest$ac_exeext"'
-  { (eval echo "$as_me:6285: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6295: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6288: \$? = $ac_status" >&5
+  echo "$as_me:6298: \$? = $ac_status" >&5
   (exit "$ac_status"); }; }; then
   ac_cv_lib_dmalloc_dmalloc_debug=yes
 else
@@ -6296,7 +6306,7 @@
 rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:6299: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
+echo "$as_me:6309: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6
 if test "$ac_cv_lib_dmalloc_dmalloc_debug" = yes; then
   cat >>confdefs.h <<EOF
@@ -6311,7 +6321,7 @@
 
 fi
 
-echo "$as_me:6314: checking if you want to use dbmalloc for testing" >&5
+echo "$as_me:6324: checking if you want to use dbmalloc for testing" >&5
 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6
 
 # Check whether --with-dbmalloc or --without-dbmalloc was given.
@@ -6333,7 +6343,7 @@
 else
   with_dbmalloc=
 fi;
-echo "$as_me:6336: result: ${with_dbmalloc:-no}" >&5
+echo "$as_me:6346: result: ${with_dbmalloc:-no}" >&5
 echo "${ECHO_T}${with_dbmalloc:-no}" >&6
 
 case ".$with_cflags" in
@@ -6447,23 +6457,23 @@
 esac
 
 if test "$with_dbmalloc" = yes ; then
-       echo "$as_me:6450: checking for dbmalloc.h" >&5
+       echo "$as_me:6460: checking for dbmalloc.h" >&5
 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6
 if test "${ac_cv_header_dbmalloc_h+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 6456 "configure"
+#line 6466 "configure"
 #include "confdefs.h"
 #include <dbmalloc.h>
 _ACEOF
-if { (eval echo "$as_me:6460: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:6470: \"$ac_cpp "conftest.$ac_ext"\"") >&5
   (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   $EGREP -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:6466: \$? = $ac_status" >&5
+  echo "$as_me:6476: \$? = $ac_status" >&5
   (exit "$ac_status"); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6482,11 +6492,11 @@
 fi
 rm -f conftest.err "conftest.$ac_ext"
 fi
-echo "$as_me:6485: result: $ac_cv_header_dbmalloc_h" >&5
+echo "$as_me:6495: result: $ac_cv_header_dbmalloc_h" >&5
 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6
 if test "$ac_cv_header_dbmalloc_h" = yes; then
 
-echo "$as_me:6489: checking for debug_malloc in -ldbmalloc" >&5
+echo "$as_me:6499: checking for debug_malloc in -ldbmalloc" >&5
 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6
 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6494,7 +6504,7 @@
   ac_check_lib_save_LIBS=$LIBS
 LIBS="-ldbmalloc  $LIBS"
 cat >"conftest.$ac_ext" <<_ACEOF
-#line 6497 "configure"
+#line 6507 "configure"
 #include "confdefs.h"
 
 /* Override any gcc2 internal prototype to avoid an error.  */
@@ -6513,16 +6523,16 @@
 }
 _ACEOF
 rm -f "conftest.$ac_objext" "conftest$ac_exeext"
-if { (eval echo "$as_me:6516: \"$ac_link\"") >&5
+if { (eval echo "$as_me:6526: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:6519: \$? = $ac_status" >&5
+  echo "$as_me:6529: \$? = $ac_status" >&5
   (exit "$ac_status"); } &&
          { ac_try='test -s "conftest$ac_exeext"'
-  { (eval echo "$as_me:6522: \"$ac_try\"") >&5
+  { (eval echo "$as_me:6532: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:6525: \$? = $ac_status" >&5
+  echo "$as_me:6535: \$? = $ac_status" >&5
   (exit "$ac_status"); }; }; then
   ac_cv_lib_dbmalloc_debug_malloc=yes
 else
@@ -6533,7 +6543,7 @@
 rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext"
 LIBS=$ac_check_lib_save_LIBS
 fi
-echo "$as_me:6536: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
+echo "$as_me:6546: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6
 if test "$ac_cv_lib_dbmalloc_debug_malloc" = yes; then
   cat >>confdefs.h <<EOF
@@ -6548,7 +6558,7 @@
 
 fi
 
-echo "$as_me:6551: checking if you want to use valgrind for testing" >&5
+echo "$as_me:6561: checking if you want to use valgrind for testing" >&5
 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6
 
 # Check whether --with-valgrind or --without-valgrind was given.
@@ -6570,7 +6580,7 @@
 else
   with_valgrind=
 fi;
-echo "$as_me:6573: result: ${with_valgrind:-no}" >&5
+echo "$as_me:6583: result: ${with_valgrind:-no}" >&5
 echo "${ECHO_T}${with_valgrind:-no}" >&6
 
 case ".$with_cflags" in
@@ -6683,7 +6693,7 @@
        ;;
 esac
 
-echo "$as_me:6686: checking if you want to perform memory-leak testing" >&5
+echo "$as_me:6696: checking if you want to perform memory-leak testing" >&5
 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" 
>&6
 
 # Check whether --enable-leaks or --disable-leaks was given.
@@ -6694,7 +6704,7 @@
   enable_leaks=yes
 fi;
 if test "x$enable_leaks" = xno; then with_no_leaks=yes; else with_no_leaks=no; 
fi
-echo "$as_me:6697: result: $with_no_leaks" >&5
+echo "$as_me:6707: result: $with_no_leaks" >&5
 echo "${ECHO_T}$with_no_leaks" >&6
 
 if test "$enable_leaks" = no ; then
@@ -6711,7 +6721,7 @@
 
 # Extract the first word of "groff", so it can be a program name with args.
 set dummy groff; ac_word=$2
-echo "$as_me:6714: checking for $ac_word" >&5
+echo "$as_me:6724: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_GROFF_PATH+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6728,7 +6738,7 @@
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_GROFF_PATH="$ac_dir/$ac_word"
-   echo "$as_me:6731: found $ac_dir/$ac_word" >&5
+   echo "$as_me:6741: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -6740,10 +6750,10 @@
 GROFF_PATH=$ac_cv_path_GROFF_PATH
 
 if test -n "$GROFF_PATH"; then
-  echo "$as_me:6743: result: $GROFF_PATH" >&5
+  echo "$as_me:6753: result: $GROFF_PATH" >&5
 echo "${ECHO_T}$GROFF_PATH" >&6
 else
-  echo "$as_me:6746: result: no" >&5
+  echo "$as_me:6756: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -6751,7 +6761,7 @@
 do
   # Extract the first word of "$ac_prog", so it can be a program name with 
args.
 set dummy $ac_prog; ac_word=$2
-echo "$as_me:6754: checking for $ac_word" >&5
+echo "$as_me:6764: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_NROFF_PATH+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6768,7 +6778,7 @@
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_NROFF_PATH="$ac_dir/$ac_word"
-   echo "$as_me:6771: found $ac_dir/$ac_word" >&5
+   echo "$as_me:6781: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -6779,10 +6789,10 @@
 NROFF_PATH=$ac_cv_path_NROFF_PATH
 
 if test -n "$NROFF_PATH"; then
-  echo "$as_me:6782: result: $NROFF_PATH" >&5
+  echo "$as_me:6792: result: $NROFF_PATH" >&5
 echo "${ECHO_T}$NROFF_PATH" >&6
 else
-  echo "$as_me:6785: result: no" >&5
+  echo "$as_me:6795: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -6792,7 +6802,7 @@
 
 # Extract the first word of "tbl", so it can be a program name with args.
 set dummy tbl; ac_word=$2
-echo "$as_me:6795: checking for $ac_word" >&5
+echo "$as_me:6805: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_TBL_PATH+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6809,7 +6819,7 @@
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_TBL_PATH="$ac_dir/$ac_word"
-   echo "$as_me:6812: found $ac_dir/$ac_word" >&5
+   echo "$as_me:6822: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -6821,10 +6831,10 @@
 TBL_PATH=$ac_cv_path_TBL_PATH
 
 if test -n "$TBL_PATH"; then
-  echo "$as_me:6824: result: $TBL_PATH" >&5
+  echo "$as_me:6834: result: $TBL_PATH" >&5
 echo "${ECHO_T}$TBL_PATH" >&6
 else
-  echo "$as_me:6827: result: no" >&5
+  echo "$as_me:6837: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -6844,7 +6854,7 @@
 (x|xyes)
        # Extract the first word of "man2html", so it can be a program name 
with args.
 set dummy man2html; ac_word=$2
-echo "$as_me:6847: checking for $ac_word" >&5
+echo "$as_me:6857: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_cf_man2html+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6861,7 +6871,7 @@
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_cf_man2html="$ac_dir/$ac_word"
-   echo "$as_me:6864: found $ac_dir/$ac_word" >&5
+   echo "$as_me:6874: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -6873,16 +6883,16 @@
 cf_man2html=$ac_cv_path_cf_man2html
 
 if test -n "$cf_man2html"; then
-  echo "$as_me:6876: result: $cf_man2html" >&5
+  echo "$as_me:6886: result: $cf_man2html" >&5
 echo "${ECHO_T}$cf_man2html" >&6
 else
-  echo "$as_me:6879: result: no" >&5
+  echo "$as_me:6889: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
        case "x$cf_man2html" in
        (x/*)
-               echo "$as_me:6885: checking for the modified Earl Hood script" 
>&5
+               echo "$as_me:6895: checking for the modified Earl Hood script" 
>&5
 echo $ECHO_N "checking for the modified Earl Hood script... $ECHO_C" >&6
                if ( $cf_man2html -help 2>&1 | grep 'Make an index of headers 
at the end' >/dev/null )
                then
@@ -6891,7 +6901,7 @@
                        cf_man2html=no
                        cf_man2html_ok=no
                fi
-               echo "$as_me:6894: result: $cf_man2html_ok" >&5
+               echo "$as_me:6904: result: $cf_man2html_ok" >&5
 echo "${ECHO_T}$cf_man2html_ok" >&6
                ;;
        (*)
@@ -6900,7 +6910,7 @@
        esac
 esac
 
-echo "$as_me:6903: checking for program to convert manpage to html" >&5
+echo "$as_me:6913: checking for program to convert manpage to html" >&5
 echo $ECHO_N "checking for program to convert manpage to html... $ECHO_C" >&6
 
 # Check whether --with-man2html or --without-man2html was given.
@@ -6915,11 +6925,11 @@
 
 case $cf_man2html in
 (yes)
-       echo "$as_me:6918: result: man2html" >&5
+       echo "$as_me:6928: result: man2html" >&5
 echo "${ECHO_T}man2html" >&6
        # Extract the first word of "man2html", so it can be a program name 
with args.
 set dummy man2html; ac_word=$2
-echo "$as_me:6922: checking for $ac_word" >&5
+echo "$as_me:6932: checking for $ac_word" >&5
 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
 if test "${ac_cv_path_cf_man2html+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6936,7 +6946,7 @@
   test -z "$ac_dir" && ac_dir=.
   if $as_executable_p "$ac_dir/$ac_word"; then
    ac_cv_path_cf_man2html="$ac_dir/$ac_word"
-   echo "$as_me:6939: found $ac_dir/$ac_word" >&5
+   echo "$as_me:6949: found $ac_dir/$ac_word" >&5
    break
 fi
 done
@@ -6948,10 +6958,10 @@
 cf_man2html=$ac_cv_path_cf_man2html
 
 if test -n "$cf_man2html"; then
-  echo "$as_me:6951: result: $cf_man2html" >&5
+  echo "$as_me:6961: result: $cf_man2html" >&5
 echo "${ECHO_T}$cf_man2html" >&6
 else
-  echo "$as_me:6954: result: no" >&5
+  echo "$as_me:6964: result: no" >&5
 echo "${ECHO_T}no" >&6
 fi
 
@@ -6959,11 +6969,11 @@
 (no|groff|*/groff*)
        cf_with_groff=yes
        cf_man2html=$GROFF_PATH
-       echo "$as_me:6962: result: $cf_man2html" >&5
+       echo "$as_me:6972: result: $cf_man2html" >&5
 echo "${ECHO_T}$cf_man2html" >&6
        ;;
 (*)
-       echo "$as_me:6966: result: $cf_man2html" >&5
+       echo "$as_me:6976: result: $cf_man2html" >&5
 echo "${ECHO_T}$cf_man2html" >&6
        ;;
 esac
@@ -7004,12 +7014,12 @@
        # disable hyphenation if this is groff
        if test "x$GROFF_PATH" != xno
        then
-               echo "$as_me:7007: checking if nroff is really groff" >&5
+               echo "$as_me:7017: checking if nroff is really groff" >&5
 echo $ECHO_N "checking if nroff is really groff... $ECHO_C" >&6
                cf_check_groff="`$NROFF_PATH --version 2>/dev/null | grep 
groff`"
                test -n "$cf_check_groff" && cf_check_groff=yes
                test -n "$cf_check_groff" || cf_check_groff=no
-               echo "$as_me:7012: result: $cf_check_groff" >&5
+               echo "$as_me:7022: result: $cf_check_groff" >&5
 echo "${ECHO_T}$cf_check_groff" >&6
                test "x$cf_check_groff" = xyes && NROFF_OPTS="-rHY=0"
        fi
@@ -7040,14 +7050,14 @@
        cf_man2html=`echo "$cf_man2html" | sed -e s%NONE%$cf_path_syntax%`
        ;;
 (*)
-       { { echo "$as_me:7043: error: expected a pathname, not 
\"$cf_man2html\"" >&5
+       { { echo "$as_me:7053: error: expected a pathname, not 
\"$cf_man2html\"" >&5
 echo "$as_me: error: expected a pathname, not \"$cf_man2html\"" >&2;}
    { (exit 1); exit 1; }; }
        ;;
 esac
 
        MAN2HTML_PATH="$cf_man2html"
-       echo "$as_me:7050: checking for $cf_man2html top/bottom margins" >&5
+       echo "$as_me:7060: checking for $cf_man2html top/bottom margins" >&5
 echo $ECHO_N "checking for $cf_man2html top/bottom margins... $ECHO_C" >&6
 
        # for this example, expect 3 lines of content, the remainder is 
head/foot
@@ -7065,10 +7075,10 @@
        cf_man2html_bot=`expr "$cf_man2html_bot" - 2 - "$cf_man2html_top"`
        cf_man2html_top_bot="-topm=$cf_man2html_top -botm=$cf_man2html_bot"
 
-       echo "$as_me:7068: result: $cf_man2html_top_bot" >&5
+       echo "$as_me:7078: result: $cf_man2html_top_bot" >&5
 echo "${ECHO_T}$cf_man2html_top_bot" >&6
 
-       echo "$as_me:7071: checking for pagesize to use" >&5
+       echo "$as_me:7081: checking for pagesize to use" >&5
 echo $ECHO_N "checking for pagesize to use... $ECHO_C" >&6
        for cf_block in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
        do
@@ -7093,7 +7103,7 @@
        test "$cf_man2html_page" -gt 100 && cf_man2html_page=99999
 
        rm -rf conftest*
-       echo "$as_me:7096: result: $cf_man2html_page" >&5
+       echo "$as_me:7106: result: $cf_man2html_page" >&5
 echo "${ECHO_T}$cf_man2html_page" >&6
 
        cat >>$MAN2HTML_TEMP <<CF_EOF
@@ -7112,13 +7122,13 @@
 
 chmod 700 $MAN2HTML_TEMP
 
-echo "$as_me:7115: checking for ANSI C header files" >&5
+echo "$as_me:7125: checking for ANSI C header files" >&5
 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
 if test "${ac_cv_header_stdc+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 7121 "configure"
+#line 7131 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 #include <stdarg.h>
@@ -7126,13 +7136,13 @@
 #include <float.h>
 
 _ACEOF
-if { (eval echo "$as_me:7129: \"$ac_cpp "conftest.$ac_ext"\"") >&5
+if { (eval echo "$as_me:7139: \"$ac_cpp "conftest.$ac_ext"\"") >&5
   (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1
   ac_status=$?
   $EGREP -v '^ *\+' conftest.er1 >conftest.err
   rm -f conftest.er1
   cat conftest.err >&5
-  echo "$as_me:7135: \$? = $ac_status" >&5
+  echo "$as_me:7145: \$? = $ac_status" >&5
   (exit "$ac_status"); } >/dev/null; then
   if test -s conftest.err; then
     ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7154,7 +7164,7 @@
 if test $ac_cv_header_stdc = yes; then
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 7157 "configure"
+#line 7167 "configure"
 #include "confdefs.h"
 #include <string.h>
 
@@ -7172,7 +7182,7 @@
 if test $ac_cv_header_stdc = yes; then
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 7175 "configure"
+#line 7185 "configure"
 #include "confdefs.h"
 #include <stdlib.h>
 
@@ -7193,7 +7203,7 @@
   :
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 7196 "configure"
+#line 7206 "configure"
 #include "confdefs.h"
 #include <ctype.h>
 #if ((' ' & 0x0FF) == 0x020)
@@ -7219,15 +7229,15 @@
 }
 _ACEOF
 rm -f "conftest$ac_exeext"
-if { (eval echo "$as_me:7222: \"$ac_link\"") >&5
+if { (eval echo "$as_me:7232: \"$ac_link\"") >&5
   (eval $ac_link) 2>&5
   ac_status=$?
-  echo "$as_me:7225: \$? = $ac_status" >&5
+  echo "$as_me:7235: \$? = $ac_status" >&5
   (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"'
-  { (eval echo "$as_me:7227: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7237: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7230: \$? = $ac_status" >&5
+  echo "$as_me:7240: \$? = $ac_status" >&5
   (exit "$ac_status"); }; }; then
   :
 else
@@ -7240,7 +7250,7 @@
 fi
 fi
 fi
-echo "$as_me:7243: result: $ac_cv_header_stdc" >&5
+echo "$as_me:7253: result: $ac_cv_header_stdc" >&5
 echo "${ECHO_T}$ac_cv_header_stdc" >&6
 if test $ac_cv_header_stdc = yes; then
 
@@ -7256,28 +7266,28 @@
                   inttypes.h stdint.h unistd.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-echo "$as_me:7259: checking for $ac_header" >&5
+echo "$as_me:7269: checking for $ac_header" >&5
 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 7265 "configure"
+#line 7275 "configure"
 #include "confdefs.h"
 $ac_includes_default
 #include <$ac_header>
 _ACEOF
 rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7271: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7281: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7274: \$? = $ac_status" >&5
+  echo "$as_me:7284: \$? = $ac_status" >&5
   (exit "$ac_status"); } &&
          { ac_try='test -s "conftest.$ac_objext"'
-  { (eval echo "$as_me:7277: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7287: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7280: \$? = $ac_status" >&5
+  echo "$as_me:7290: \$? = $ac_status" >&5
   (exit "$ac_status"); }; }; then
   eval "$as_ac_Header=yes"
 else
@@ -7287,7 +7297,7 @@
 fi
 rm -f "conftest.$ac_objext" "conftest.$ac_ext"
 fi
-echo "$as_me:7290: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
+echo "$as_me:7300: result: `eval echo '${'"$as_ac_Header"'}'`" >&5
 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6
 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then
   cat >>confdefs.h <<EOF
@@ -7297,13 +7307,13 @@
 fi
 done
 
-echo "$as_me:7300: checking for mode_t" >&5
+echo "$as_me:7310: checking for mode_t" >&5
 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6
 if test "${ac_cv_type_mode_t+set}" = set; then
   echo $ECHO_N "(cached) $ECHO_C" >&6
 else
   cat >"conftest.$ac_ext" <<_ACEOF
-#line 7306 "configure"
+#line 7316 "configure"
 #include "confdefs.h"
 $ac_includes_default
 int
@@ -7318,16 +7328,16 @@
 }
 _ACEOF
 rm -f "conftest.$ac_objext"
-if { (eval echo "$as_me:7321: \"$ac_compile\"") >&5
+if { (eval echo "$as_me:7331: \"$ac_compile\"") >&5
   (eval $ac_compile) 2>&5
   ac_status=$?
-  echo "$as_me:7324: \$? = $ac_status" >&5
+  echo "$as_me:7334: \$? = $ac_status" >&5
   (exit "$ac_status"); } &&
          { ac_try='test -s "conftest.$ac_objext"'
-  { (eval echo "$as_me:7327: \"$ac_try\"") >&5
+  { (eval echo "$as_me:7337: \"$ac_try\"") >&5
   (eval $ac_try) 2>&5
   ac_status=$?
-  echo "$as_me:7330: \$? = $ac_status" >&5
+  echo "$as_me:7340: \$? = $ac_status" >&5
   (exit "$ac_status"); }; }; then
   ac_cv_type_mode_t=yes
 else
@@ -7337,7 +7347,7 @@
 fi
 rm -f "conftest.$ac_objext" "conftest.$ac_ext"
 fi
-echo "$as_me:7340: result: $ac_cv_type_mode_t" >&5
+echo "$as_me:7350: result: $ac_cv_type_mode_t" >&5
 echo "${ECHO_T}$ac_cv_type_mode_t" >&6
 if test "$ac_cv_type_mode_t" = yes; then
   :
@@ -7430,7 +7440,7 @@
 : "${CONFIG_STATUS=./config.status}"
 ac_clean_files_save=$ac_clean_files
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-{ echo "$as_me:7433: creating $CONFIG_STATUS" >&5
+{ echo "$as_me:7443: creating $CONFIG_STATUS" >&5
 echo "$as_me: creating $CONFIG_STATUS" >&6;}
 cat >"$CONFIG_STATUS" <<_ACEOF
 #! $SHELL
@@ -7563,7 +7573,7 @@
 cat >>"$CONFIG_STATUS" <<EOF
 ac_cs_version="\\
 config.status
-configured by $0, generated by GNU Autoconf 2.52.20221009,
+configured by $0, generated by GNU Autoconf 2.52.20221202,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
 Copyright 2003-2021,2022       Thomas E. Dickey
@@ -7608,7 +7618,7 @@
     echo "$ac_cs_version"; exit 0 ;;
   --he | --h)
     # Conflict between --help and --header
-    { { echo "$as_me:7611: error: ambiguous option: $1
+    { { echo "$as_me:7621: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: ambiguous option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -7627,7 +7637,7 @@
     ac_need_defaults=false;;
 
   # This is an error.
-  -*) { { echo "$as_me:7630: error: unrecognized option: $1
+  -*) { { echo "$as_me:7640: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&5
 echo "$as_me: error: unrecognized option: $1
 Try \`$0 --help' for more information." >&2;}
@@ -7646,7 +7656,7 @@
 ## Running config.status.  ##
 ## ----------------------- ##
 
-This file was extended by $as_me 2.52.20221009, executed with
+This file was extended by $as_me 2.52.20221202, executed with
   CONFIG_FILES    = $CONFIG_FILES
   CONFIG_HEADERS  = $CONFIG_HEADERS
   CONFIG_LINKS    = $CONFIG_LINKS
@@ -7664,7 +7674,7 @@
   # Handling of arguments.
   "makefile" ) CONFIG_FILES="$CONFIG_FILES makefile" ;;
   "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config_h.in" ;;
-  *) { { echo "$as_me:7667: error: invalid argument: $ac_config_target" >&5
+  *) { { echo "$as_me:7677: error: invalid argument: $ac_config_target" >&5
 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
    { (exit 1); exit 1; }; };;
   esac
@@ -7935,7 +7945,7 @@
   esac
 
   if test x"$ac_file" != x-; then
-    { echo "$as_me:7938: creating $ac_file" >&5
+    { echo "$as_me:7948: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
     rm -f "$ac_file"
   fi
@@ -7953,7 +7963,7 @@
       -) echo "$tmp"/stdin ;;
       [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:7956: error: cannot find input file: 
$f" >&5
+         test -f "$f" || { { echo "$as_me:7966: error: cannot find input file: 
$f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo "$f";;
@@ -7966,7 +7976,7 @@
            echo "$srcdir/$f"
          else
            # /dev/null tree
-           { { echo "$as_me:7969: error: cannot find input file: $f" >&5
+           { { echo "$as_me:7979: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -7982,7 +7992,7 @@
       if test -n "$ac_seen"; then
         ac_used=`grep '@datarootdir@' "$ac_item"`
         if test -z "$ac_used"; then
-          { echo "$as_me:7985: WARNING: datarootdir was used implicitly but 
not set:
+          { echo "$as_me:7995: WARNING: datarootdir was used implicitly but 
not set:
 $ac_seen" >&5
 echo "$as_me: WARNING: datarootdir was used implicitly but not set:
 $ac_seen" >&2;}
@@ -7991,7 +8001,7 @@
       fi
       ac_seen=`grep '${datarootdir}' "$ac_item"`
       if test -n "$ac_seen"; then
-        { echo "$as_me:7994: WARNING: datarootdir was used explicitly but not 
set:
+        { echo "$as_me:8004: WARNING: datarootdir was used explicitly but not 
set:
 $ac_seen" >&5
 echo "$as_me: WARNING: datarootdir was used explicitly but not set:
 $ac_seen" >&2;}
@@ -8036,7 +8046,7 @@
             ac_init=`$EGREP '[         ]*'$ac_name'[   ]*=' "$ac_file"`
             if test -z "$ac_init"; then
               ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'`
-              { echo "$as_me:8039: WARNING: Variable $ac_name is used but was 
not set:
+              { echo "$as_me:8049: WARNING: Variable $ac_name is used but was 
not set:
 $ac_seen" >&5
 echo "$as_me: WARNING: Variable $ac_name is used but was not set:
 $ac_seen" >&2;}
@@ -8047,7 +8057,7 @@
     $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out
     if test -s "$tmp"/out; then
       ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out`
-      { echo "$as_me:8050: WARNING: Some variables may not be substituted:
+      { echo "$as_me:8060: WARNING: Some variables may not be substituted:
 $ac_seen" >&5
 echo "$as_me: WARNING: Some variables may not be substituted:
 $ac_seen" >&2;}
@@ -8096,7 +8106,7 @@
   * )   ac_file_in=$ac_file.in ;;
   esac
 
-  test x"$ac_file" != x- && { echo "$as_me:8099: creating $ac_file" >&5
+  test x"$ac_file" != x- && { echo "$as_me:8109: creating $ac_file" >&5
 echo "$as_me: creating $ac_file" >&6;}
 
   # First look for the input files in the build tree, otherwise in the
@@ -8107,7 +8117,7 @@
       -) echo "$tmp"/stdin ;;
       [\\/$]*)
          # Absolute (can't be DOS-style, as IFS=:)
-         test -f "$f" || { { echo "$as_me:8110: error: cannot find input file: 
$f" >&5
+         test -f "$f" || { { echo "$as_me:8120: error: cannot find input file: 
$f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          echo $f;;
@@ -8120,7 +8130,7 @@
            echo "$srcdir/$f"
          else
            # /dev/null tree
-           { { echo "$as_me:8123: error: cannot find input file: $f" >&5
+           { { echo "$as_me:8133: error: cannot find input file: $f" >&5
 echo "$as_me: error: cannot find input file: $f" >&2;}
    { (exit 1); exit 1; }; }
          fi;;
@@ -8238,7 +8248,7 @@
   rm -f "$tmp"/in
   if test x"$ac_file" != x-; then
     if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then
-      { echo "$as_me:8241: $ac_file is unchanged" >&5
+      { echo "$as_me:8251: $ac_file is unchanged" >&5
 echo "$as_me: $ac_file is unchanged" >&6;}
     else
       ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/configure.in 
new/byacc-20221229/configure.in
--- old/byacc-20221106/configure.in     2022-01-28 14:50:10.000000000 +0100
+++ new/byacc-20221229/configure.in     2022-12-29 11:35:09.000000000 +0100
@@ -1,7 +1,7 @@
 dnl Process this file with 'autoconf' to produce a 'configure' script
-dnl $Id: configure.in,v 1.26 2022/01/28 13:50:10 tom Exp $
+dnl $Id: configure.in,v 1.27 2022/12/29 10:35:09 tom Exp $
 AC_PREREQ(2.52.20200802)
-AC_REVISION($Revision: 1.26 $)
+AC_REVISION($Revision: 1.27 $)
 AC_INIT(main.c)
 AC_CONFIG_HEADER(config.h:config_h.in)
 
@@ -41,9 +41,11 @@
 fi
 
 AC_MSG_CHECKING(if backtracking extension is wanted)
-AC_ARG_ENABLE([btyacc],
-  [AC_HELP_STRING([--enable-btyacc],
-     [disable support for the btyacc backtracking extension (default: 
enabled)])])
+CF_ARG_DISABLE([btyacc],
+  [AC_HELP_STRING([--disable-btyacc],
+     [disable support for the btyacc backtracking extension (default: 
enabled)])],
+        [enable_btyacc=no],
+        [enable_btyacc=yes])
 AC_MSG_RESULT($enable_btyacc)
 if test "$enable_btyacc" = "no"; then
        SKELETON=yaccpar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/package/byacc.spec 
new/byacc-20221229/package/byacc.spec
--- old/byacc-20221106/package/byacc.spec       2022-11-06 16:51:43.000000000 
+0100
+++ new/byacc-20221229/package/byacc.spec       2022-12-29 11:23:05.000000000 
+0100
@@ -1,12 +1,12 @@
 Summary: public domain Berkeley LALR Yacc parser generator
 
 %global AppVersion 2.0
-%global AppPatched 20221106
+%global AppPatched 20221229
 
 %global AltProgram byacc2
 %global UseProgram yacc
 
-# $Id: byacc.spec,v 1.68 2022/11/06 15:51:43 tom Exp $
+# $Id: byacc.spec,v 1.69 2022/12/29 10:23:05 tom Exp $
 Name: byacc
 Version: %{AppVersion}.%{AppPatched}
 Release: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/package/debian/changelog 
new/byacc-20221229/package/debian/changelog
--- old/byacc-20221106/package/debian/changelog 2022-11-06 16:51:43.000000000 
+0100
+++ new/byacc-20221229/package/debian/changelog 2022-12-29 11:23:05.000000000 
+0100
@@ -1,3 +1,9 @@
+byacc (1:2.0.20221229) unstable; urgency=low
+
+  * maintenance updates
+
+ -- Thomas E. Dickey <dic...@invisible-island.net>  Thu, 29 Dec 2022 05:23:05 
-0500
+
 byacc (1:2.0.20221106) unstable; urgency=low
 
   * maintenance updates
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/package/mingw-byacc.spec 
new/byacc-20221229/package/mingw-byacc.spec
--- old/byacc-20221106/package/mingw-byacc.spec 2022-11-06 16:51:43.000000000 
+0100
+++ new/byacc-20221229/package/mingw-byacc.spec 2022-12-29 11:23:05.000000000 
+0100
@@ -1,11 +1,11 @@
 Summary: public domain Berkeley LALR Yacc parser generator
 
 %global AppVersion 2.0
-%global AppPatched 20221106
+%global AppPatched 20221229
 
 %global UseProgram yacc
 
-# $Id: mingw-byacc.spec,v 1.45 2022/11/06 15:51:43 tom Exp $
+# $Id: mingw-byacc.spec,v 1.46 2022/12/29 10:23:05 tom Exp $
 Name: byacc
 Version: %{AppVersion}.%{AppPatched}
 Release: 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/byacc-20221106/package/pkgsrc/Makefile 
new/byacc-20221229/package/pkgsrc/Makefile
--- old/byacc-20221106/package/pkgsrc/Makefile  2022-11-06 16:51:43.000000000 
+0100
+++ new/byacc-20221229/package/pkgsrc/Makefile  2022-12-29 11:23:05.000000000 
+0100
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.24 2021/08/14 01:04:32 mef Exp $
 #
 
-DISTNAME=      byacc-20221106
+DISTNAME=      byacc-20221229
 CATEGORIES=    devel
 MASTER_SITES=  https://invisible-mirror.net/archives/byacc/
 DIST_SUBDIR=   byacc-20220101

Reply via email to