Diff for /parser3/aclocal.m4 between versions 1.137 and 1.150

version 1.137, 2021/01/20 15:35:26 version 1.150, 2025/01/25 15:51:11
Line 1 Line 1
 # generated automatically by aclocal 1.16.1 -*- Autoconf -*-  # generated automatically by aclocal 1.16.3 -*- Autoconf -*-
   
 # Copyright (C) 1996-2018 Free Software Foundation, Inc.  # Copyright (C) 1996-2020 Free Software Foundation, Inc.
   
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 20  You have another version of autoconf.  I Line 20  You have another version of autoconf.  I
 If you have problems, you may need to regenerate the build system entirely.  If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 'autoreconf'.])])  To do so, use the procedure documented by the package, typically 'autoreconf'.])])
   
 # Copyright (C) 2002-2018 Free Software Foundation, Inc.  # Copyright (C) 2002-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 35  AC_DEFUN([AM_AUTOMAKE_VERSION], Line 35  AC_DEFUN([AM_AUTOMAKE_VERSION],
 [am__api_version='1.16'  [am__api_version='1.16'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to  dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.  dnl require some minimum version.  Point them to the right macro.
 m4_if([$1], [1.16.1], [],  m4_if([$1], [1.16.3], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl        [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])  ])
   
Line 51  m4_define([_AM_AUTOCONF_VERSION], []) Line 51  m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.  # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.  # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],  AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 [AM_AUTOMAKE_VERSION([1.16.1])dnl  [AM_AUTOMAKE_VERSION([1.16.3])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],  m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])  _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
   
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-  # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
   
 # Copyright (C) 2001-2018 Free Software Foundation, Inc.  # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 110  am_aux_dir=`cd "$ac_aux_dir" && pwd` Line 110  am_aux_dir=`cd "$ac_aux_dir" && pwd`
   
 # AM_CONDITIONAL                                            -*- Autoconf -*-  # AM_CONDITIONAL                                            -*- Autoconf -*-
   
 # Copyright (C) 1997-2018 Free Software Foundation, Inc.  # Copyright (C) 1997-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 141  AC_CONFIG_COMMANDS_PRE( Line 141  AC_CONFIG_COMMANDS_PRE(
 Usually this means the macro was only invoked conditionally.]])  Usually this means the macro was only invoked conditionally.]])
 fi])])  fi])])
   
 # Copyright (C) 1999-2018 Free Software Foundation, Inc.  # Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 332  _AM_SUBST_NOTMAKE([am__nodep])dnl Line 332  _AM_SUBST_NOTMAKE([am__nodep])dnl
   
 # Generate code to set up dependency tracking.              -*- Autoconf -*-  # Generate code to set up dependency tracking.              -*- Autoconf -*-
   
 # Copyright (C) 1999-2018 Free Software Foundation, Inc.  # Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 371  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS Line 371  AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS
   done    done
   if test $am_rc -ne 0; then    if test $am_rc -ne 0; then
     AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments      AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
     for automatic dependency tracking.  Try re-running configure with the      for automatic dependency tracking.  If GNU make was not used, consider
       re-running the configure script with MAKE="gmake" (or whatever is
       necessary).  You can also try re-running configure with the
     '--disable-dependency-tracking' option to at least be able to build      '--disable-dependency-tracking' option to at least be able to build
     the package (albeit without support for automatic dependency tracking).])      the package (albeit without support for automatic dependency tracking).])
   fi    fi
Line 398  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS] Line 400  AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS]
   
 # Do all the work for Automake.                             -*- Autoconf -*-  # Do all the work for Automake.                             -*- Autoconf -*-
   
 # Copyright (C) 1996-2018 Free Software Foundation, Inc.  # Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 595  for _am_header in $config_headers :; do Line 597  for _am_header in $config_headers :; do
 done  done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])  echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
   
 # Copyright (C) 2001-2018 Free Software Foundation, Inc.  # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 616  if test x"${install_sh+set}" != xset; th Line 618  if test x"${install_sh+set}" != xset; th
 fi  fi
 AC_SUBST([install_sh])])  AC_SUBST([install_sh])])
   
 # Copyright (C) 2003-2018 Free Software Foundation, Inc.  # Copyright (C) 2003-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 637  AC_SUBST([am__leading_dot])]) Line 639  AC_SUBST([am__leading_dot])])
   
 # Check to see how 'make' treats includes.                  -*- Autoconf -*-  # Check to see how 'make' treats includes.                  -*- Autoconf -*-
   
 # Copyright (C) 2001-2018 Free Software Foundation, Inc.  # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 680  AC_SUBST([am__quote])]) Line 682  AC_SUBST([am__quote])])
   
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-  # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
   
 # Copyright (C) 1997-2018 Free Software Foundation, Inc.  # Copyright (C) 1997-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 701  AC_DEFUN([AM_MISSING_HAS_RUN], Line 703  AC_DEFUN([AM_MISSING_HAS_RUN],
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl  [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 AC_REQUIRE_AUX_FILE([missing])dnl  AC_REQUIRE_AUX_FILE([missing])dnl
 if test x"${MISSING+set}" != xset; then  if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in    MISSING="\${SHELL} '$am_aux_dir/missing'"
   *\ * | *\     *)  
     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;  
   *)  
     MISSING="\${SHELL} $am_aux_dir/missing" ;;  
   esac  
 fi  fi
 # Use eval to expand $SHELL  # Use eval to expand $SHELL
 if eval "$MISSING --is-lightweight"; then  if eval "$MISSING --is-lightweight"; then
Line 717  else Line 714  else
 fi  fi
 ])  ])
   
 #  -*- Autoconf -*-  
 # Obsolete and "removed" macros, that must however still report explicit  
 # error messages when used, to smooth transition.  
 #  
 # Copyright (C) 1996-2018 Free Software Foundation, Inc.  
 #  
 # This file is free software; the Free Software Foundation  
 # gives unlimited permission to copy and/or distribute it,  
 # with or without modifications, as long as this notice is preserved.  
   
 AC_DEFUN([AM_CONFIG_HEADER],  
 [AC_DIAGNOSE([obsolete],  
 ['$0': this macro is obsolete.  
 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl  
 AC_CONFIG_HEADERS($@)])  
   
 AC_DEFUN([AM_PROG_CC_STDC],  
 [AC_PROG_CC  
 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc  
 AC_DIAGNOSE([obsolete],  
 ['$0': this macro is obsolete.  
 You should simply use the 'AC][_PROG_CC' macro instead.  
 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',  
 but upon 'ac_cv_prog_cc_stdc'.])])  
   
 AC_DEFUN([AM_C_PROTOTYPES],  
          [AC_FATAL([automatic de-ANSI-fication support has been removed])])  
 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])  
   
 # Helper functions for option handling.                     -*- Autoconf -*-  # Helper functions for option handling.                     -*- Autoconf -*-
   
 # Copyright (C) 2001-2018 Free Software Foundation, Inc.  # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 777  AC_DEFUN([_AM_SET_OPTIONS], Line 745  AC_DEFUN([_AM_SET_OPTIONS],
 AC_DEFUN([_AM_IF_OPTION],  AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])  [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
   
 # Copyright (C) 1999-2018 Free Software Foundation, Inc.  # Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 824  AC_LANG_POP([C])]) Line 792  AC_LANG_POP([C])])
 # For backward compatibility.  # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])  AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
   
 # Copyright (C) 2001-2018 Free Software Foundation, Inc.  # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 843  AC_DEFUN([AM_RUN_LOG], Line 811  AC_DEFUN([AM_RUN_LOG],
   
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-  # Check to make sure that the build environment is sane.    -*- Autoconf -*-
   
 # Copyright (C) 1996-2018 Free Software Foundation, Inc.  # Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 924  AC_CONFIG_COMMANDS_PRE( Line 892  AC_CONFIG_COMMANDS_PRE(
 rm -f conftest.file  rm -f conftest.file
 ])  ])
   
 # Copyright (C) 2009-2018 Free Software Foundation, Inc.  # Copyright (C) 2009-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 984  AC_SUBST([AM_BACKSLASH])dnl Line 952  AC_SUBST([AM_BACKSLASH])dnl
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl  _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])  ])
   
 # Copyright (C) 2001-2018 Free Software Foundation, Inc.  # Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 1012  fi Line 980  fi
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"  INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])  AC_SUBST([INSTALL_STRIP_PROGRAM])])
   
 # Copyright (C) 2006-2018 Free Software Foundation, Inc.  # Copyright (C) 2006-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,
Line 1031  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_ Line 999  AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_
   
 # Check how to create a tarball.                            -*- Autoconf -*-  # Check how to create a tarball.                            -*- Autoconf -*-
   
 # Copyright (C) 2004-2018 Free Software Foundation, Inc.  # Copyright (C) 2004-2020 Free Software Foundation, Inc.
 #  #
 # This file is free software; the Free Software Foundation  # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,  # gives unlimited permission to copy and/or distribute it,

Removed from v.1.137  
changed lines
  Added in v.1.150


E-mail: