diff options
author | Peter Simons <simons@cryp.to> | 2010-01-25 19:25:16 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2010-01-25 19:25:16 +0100 |
commit | c6b6f516499ec60026f27c7ef243f9bf0102ce13 (patch) | |
tree | 81757b5485a298285bb2331283356075abe0da47 | |
parent | 483da261b1a452ceb073eedccb0077b7a26cfde4 (diff) | |
download | autoconf-archive-c6b6f516499ec60026f27c7ef243f9bf0102ce13.tar.gz |
Assigned all macros a unique serial number.
The serial number corresponds to the number of commits that have
modified the macro in the Archive's Git repository. Refer to
http://www.gnu.org/software/libtool//manual/automake/Serials.html to
find out why these numbers are useful.
475 files changed, 953 insertions, 0 deletions
@@ -3,6 +3,11 @@ * Noteworthy changes in release ?.? (????-??-??) [?] + All macros have been assigned a unique serial number that corresponds to the + number of commits that have modified the macro in the Archive's Git + repository. Refer to the [[http://www.gnu.org/software/libtool//manual/automake/Serials.html][Automake documentation on serial numbers]] for further + details about why these numbers are useful. + The text of the all-permissive license has been augmented by an express warranty disclaimer as [[http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html][suggested by the Free Software Foundation]]. diff --git a/m4/ax_absolute_header.m4 b/m4/ax_absolute_header.m4 index 2360006..bfdf5d4 100644 --- a/m4/ax_absolute_header.m4 +++ b/m4/ax_absolute_header.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + dnl Copyright (C) 2006, 2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, diff --git a/m4/ax_ac_append_to_file.m4 b/m4/ax_ac_append_to_file.m4 index 774eac5..a231df4 100644 --- a/m4/ax_ac_append_to_file.m4 +++ b/m4/ax_ac_append_to_file.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_AC_APPEND_TO_FILE],[ AC_REQUIRE([AX_FILE_ESCAPES]) m4_esyscmd( diff --git a/m4/ax_ac_print_to_file.m4 b/m4/ax_ac_print_to_file.m4 index 747a4c4..b0a9ad7 100644 --- a/m4/ax_ac_print_to_file.m4 +++ b/m4/ax_ac_print_to_file.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_AC_PRINT_TO_FILE],[ m4_esyscmd( AC_REQUIRE([AX_FILE_ESCAPES]) diff --git a/m4/ax_add_am_macro.m4 b/m4/ax_add_am_macro.m4 index 21050cc..71af78d 100644 --- a/m4/ax_add_am_macro.m4 +++ b/m4/ax_add_am_macro.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_ADD_AM_MACRO],[ AC_REQUIRE([AX_AM_MACROS]) AX_APPEND_TO_FILE([$AMINCLUDE],[$1]) diff --git a/m4/ax_add_am_macro_static.m4 b/m4/ax_add_am_macro_static.m4 index 390e1f9..7538ba0 100644 --- a/m4/ax_add_am_macro_static.m4 +++ b/m4/ax_add_am_macro_static.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_ADD_AM_MACRO_STATIC],[ AC_REQUIRE([AX_AM_MACROS_STATIC]) AX_AC_APPEND_TO_FILE(AMINCLUDE_STATIC,[$1]) diff --git a/m4/ax_add_am_trilinos_makefile_export.m4 b/m4/ax_add_am_trilinos_makefile_export.m4 index 75986de..bcb7d71 100644 --- a/m4/ax_add_am_trilinos_makefile_export.m4 +++ b/m4/ax_add_am_trilinos_makefile_export.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_ADD_AM_TRILINOS_MAKEFILE_EXPORT],[ AC_REQUIRE([AX_TRILINOS_BASE]) AC_REQUIRE([AX_AM_MACROS]) diff --git a/m4/ax_add_recursive_am_macro.m4 b/m4/ax_add_recursive_am_macro.m4 index d585d9c..a7d930f 100644 --- a/m4/ax_add_recursive_am_macro.m4 +++ b/m4/ax_add_recursive_am_macro.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_ADD_RECURSIVE_AM_MACRO],[ AX_ADD_AM_MACRO([ $1-recursive: diff --git a/m4/ax_add_recursive_am_macro_static.m4 b/m4/ax_add_recursive_am_macro_static.m4 index e3d0fd2..2e5249f 100644 --- a/m4/ax_add_recursive_am_macro_static.m4 +++ b/m4/ax_add_recursive_am_macro_static.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_ADD_RECURSIVE_AM_MACRO_STATIC],[ AX_ADD_AM_MACRO_STATIC([ $1-recursive: diff --git a/m4/ax_afs.m4 b/m4/ax_afs.m4 index a6b67eb..66005c3 100644 --- a/m4/ax_afs.m4 +++ b/m4/ax_afs.m4 @@ -34,6 +34,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([SG_AFS], [AX_AFS]) AC_DEFUN([AX_AFS], [AC_ARG_WITH(afsdir, AC_HELP_STRING([--with-afsdir=DIR], diff --git a/m4/ax_am_jobserver.m4 b/m4/ax_am_jobserver.m4 index 32ee358..c1e4d4e 100644 --- a/m4/ax_am_jobserver.m4 +++ b/m4/ax_am_jobserver.m4 @@ -33,6 +33,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_AM_JOBSERVER], [ AC_REQUIRE([AX_COUNT_CPUS]) AC_REQUIRE([AX_AM_MACROS]) diff --git a/m4/ax_am_macros.m4 b/m4/ax_am_macros.m4 index cd4d2ba..a649569 100644 --- a/m4/ax_am_macros.m4 +++ b/m4/ax_am_macros.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_AM_MACROS], [ AC_MSG_NOTICE([adding automake macro support]) diff --git a/m4/ax_am_macros_static.m4 b/m4/ax_am_macros_static.m4 index 0d71d08..ca520a3 100644 --- a/m4/ax_am_macros_static.m4 +++ b/m4/ax_am_macros_static.m4 @@ -25,6 +25,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AMINCLUDE_STATIC],[aminclude_static.am]) AC_DEFUN([AX_AM_MACROS_STATIC], diff --git a/m4/ax_append_to_file.m4 b/m4/ax_append_to_file.m4 index 9711b73..5241060 100644 --- a/m4/ax_append_to_file.m4 +++ b/m4/ax_append_to_file.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_APPEND_TO_FILE],[ AC_REQUIRE([AX_FILE_ESCAPES]) printf "$2" >> "$1" diff --git a/m4/ax_arg_with_path_style.m4 b/m4/ax_arg_with_path_style.m4 index 7441b6e..ae1b515 100644 --- a/m4/ax_arg_with_path_style.m4 +++ b/m4/ax_arg_with_path_style.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_ARG_WITH_PATH_STYLE], [AX_ARG_WITH_PATH_STYLE]) AC_DEFUN([AX_ARG_WITH_PATH_STYLE], [ diff --git a/m4/ax_auto_include_headers.m4 b/m4/ax_auto_include_headers.m4 index f3980fe..cebd9ba 100644 --- a/m4/ax_auto_include_headers.m4 +++ b/m4/ax_auto_include_headers.m4 @@ -51,6 +51,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_AUTO_INCLUDE_HEADERS], [dnl AC_FOREACH([AX_Header], [$1], [dnl m4_pushdef([AX_IfDef], AS_TR_CPP(HAVE_[]AX_Header))dnl diff --git a/m4/ax_berkeley_db.m4 b/m4/ax_berkeley_db.m4 index e0ee42e..e387762 100644 --- a/m4/ax_berkeley_db.m4 +++ b/m4/ax_berkeley_db.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AC_DEFUN([AX_BERKELEY_DB], [ old_LIBS="$LIBS" diff --git a/m4/ax_blas.m4 b/m4/ax_blas.m4 index 96f2c15..2a8c72b 100644 --- a/m4/ax_blas.m4 +++ b/m4/ax_blas.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AU_ALIAS([ACX_BLAS], [AX_BLAS]) AC_DEFUN([AX_BLAS], [ AC_PREREQ(2.50) diff --git a/m4/ax_blas_f77_func.m4 b/m4/ax_blas_f77_func.m4 index 8fa592e..d9af350 100644 --- a/m4/ax_blas_f77_func.m4 +++ b/m4/ax_blas_f77_func.m4 @@ -52,6 +52,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([ACX_BLAS_F77_FUNC], [AX_BLAS_F77_FUNC]) AC_DEFUN([AX_BLAS_F77_FUNC], [ AC_PREREQ(2.50) diff --git a/m4/ax_boost_asio.m4 b/m4/ax_boost_asio.m4 index 4f2175b..a152c8b 100644 --- a/m4/ax_boost_asio.m4 +++ b/m4/ax_boost_asio.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_BOOST_ASIO], [ AC_ARG_WITH([boost-asio], diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index 3940aba..58fd82e 100644 --- a/m4/ax_boost_base.m4 +++ b/m4/ax_boost_base.m4 @@ -33,6 +33,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 11 + AC_DEFUN([AX_BOOST_BASE], [ AC_ARG_WITH([boost], diff --git a/m4/ax_boost_date_time.m4 b/m4/ax_boost_date_time.m4 index 261ea97..96e3f97 100644 --- a/m4/ax_boost_date_time.m4 +++ b/m4/ax_boost_date_time.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 11 + AC_DEFUN([AX_BOOST_DATE_TIME], [ AC_ARG_WITH([boost-date-time], diff --git a/m4/ax_boost_filesystem.m4 b/m4/ax_boost_filesystem.m4 index e3c1b44..5abc016 100644 --- a/m4/ax_boost_filesystem.m4 +++ b/m4/ax_boost_filesystem.m4 @@ -31,6 +31,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 12 + AC_DEFUN([AX_BOOST_FILESYSTEM], [ AC_ARG_WITH([boost-filesystem], diff --git a/m4/ax_boost_iostreams.m4 b/m4/ax_boost_iostreams.m4 index 7c3f9af..56a6b7d 100644 --- a/m4/ax_boost_iostreams.m4 +++ b/m4/ax_boost_iostreams.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_BOOST_IOSTREAMS], [ AC_ARG_WITH([boost-iostreams], diff --git a/m4/ax_boost_program_options.m4 b/m4/ax_boost_program_options.m4 index 8f5fa9b..4f4d60b 100644 --- a/m4/ax_boost_program_options.m4 +++ b/m4/ax_boost_program_options.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 12 + AC_DEFUN([AX_BOOST_PROGRAM_OPTIONS], [ AC_ARG_WITH([boost-program-options], diff --git a/m4/ax_boost_python.m4 b/m4/ax_boost_python.m4 index 7d32433..46bf4b0 100644 --- a/m4/ax_boost_python.m4 +++ b/m4/ax_boost_python.m4 @@ -51,6 +51,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_BOOST_PYTHON], [AC_REQUIRE([AX_PYTHON])dnl AC_CACHE_CHECK(whether the Boost::Python library is available, diff --git a/m4/ax_boost_regex.m4 b/m4/ax_boost_regex.m4 index c2d03a1..d01dd40 100644 --- a/m4/ax_boost_regex.m4 +++ b/m4/ax_boost_regex.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 11 + AC_DEFUN([AX_BOOST_REGEX], [ AC_ARG_WITH([boost-regex], diff --git a/m4/ax_boost_serialization.m4 b/m4/ax_boost_serialization.m4 index 9428343..7aa078d 100644 --- a/m4/ax_boost_serialization.m4 +++ b/m4/ax_boost_serialization.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_BOOST_SERIALIZATION], [ AC_ARG_WITH([boost-serialization], diff --git a/m4/ax_boost_signals.m4 b/m4/ax_boost_signals.m4 index dbcc6d7..5592af9 100644 --- a/m4/ax_boost_signals.m4 +++ b/m4/ax_boost_signals.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 11 + AC_DEFUN([AX_BOOST_SIGNALS], [ AC_ARG_WITH([boost-signals], diff --git a/m4/ax_boost_system.m4 b/m4/ax_boost_system.m4 index 53478c2..41f0d2c 100644 --- a/m4/ax_boost_system.m4 +++ b/m4/ax_boost_system.m4 @@ -31,6 +31,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_BOOST_SYSTEM], [ AC_ARG_WITH([boost-system], diff --git a/m4/ax_boost_test_exec_monitor.m4 b/m4/ax_boost_test_exec_monitor.m4 index cf72c94..cffc8cb 100644 --- a/m4/ax_boost_test_exec_monitor.m4 +++ b/m4/ax_boost_test_exec_monitor.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AC_DEFUN([AX_BOOST_TEST_EXEC_MONITOR], [ AC_ARG_WITH([boost-test-exec-monitor], diff --git a/m4/ax_boost_thread.m4 b/m4/ax_boost_thread.m4 index 7393b2c..5f9a28c 100644 --- a/m4/ax_boost_thread.m4 +++ b/m4/ax_boost_thread.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 14 + AC_DEFUN([AX_BOOST_THREAD], [ AC_ARG_WITH([boost-thread], diff --git a/m4/ax_boost_unit_test_framework.m4 b/m4/ax_boost_unit_test_framework.m4 index 062ed72..9d16f58 100644 --- a/m4/ax_boost_unit_test_framework.m4 +++ b/m4/ax_boost_unit_test_framework.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK], [ AC_ARG_WITH([boost-unit-test-framework], diff --git a/m4/ax_boost_wave.m4 b/m4/ax_boost_wave.m4 index 0e19b0a..5a5cadf 100644 --- a/m4/ax_boost_wave.m4 +++ b/m4/ax_boost_wave.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AC_DEFUN([AX_BOOST_WAVE], [ AC_ARG_WITH([boost-wave], diff --git a/m4/ax_boost_wserialization.m4 b/m4/ax_boost_wserialization.m4 index 2470d20..d3b498a 100644 --- a/m4/ax_boost_wserialization.m4 +++ b/m4/ax_boost_wserialization.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_BOOST_WSERIALIZATION], [ AC_ARG_WITH([boost-wserialization], diff --git a/m4/ax_c99_inline.m4 b/m4/ax_c99_inline.m4 index b6cbbd8..3f458d9 100644 --- a/m4/ax_c99_inline.m4 +++ b/m4/ax_c99_inline.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_C99_INLINE], [ AC_MSG_CHECKING([whether the compiler supports C99 inline functions]) AC_REQUIRE([AC_PROG_CC_C99]) diff --git a/m4/ax_c___attribute__.m4 b/m4/ax_c___attribute__.m4 index 06e13a4..6d46341 100644 --- a/m4/ax_c___attribute__.m4 +++ b/m4/ax_c___attribute__.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_C___ATTRIBUTE__], [ AC_CACHE_CHECK([for __attribute__], [ax_cv___attribute__], [AC_COMPILE_IFELSE( diff --git a/m4/ax_c_arithmetic_rshift.m4 b/m4/ax_c_arithmetic_rshift.m4 index d08eadc..4793649 100644 --- a/m4/ax_c_arithmetic_rshift.m4 +++ b/m4/ax_c_arithmetic_rshift.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_C_ARITHMETIC_RSHIFT], [ AC_CACHE_CHECK([whether right shift operation is arithmetic], [ax_cv_c_arithmetic_rshift], diff --git a/m4/ax_c_bigendian_cross.m4 b/m4/ax_c_bigendian_cross.m4 index b352b32..8e1b40c 100644 --- a/m4/ax_c_bigendian_cross.m4 +++ b/m4/ax_c_bigendian_cross.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_C_BIGENDIAN_CROSS], [AX_C_BIGENDIAN_CROSS]) AC_DEFUN([AX_C_BIGENDIAN_CROSS], [AC_CACHE_CHECK(whether byte ordering is bigendian, ac_cv_c_bigendian, diff --git a/m4/ax_c_check_flag.m4 b/m4/ax_c_check_flag.m4 index 6448bb6..ed93264 100644 --- a/m4/ax_c_check_flag.m4 +++ b/m4/ax_c_check_flag.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_C_CHECK_FLAG],[ AC_PREREQ([2.61]) AC_REQUIRE([AC_PROG_CC]) diff --git a/m4/ax_c_compile_value.m4 b/m4/ax_c_compile_value.m4 index 75fe906..a882f06 100644 --- a/m4/ax_c_compile_value.m4 +++ b/m4/ax_c_compile_value.m4 @@ -72,6 +72,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + ## Portability defines that help interoperate with classic and modern autoconfs ifdef([AC_TR_SH],[ define([AC_TR_SH_REUSE],[AC_TR_SH([$1])]) diff --git a/m4/ax_c_declare_block.m4 b/m4/ax_c_declare_block.m4 index def1233..162afc1 100644 --- a/m4/ax_c_declare_block.m4 +++ b/m4/ax_c_declare_block.m4 @@ -61,6 +61,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_C_DECLARE_BLOCK],[dnl AC_CACHE_CHECK( [if C variables must be declared at the beginning of a block], diff --git a/m4/ax_c_float_words_bigendian.m4 b/m4/ax_c_float_words_bigendian.m4 index 349f95a..9a2dc52 100644 --- a/m4/ax_c_float_words_bigendian.m4 +++ b/m4/ax_c_float_words_bigendian.m4 @@ -36,6 +36,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_C_FLOAT_WORDS_BIGENDIAN], [AC_CACHE_CHECK(whether float word ordering is bigendian, ax_cv_c_float_words_bigendian, [ diff --git a/m4/ax_c_ifdef.m4 b/m4/ax_c_ifdef.m4 index 1056fb9..323e398 100644 --- a/m4/ax_c_ifdef.m4 +++ b/m4/ax_c_ifdef.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([_AC_C_IFDEF], [AX_C_IFDEF]) AC_DEFUN([AX_C_IFDEF], [AC_COMPILE_IFELSE([#ifndef $1 diff --git a/m4/ax_c_long_long.m4 b/m4/ax_c_long_long.m4 index 389d625..42e5542 100644 --- a/m4/ax_c_long_long.m4 +++ b/m4/ax_c_long_long.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_C_LONG_LONG], [AX_C_LONG_LONG]) AC_DEFUN([AX_C_LONG_LONG], [AC_CACHE_CHECK(for long long int, ac_cv_c_long_long, diff --git a/m4/ax_c_printf_thsep.m4 b/m4/ax_c_printf_thsep.m4 index ae87c36..02d251f 100644 --- a/m4/ax_c_printf_thsep.m4 +++ b/m4/ax_c_printf_thsep.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_C_PRINTF_THSEP], [AX_C_PRINTF_THSEP]) AC_DEFUN([AX_C_PRINTF_THSEP], [AC_TRY_COMPILE(,[printf("%'2d",101);],ac_cv_c_printf_thsep=yes,ac_cv_c_printf_thsep=no) diff --git a/m4/ax_c_referenceable_passed_va_list.m4 b/m4/ax_c_referenceable_passed_va_list.m4 index 279634f..9ce7825 100644 --- a/m4/ax_c_referenceable_passed_va_list.m4 +++ b/m4/ax_c_referenceable_passed_va_list.m4 @@ -51,6 +51,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_C_REFERENCEABLE_PASSED_VA_LIST], [ AC_CACHE_CHECK([whether f(va_list va){ &va; } works as expected], [ax_cv_c_referenceable_passed_va_list], diff --git a/m4/ax_c_var_func.m4 b/m4/ax_c_var_func.m4 index e449638..213cdc0 100644 --- a/m4/ax_c_var_func.m4 +++ b/m4/ax_c_var_func.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_C_VAR_FUNC], [AX_C_VAR_FUNC]) AC_DEFUN([AX_C_VAR_FUNC], [AC_REQUIRE([AC_PROG_CC]) diff --git a/m4/ax_cache_size.m4 b/m4/ax_cache_size.m4 index da823a0..09369cf 100644 --- a/m4/ax_cache_size.m4 +++ b/m4/ax_cache_size.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_CACHE_SIZE], [ AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_caolan_check_package.m4 b/m4/ax_caolan_check_package.m4 index 99d8522..c1eb58d 100644 --- a/m4/ax_caolan_check_package.m4 +++ b/m4/ax_caolan_check_package.m4 @@ -34,6 +34,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AC_DEFUN([AX_caolan_CHECK_PACKAGE], [ diff --git a/m4/ax_caolan_search_package.m4 b/m4/ax_caolan_search_package.m4 index bdecb87..57f2bec 100644 --- a/m4/ax_caolan_search_package.m4 +++ b/m4/ax_caolan_search_package.m4 @@ -34,6 +34,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AC_DEFUN([AX_caolan_SEARCH_PACKAGE], [ diff --git a/m4/ax_cc_maxopt.m4 b/m4/ax_cc_maxopt.m4 index da415be..c6fdff9 100644 --- a/m4/ax_cc_maxopt.m4 +++ b/m4/ax_cc_maxopt.m4 @@ -55,6 +55,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_CC_MAXOPT], [ AC_REQUIRE([AC_PROG_CC]) diff --git a/m4/ax_cf_ebcdic.m4 b/m4/ax_cf_ebcdic.m4 index b03b3bc..2c7d6d2 100644 --- a/m4/ax_cf_ebcdic.m4 +++ b/m4/ax_cf_ebcdic.m4 @@ -44,6 +44,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + dnl Check whether character set is EBCDIC. AU_ALIAS([CF_EBCDIC], [AX_CF_EBCDIC]) AC_DEFUN([AX_CF_EBCDIC],[ diff --git a/m4/ax_cflags_aix_option.m4 b/m4/ax_cflags_aix_option.m4 index ef3991e..d9f4531 100644 --- a/m4/ax_cflags_aix_option.m4 +++ b/m4/ax_cflags_aix_option.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_CFLAGS_AIX_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_aix_option_$2])dnl diff --git a/m4/ax_cflags_force_c89.m4 b/m4/ax_cflags_force_c89.m4 index c5b9495..7e5d09d 100644 --- a/m4/ax_cflags_force_c89.m4 +++ b/m4/ax_cflags_force_c89.m4 @@ -53,6 +53,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AC_DEFUN([AX_CFLAGS_FORCE_C89],[dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_force_c89])dnl diff --git a/m4/ax_cflags_gcc_option.m4 b/m4/ax_cflags_gcc_option.m4 index 9e00aeb..1f83f3a 100644 --- a/m4/ax_cflags_gcc_option.m4 +++ b/m4/ax_cflags_gcc_option.m4 @@ -72,6 +72,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CFLAGS_GCC_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_gcc_option_$2])dnl diff --git a/m4/ax_cflags_hpux_option.m4 b/m4/ax_cflags_hpux_option.m4 index bfbfc35..ce93291 100644 --- a/m4/ax_cflags_hpux_option.m4 +++ b/m4/ax_cflags_hpux_option.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_CFLAGS_HPUX_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_hpux_option_$2])dnl diff --git a/m4/ax_cflags_irix_option.m4 b/m4/ax_cflags_irix_option.m4 index 59aada6..20e4b16 100644 --- a/m4/ax_cflags_irix_option.m4 +++ b/m4/ax_cflags_irix_option.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_CFLAGS_IRIX_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_irix_option_$2])dnl diff --git a/m4/ax_cflags_no_writable_strings.m4 b/m4/ax_cflags_no_writable_strings.m4 index 00feda6..07cc3e5 100644 --- a/m4/ax_cflags_no_writable_strings.m4 +++ b/m4/ax_cflags_no_writable_strings.m4 @@ -54,6 +54,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CFLAGS_NO_WRITABLE_STRINGS],[dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_no_writable_strings])dnl diff --git a/m4/ax_cflags_strict_prototypes.m4 b/m4/ax_cflags_strict_prototypes.m4 index cd4e120..0a06be8 100644 --- a/m4/ax_cflags_strict_prototypes.m4 +++ b/m4/ax_cflags_strict_prototypes.m4 @@ -56,6 +56,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_CFLAGS_STRICT_PROTOTYPES],[dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_strict_prototypes])dnl diff --git a/m4/ax_cflags_sun_option.m4 b/m4/ax_cflags_sun_option.m4 index 350059e..1e1c722 100644 --- a/m4/ax_cflags_sun_option.m4 +++ b/m4/ax_cflags_sun_option.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_CFLAGS_SUN_OPTION_OLD], [dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ax_cv_cflags_sun_option_$2])dnl diff --git a/m4/ax_cflags_warn_all.m4 b/m4/ax_cflags_warn_all.m4 index 026c6e9..f922961 100644 --- a/m4/ax_cflags_warn_all.m4 +++ b/m4/ax_cflags_warn_all.m4 @@ -53,6 +53,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CFLAGS_WARN_ALL],[dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_warn_all])dnl diff --git a/m4/ax_cflags_warn_all_ansi.m4 b/m4/ax_cflags_warn_all_ansi.m4 index e43b2ee..382d87a 100644 --- a/m4/ax_cflags_warn_all_ansi.m4 +++ b/m4/ax_cflags_warn_all_ansi.m4 @@ -57,6 +57,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_CFLAGS_WARN_ALL_ANSI],[dnl AS_VAR_PUSHDEF([FLAGS],[CFLAGS])dnl AS_VAR_PUSHDEF([VAR],[ac_cv_cflags_warn_all_ansi])dnl diff --git a/m4/ax_check_aligned_access_required.m4 b/m4/ax_check_aligned_access_required.m4 index 759b559..3f21bc4 100644 --- a/m4/ax_check_aligned_access_required.m4 +++ b/m4/ax_check_aligned_access_required.m4 @@ -49,6 +49,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_CHECK_ALIGNED_ACCESS_REQUIRED], [AC_CACHE_CHECK([if pointers to integers require aligned access], [ax_cv_have_aligned_access_required], diff --git a/m4/ax_check_allocated_ctime.m4 b/m4/ax_check_allocated_ctime.m4 index ad10345..c5f043e 100644 --- a/m4/ax_check_allocated_ctime.m4 +++ b/m4/ax_check_allocated_ctime.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AG_CHECK_ALLOCATED_CTIME], [AX_CHECK_ALLOCATED_CTIME]) AC_DEFUN([AX_CHECK_ALLOCATED_CTIME],[ AC_MSG_CHECKING([whether ctime() allocates memory for its result]) diff --git a/m4/ax_check_awk__v.m4 b/m4/ax_check_awk__v.m4 index 352ee39..dad43f7 100644 --- a/m4/ax_check_awk__v.m4 +++ b/m4/ax_check_awk__v.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK__V],[ AC_REQUIRE([AX_NEED_AWK]) diff --git a/m4/ax_check_awk__x_escapes.m4 b/m4/ax_check_awk__x_escapes.m4 index 5175077..9d86dbf 100644 --- a/m4/ax_check_awk__x_escapes.m4 +++ b/m4/ax_check_awk__x_escapes.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK__X_ESCAPES], [ AX_TRY_AWK_EXPOUT([\x escapes], [],[ if ( "\x41" != "A" ) exit (1) ],[], diff --git a/m4/ax_check_awk_and.m4 b/m4/ax_check_awk_and.m4 index f1736b5..cf53254 100644 --- a/m4/ax_check_awk_and.m4 +++ b/m4/ax_check_awk_and.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_AND], [ AX_TRY_AWK_EXPOUT([and()], [],[ print and(1,1) ],[1], diff --git a/m4/ax_check_awk_argind.m4 b/m4/ax_check_awk_argind.m4 index 78e3e60..bf079b9 100644 --- a/m4/ax_check_awk_argind.m4 +++ b/m4/ax_check_awk_argind.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ARGIND], [ AX_TRY_AWK_EXPOUT([ARGIND], [],[ if ( !ARGIND ) exit (1) ],[], diff --git a/m4/ax_check_awk_array_delete.m4 b/m4/ax_check_awk_array_delete.m4 index 50dad3c..5b71fb2 100644 --- a/m4/ax_check_awk_array_delete.m4 +++ b/m4/ax_check_awk_array_delete.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ARRAY_DELETE], [ AX_TRY_AWK_EXPOUT([array delete], [],[ a[1]=1; delete a; if (a[1]!=0) exit (1) ],[], diff --git a/m4/ax_check_awk_array_delete_elem.m4 b/m4/ax_check_awk_array_delete_elem.m4 index bdb2449..485c015 100644 --- a/m4/ax_check_awk_array_delete_elem.m4 +++ b/m4/ax_check_awk_array_delete_elem.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ARRAY_DELETE_ELEM], [ AX_TRY_AWK_EXPOUT([array delete element], [],[ a[1]=1; delete a[1]; if (a[1]!=0) exit (1) ],[], diff --git a/m4/ax_check_awk_array_in.m4 b/m4/ax_check_awk_array_in.m4 index 522775f..6a69151 100644 --- a/m4/ax_check_awk_array_in.m4 +++ b/m4/ax_check_awk_array_in.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ARRAY_IN], [ AX_TRY_AWK_EXPOUT([array in], [],[ i="x"; a[i]="1"; if (! (i in a)) exit (1) ],[], diff --git a/m4/ax_check_awk_asort.m4 b/m4/ax_check_awk_asort.m4 index 1573f36..3355ed2 100644 --- a/m4/ax_check_awk_asort.m4 +++ b/m4/ax_check_awk_asort.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ASORT], [ AX_TRY_AWK_EXPOUT([asort()], [],[ s[1]="b"; s[2]="a"; if (asort(s) != 2) exit(1); print s[1] ],[a], diff --git a/m4/ax_check_awk_asorti.m4 b/m4/ax_check_awk_asorti.m4 index 4524dd2..92b4754 100644 --- a/m4/ax_check_awk_asorti.m4 +++ b/m4/ax_check_awk_asorti.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ASORTI], [ AX_TRY_AWK_EXPOUT([asorti()], [],[ s[1]="b"; s[2]="a"; if (asorti(s) != 2) exit(1); print s[1] ],[1], diff --git a/m4/ax_check_awk_associative_array.m4 b/m4/ax_check_awk_associative_array.m4 index 9a8204f..6f8cb57 100644 --- a/m4/ax_check_awk_associative_array.m4 +++ b/m4/ax_check_awk_associative_array.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ASSOCIATIVE_ARRAY], [ AX_TRY_AWK_EXPOUT([associative array], [],[ a ["i"] = "x"; print a ["i"] ],[x], diff --git a/m4/ax_check_awk_atan2.m4 b/m4/ax_check_awk_atan2.m4 index 5641a5d..908e693 100644 --- a/m4/ax_check_awk_atan2.m4 +++ b/m4/ax_check_awk_atan2.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ATAN2], [ AX_TRY_AWK_EXPOUT([atan2()], [],[ print atan2(0, 1) ],[0], diff --git a/m4/ax_check_awk_compl.m4 b/m4/ax_check_awk_compl.m4 index 1124cc8..3833a45 100644 --- a/m4/ax_check_awk_compl.m4 +++ b/m4/ax_check_awk_compl.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_COMPL], [ AX_TRY_AWK_ANYOUT([compl()], [],[ print compl(10) ],[], diff --git a/m4/ax_check_awk_conditional_expression.m4 b/m4/ax_check_awk_conditional_expression.m4 index 33cc3b7..031f7a1 100644 --- a/m4/ax_check_awk_conditional_expression.m4 +++ b/m4/ax_check_awk_conditional_expression.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_CONDITIONAL_EXPRESSION], [ AX_TRY_AWK_EXPOUT([conditional expression], [],[ a=(1)?("y"):("n"); print a ],[y], diff --git a/m4/ax_check_awk_cos.m4 b/m4/ax_check_awk_cos.m4 index 042cff5..b9b1fb7 100644 --- a/m4/ax_check_awk_cos.m4 +++ b/m4/ax_check_awk_cos.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_COS], [ AX_TRY_AWK_EXPOUT([cos()], [],[ print cos(0) ],[1], diff --git a/m4/ax_check_awk_environ.m4 b/m4/ax_check_awk_environ.m4 index 4f75fb4..e2addf1 100644 --- a/m4/ax_check_awk_environ.m4 +++ b/m4/ax_check_awk_environ.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ENVIRON], [ AX_TRY_AWK_EXPOUT([ENVIRON], [],[ if ( !ENVIRON["PATH"] ) exit (1) ],[], diff --git a/m4/ax_check_awk_errno.m4 b/m4/ax_check_awk_errno.m4 index cb9f014..c337718 100644 --- a/m4/ax_check_awk_errno.m4 +++ b/m4/ax_check_awk_errno.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_ERRNO], [ AX_TRY_AWK_EXPOUT([ERRNO], [],[ getline s < "./this_file_should_not_exist"; if ( !ERRNO ) exit (1) ],[], diff --git a/m4/ax_check_awk_exit.m4 b/m4/ax_check_awk_exit.m4 index 6ac0e4e..6490e28 100644 --- a/m4/ax_check_awk_exit.m4 +++ b/m4/ax_check_awk_exit.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_EXIT],[ AC_REQUIRE([AX_NEED_AWK]) diff --git a/m4/ax_check_awk_exp.m4 b/m4/ax_check_awk_exp.m4 index 1ff2a22..e44313a 100644 --- a/m4/ax_check_awk_exp.m4 +++ b/m4/ax_check_awk_exp.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_EXP], [ AX_TRY_AWK_EXPOUT([exp()], [],[ print exp(0) ],[1], diff --git a/m4/ax_check_awk_gensub.m4 b/m4/ax_check_awk_gensub.m4 index 9473065..364dfa5 100644 --- a/m4/ax_check_awk_gensub.m4 +++ b/m4/ax_check_awk_gensub.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_GENSUB], [ AX_TRY_AWK_EXPOUT([gensub()], [],[ print gensub(/u/, "x", "g", "uu") ],[xx], diff --git a/m4/ax_check_awk_getline.m4 b/m4/ax_check_awk_getline.m4 index 5318ed7..ecdf704 100644 --- a/m4/ax_check_awk_getline.m4 +++ b/m4/ax_check_awk_getline.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_GETLINE], [ AX_TRY_AWK_ANYOUT([getline], [1],[ getline; if ( $][0 != "1" ) exit (1) ],[], diff --git a/m4/ax_check_awk_gsub.m4 b/m4/ax_check_awk_gsub.m4 index 7129d30..5233c7e 100644 --- a/m4/ax_check_awk_gsub.m4 +++ b/m4/ax_check_awk_gsub.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_GSUB], [ AX_TRY_AWK_EXPOUT([gsub()], [],[ s = "AB"; gsub(/./, "X", s); print s ],[XX], diff --git a/m4/ax_check_awk_ignorecase.m4 b/m4/ax_check_awk_ignorecase.m4 index 0e27023..9e27cba 100644 --- a/m4/ax_check_awk_ignorecase.m4 +++ b/m4/ax_check_awk_ignorecase.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_IGNORECASE], [ AX_TRY_AWK_EXPOUT([IGNORECASE], [],[ IGNORECASE = 1; if ( !("A" ~ "a") ) exit (1) ],[], diff --git a/m4/ax_check_awk_index.m4 b/m4/ax_check_awk_index.m4 index dd907ef..c749a80 100644 --- a/m4/ax_check_awk_index.m4 +++ b/m4/ax_check_awk_index.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_INDEX], [ AX_TRY_AWK_EXPOUT([index[]()], [],[ print index("AB", "B") ],[2], diff --git a/m4/ax_check_awk_int.m4 b/m4/ax_check_awk_int.m4 index 74e8edf..2e67eea 100644 --- a/m4/ax_check_awk_int.m4 +++ b/m4/ax_check_awk_int.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_INT], [ AX_TRY_AWK_EXPOUT([int()], [],[ print int(1.5) ],[1], diff --git a/m4/ax_check_awk_length.m4 b/m4/ax_check_awk_length.m4 index f1a718b..4ae3a4b 100644 --- a/m4/ax_check_awk_length.m4 +++ b/m4/ax_check_awk_length.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_LENGTH], [ AX_TRY_AWK_EXPOUT([length()], [],[ print length("A") ],[1], diff --git a/m4/ax_check_awk_log.m4 b/m4/ax_check_awk_log.m4 index 9edf738..1793244 100644 --- a/m4/ax_check_awk_log.m4 +++ b/m4/ax_check_awk_log.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_LOG], [ AX_TRY_AWK_EXPOUT([log()], [],[ print log(1) ],[0], diff --git a/m4/ax_check_awk_lshift.m4 b/m4/ax_check_awk_lshift.m4 index f147715..4aa5205 100644 --- a/m4/ax_check_awk_lshift.m4 +++ b/m4/ax_check_awk_lshift.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_LSHIFT], [ AX_TRY_AWK_EXPOUT([lshift()], [],[ print lshift(10,1) ],[20], diff --git a/m4/ax_check_awk_match_2parms.m4 b/m4/ax_check_awk_match_2parms.m4 index a8859e0..0636f2f 100644 --- a/m4/ax_check_awk_match_2parms.m4 +++ b/m4/ax_check_awk_match_2parms.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_MATCH_2PARMS], [ AX_TRY_AWK_EXPOUT([match() with 2 parameters], [],[ print match("ab", /b/) ],[2], diff --git a/m4/ax_check_awk_match_3parms.m4 b/m4/ax_check_awk_match_3parms.m4 index 20f93b4..abdb257 100644 --- a/m4/ax_check_awk_match_3parms.m4 +++ b/m4/ax_check_awk_match_3parms.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_MATCH_3PARMS], [ AX_TRY_AWK_EXPOUT([match() with 3 parameters], [],[ match("abc", /(b)/, a) ; print a[1]],[b], diff --git a/m4/ax_check_awk_operator_multiply_multiply.m4 b/m4/ax_check_awk_operator_multiply_multiply.m4 index f599f8d..003f3ec 100644 --- a/m4/ax_check_awk_operator_multiply_multiply.m4 +++ b/m4/ax_check_awk_operator_multiply_multiply.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_OPERATOR_MULTIPLY_MULTIPLY], [ AX_TRY_AWK_EXPOUT([operator **], [],[ print 2**2 ],[4], diff --git a/m4/ax_check_awk_operator_square.m4 b/m4/ax_check_awk_operator_square.m4 index 58ac9cf..bf2c211 100644 --- a/m4/ax_check_awk_operator_square.m4 +++ b/m4/ax_check_awk_operator_square.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_OPERATOR_SQUARE], [ AX_TRY_AWK_EXPOUT([operator ^], [],[ print 2^2 ],[4], diff --git a/m4/ax_check_awk_or.m4 b/m4/ax_check_awk_or.m4 index 1bb42df..f927bb5 100644 --- a/m4/ax_check_awk_or.m4 +++ b/m4/ax_check_awk_or.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_OR], [ AX_TRY_AWK_EXPOUT([or()], [],[ print or(1,0) ],[1], diff --git a/m4/ax_check_awk_printf.m4 b/m4/ax_check_awk_printf.m4 index 34fe277..d63a0b3 100644 --- a/m4/ax_check_awk_printf.m4 +++ b/m4/ax_check_awk_printf.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_PRINTF], [ AX_TRY_AWK_EXPOUT([printf()], [],[ printf("%s\n", "X") ],[X], diff --git a/m4/ax_check_awk_rand.m4 b/m4/ax_check_awk_rand.m4 index ec6b1f2..30763b4 100644 --- a/m4/ax_check_awk_rand.m4 +++ b/m4/ax_check_awk_rand.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_RAND], [ AX_TRY_AWK_ANYOUT([rand()], [],[ print rand() ], diff --git a/m4/ax_check_awk_rshift.m4 b/m4/ax_check_awk_rshift.m4 index b1ffd12..aba89e2 100644 --- a/m4/ax_check_awk_rshift.m4 +++ b/m4/ax_check_awk_rshift.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_RSHIFT], [ AX_TRY_AWK_EXPOUT([rshift()], [],[ print rshift(10,1) ],[5], diff --git a/m4/ax_check_awk_sin.m4 b/m4/ax_check_awk_sin.m4 index 82fcd3d..3bd0362 100644 --- a/m4/ax_check_awk_sin.m4 +++ b/m4/ax_check_awk_sin.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SIN], [ AX_TRY_AWK_EXPOUT([sin()], [],[ print sin(0) ],[0], diff --git a/m4/ax_check_awk_split.m4 b/m4/ax_check_awk_split.m4 index ef14397..893bf50 100644 --- a/m4/ax_check_awk_split.m4 +++ b/m4/ax_check_awk_split.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SPLIT], [ AX_TRY_AWK_EXPOUT([split()], [],[ print split("A B", a, " ") ],[2], diff --git a/m4/ax_check_awk_sprintf.m4 b/m4/ax_check_awk_sprintf.m4 index 0334871..a8c19ca 100644 --- a/m4/ax_check_awk_sprintf.m4 +++ b/m4/ax_check_awk_sprintf.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SPRINTF], [ AX_TRY_AWK_EXPOUT([sprintf()], [],[ print sprintf("%.1s", "AB") ],[A], diff --git a/m4/ax_check_awk_sqrt.m4 b/m4/ax_check_awk_sqrt.m4 index b9a3dd9..a263cf7 100644 --- a/m4/ax_check_awk_sqrt.m4 +++ b/m4/ax_check_awk_sqrt.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SQRT], [ AX_TRY_AWK_EXPOUT([sqrt()], [],[ print sqrt(1) ],[1], diff --git a/m4/ax_check_awk_srand.m4 b/m4/ax_check_awk_srand.m4 index 83c7dbd..b428327 100644 --- a/m4/ax_check_awk_srand.m4 +++ b/m4/ax_check_awk_srand.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SRAND], [ AX_TRY_AWK_EXPOUT([srand()], [],[ srand() ],[], diff --git a/m4/ax_check_awk_strftime.m4 b/m4/ax_check_awk_strftime.m4 index 4793df9..74b7141 100644 --- a/m4/ax_check_awk_strftime.m4 +++ b/m4/ax_check_awk_strftime.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_STRFTIME], [ AX_TRY_AWK_EXPOUT([strftime()], [],[ print strftime("%d.%m.%y", 0) ],[01.01.70], diff --git a/m4/ax_check_awk_strtonum.m4 b/m4/ax_check_awk_strtonum.m4 index 277ecec..f9d7bae 100644 --- a/m4/ax_check_awk_strtonum.m4 +++ b/m4/ax_check_awk_strtonum.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_STRTONUM], [ AX_TRY_AWK_EXPOUT([strtonum()], [],[ print strtonum(15) ],[15], diff --git a/m4/ax_check_awk_sub.m4 b/m4/ax_check_awk_sub.m4 index 1de3924..a420678 100644 --- a/m4/ax_check_awk_sub.m4 +++ b/m4/ax_check_awk_sub.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SUB], [ AX_TRY_AWK_EXPOUT([sub()], [],[ s = "AB"; sub(/./, "X", s); print s ],[XB], diff --git a/m4/ax_check_awk_substr.m4 b/m4/ax_check_awk_substr.m4 index 9396fa0..3c0d74f 100644 --- a/m4/ax_check_awk_substr.m4 +++ b/m4/ax_check_awk_substr.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SUBSTR], [ AX_TRY_AWK_EXPOUT([substr()], [],[ print substr("AB", 2, 1) ],[B], diff --git a/m4/ax_check_awk_system.m4 b/m4/ax_check_awk_system.m4 index 7fe9577..67a62de 100644 --- a/m4/ax_check_awk_system.m4 +++ b/m4/ax_check_awk_system.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SYSTEM], [ AX_TRY_AWK_EXPOUT([system()], [],[ system(":") ],[], diff --git a/m4/ax_check_awk_systime.m4 b/m4/ax_check_awk_systime.m4 index 59d32f6..611c743 100644 --- a/m4/ax_check_awk_systime.m4 +++ b/m4/ax_check_awk_systime.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_SYSTIME], [ AX_TRY_AWK_ANYOUT([systime()], [],[ print systime() ], diff --git a/m4/ax_check_awk_tolower.m4 b/m4/ax_check_awk_tolower.m4 index ad7a240..fa6d36c 100644 --- a/m4/ax_check_awk_tolower.m4 +++ b/m4/ax_check_awk_tolower.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_TOLOWER], [ AX_TRY_AWK_EXPOUT([tolower()], [],[ print tolower("A") ],[a], diff --git a/m4/ax_check_awk_toupper.m4 b/m4/ax_check_awk_toupper.m4 index b8c30fd..b988bf7 100644 --- a/m4/ax_check_awk_toupper.m4 +++ b/m4/ax_check_awk_toupper.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_TOUPPER], [ AX_TRY_AWK_EXPOUT([toupper()], [],[ print toupper("a") ],[A], diff --git a/m4/ax_check_awk_user_defined_functions.m4 b/m4/ax_check_awk_user_defined_functions.m4 index e4213ad..c1d7911 100644 --- a/m4/ax_check_awk_user_defined_functions.m4 +++ b/m4/ax_check_awk_user_defined_functions.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_USER_DEFINED_FUNCTIONS],[ AC_REQUIRE([AX_NEED_AWK]) diff --git a/m4/ax_check_awk_var_regexp.m4 b/m4/ax_check_awk_var_regexp.m4 index ecb6500..ad817a2 100644 --- a/m4/ax_check_awk_var_regexp.m4 +++ b/m4/ax_check_awk_var_regexp.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_VAR_REGEXP], [ AX_TRY_AWK_EXPOUT([variable regexp], [],[ r="x"; if ( "x" ~ r ) print "yes" ],[yes], diff --git a/m4/ax_check_awk_variable_value_pairs.m4 b/m4/ax_check_awk_variable_value_pairs.m4 index 5e88261..36acaff 100644 --- a/m4/ax_check_awk_variable_value_pairs.m4 +++ b/m4/ax_check_awk_variable_value_pairs.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_VARIABLE_VALUE_PAIRS],[ AC_REQUIRE([AX_NEED_AWK]) diff --git a/m4/ax_check_awk_xor.m4 b/m4/ax_check_awk_xor.m4 index 805327d..a6b548d 100644 --- a/m4/ax_check_awk_xor.m4 +++ b/m4/ax_check_awk_xor.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CHECK_AWK_XOR], [ AX_TRY_AWK_EXPOUT([xor()], [],[ print xor(1,0) ],[1], diff --git a/m4/ax_check_class.m4 b/m4/ax_check_class.m4 index 3cda150..1e1fff4 100644 --- a/m4/ax_check_class.m4 +++ b/m4/ax_check_class.m4 @@ -51,6 +51,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_CLASS], [AX_CHECK_CLASS]) AC_DEFUN([AX_CHECK_CLASS],[ AC_REQUIRE([AX_PROG_JAVA]) diff --git a/m4/ax_check_classpath.m4 b/m4/ax_check_classpath.m4 index bd9c98b..08e1001 100644 --- a/m4/ax_check_classpath.m4 +++ b/m4/ax_check_classpath.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_CLASSPATH], [AX_CHECK_CLASSPATH]) AC_DEFUN([AX_CHECK_CLASSPATH],[ if test "x$CLASSPATH" = x; then diff --git a/m4/ax_check_compiler_flags.m4 b/m4/ax_check_compiler_flags.m4 index 7da8324..5bb9048 100644 --- a/m4/ax_check_compiler_flags.m4 +++ b/m4/ax_check_compiler_flags.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_CHECK_COMPILER_FLAGS], [AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX AC_MSG_CHECKING([whether _AC_LANG compiler accepts $1]) diff --git a/m4/ax_check_define.m4 b/m4/ax_check_define.m4 index 716cc79..9e40112 100644 --- a/m4/ax_check_define.m4 +++ b/m4/ax_check_define.m4 @@ -44,6 +44,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AC_CHECK_DEFINED],[ AS_VAR_PUSHDEF([ac_var],[ac_cv_defined_$1])dnl AC_CACHE_CHECK([for $1 defined], ac_var, diff --git a/m4/ax_check_docbook_dtd.m4 b/m4/ax_check_docbook_dtd.m4 index 0e886eb..7c16fdd 100644 --- a/m4/ax_check_docbook_dtd.m4 +++ b/m4/ax_check_docbook_dtd.m4 @@ -58,6 +58,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_DOCBOOK_DTD], [AX_CHECK_DOCBOOK_DTD]) AC_DEFUN([AX_CHECK_DOCBOOK_DTD], [ diff --git a/m4/ax_check_docbook_xslt.m4 b/m4/ax_check_docbook_xslt.m4 index 9f24501..3f3d7b2 100644 --- a/m4/ax_check_docbook_xslt.m4 +++ b/m4/ax_check_docbook_xslt.m4 @@ -58,6 +58,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_DOCBOOK_XSLT], [AX_CHECK_DOCBOOK_XSLT]) AC_DEFUN([AX_CHECK_DOCBOOK_XSLT], [ diff --git a/m4/ax_check_docbook_xslt_min.m4 b/m4/ax_check_docbook_xslt_min.m4 index d598d27..4767d02 100644 --- a/m4/ax_check_docbook_xslt_min.m4 +++ b/m4/ax_check_docbook_xslt_min.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_DOCBOOK_XSLT_MIN], [AX_CHECK_DOCBOOK_XSLT_MIN]) AC_DEFUN([AX_CHECK_DOCBOOK_XSLT_MIN], [ diff --git a/m4/ax_check_dos_filesys.m4 b/m4/ax_check_dos_filesys.m4 index b743600..b045308 100644 --- a/m4/ax_check_dos_filesys.m4 +++ b/m4/ax_check_dos_filesys.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([ACX_CHECK_DOS_FILESYS], [AX_CHECK_DOS_FILESYS]) AC_DEFUN([AX_CHECK_DOS_FILESYS_LIMITATIONS], [AC_MSG_CHECKING(for potential DOS filename limitations) diff --git a/m4/ax_check_func_in.m4 b/m4/ax_check_func_in.m4 index c154cdd..d577b4c 100644 --- a/m4/ax_check_func_in.m4 +++ b/m4/ax_check_func_in.m4 @@ -40,6 +40,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + dnl AX_CHECK_FUNC_IN(HEADER, FUNCTION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) AU_ALIAS([AC_CHECK_FUNC_IN], [AX_CHECK_FUNC_IN]) AC_DEFUN([AX_CHECK_FUNC_IN], diff --git a/m4/ax_check_gd.m4 b/m4/ax_check_gd.m4 index 64e1965..2125264 100644 --- a/m4/ax_check_gd.m4 +++ b/m4/ax_check_gd.m4 @@ -33,6 +33,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_CHECK_GD], [ AC_ARG_WITH(gd, AC_HELP_STRING([--with-gd(=DIR)], [use the gd library (in DIR)]),, diff --git a/m4/ax_check_gl.m4 b/m4/ax_check_gl.m4 index 9637d28..b557ea7 100644 --- a/m4/ax_check_gl.m4 +++ b/m4/ax_check_gl.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_CHECK_GL], [AC_REQUIRE([AC_CANONICAL_HOST]) AC_REQUIRE([AC_PATH_X])dnl diff --git a/m4/ax_check_glu.m4 b/m4/ax_check_glu.m4 index 8beb7de..30cae54 100644 --- a/m4/ax_check_glu.m4 +++ b/m4/ax_check_glu.m4 @@ -52,6 +52,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CHECK_GLU], [AC_REQUIRE([AX_CHECK_GL])dnl AC_REQUIRE([AC_PROG_CXX])dnl diff --git a/m4/ax_check_glut.m4 b/m4/ax_check_glut.m4 index 86e47dd..7e3ab0a 100644 --- a/m4/ax_check_glut.m4 +++ b/m4/ax_check_glut.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CHECK_GLUT], [AC_REQUIRE([AX_CHECK_GLU])dnl AC_REQUIRE([AC_PATH_XTRA])dnl diff --git a/m4/ax_check_gnu_make.m4 b/m4/ax_check_gnu_make.m4 index 0191f25..2926d94 100644 --- a/m4/ax_check_gnu_make.m4 +++ b/m4/ax_check_gnu_make.m4 @@ -54,6 +54,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AC_DEFUN( [AX_CHECK_GNU_MAKE], [ AC_CACHE_CHECK( for GNU make,_cv_gnu_make_command, _cv_gnu_make_command='' ; diff --git a/m4/ax_check_icu.m4 b/m4/ax_check_icu.m4 index 2c1a2d8..6bf947c 100644 --- a/m4/ax_check_icu.m4 +++ b/m4/ax_check_icu.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CHECK_ICU], [AX_CHECK_ICU]) AC_DEFUN([AX_CHECK_ICU], [ succeeded=no diff --git a/m4/ax_check_java_home.m4 b/m4/ax_check_java_home.m4 index 0f83db6..0d80a59 100644 --- a/m4/ax_check_java_home.m4 +++ b/m4/ax_check_java_home.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_CHECK_JAVA_HOME], [AX_CHECK_JAVA_HOME]) AC_DEFUN([AX_CHECK_JAVA_HOME],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_check_java_plugin.m4 b/m4/ax_check_java_plugin.m4 index 7c23e2e..99de3ab 100644 --- a/m4/ax_check_java_plugin.m4 +++ b/m4/ax_check_java_plugin.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([DPS_CHECK_PLUGIN], [AX_CHECK_JAVA_PLUGIN]) AC_DEFUN([AX_CHECK_JAVA_PLUGIN], [AC_REQUIRE([AC_PROG_AWK]) diff --git a/m4/ax_check_junit.m4 b/m4/ax_check_junit.m4 index 0afbb36..9880fe4 100644 --- a/m4/ax_check_junit.m4 +++ b/m4/ax_check_junit.m4 @@ -45,6 +45,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_CHECK_JUNIT], [AX_CHECK_JUNIT]) AC_DEFUN([AX_CHECK_JUNIT],[ AC_CACHE_VAL(ac_cv_prog_JUNIT,[ diff --git a/m4/ax_check_linker_flags.m4 b/m4/ax_check_linker_flags.m4 index 856e56a..5280157 100644 --- a/m4/ax_check_linker_flags.m4 +++ b/m4/ax_check_linker_flags.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_CHECK_LINKER_FLAGS], [AC_MSG_CHECKING([whether the linker accepts $1]) dnl Some hackery here since AC_CACHE_VAL can't handle a non-literal varname: diff --git a/m4/ax_check_mysql_db.m4 b/m4/ax_check_mysql_db.m4 index b5ffbb7..7d550f5 100644 --- a/m4/ax_check_mysql_db.m4 +++ b/m4/ax_check_mysql_db.m4 @@ -51,6 +51,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([AC_CHECK_MYSQL_DB], [AX_CHECK_MYSQL_DB]) AC_DEFUN([AX_CHECK_MYSQL_DB],[ AC_REQUIRE([AX_PROG_MYSQLSHOW])dnl diff --git a/m4/ax_check_mysqlr.m4 b/m4/ax_check_mysqlr.m4 index e395d3f..6dc13c3 100644 --- a/m4/ax_check_mysqlr.m4 +++ b/m4/ax_check_mysqlr.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_CHECK_MYSQLR], [AX_CHECK_MYSQLR]) AC_DEFUN([AX_CHECK_MYSQLR],[ AC_PATH_PROG(mysqlconfig,mysql_config) diff --git a/m4/ax_check_off64_t.m4 b/m4/ax_check_off64_t.m4 index 17fa0c9..bfcb3c0 100644 --- a/m4/ax_check_off64_t.m4 +++ b/m4/ax_check_off64_t.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([RSSH_CHECK_OFF64_T], [AX_CHECK_OFF64_T]) AC_DEFUN([AX_CHECK_OFF64_T], [ AC_REQUIRE([AC_SYS_LARGEFILE])dnl diff --git a/m4/ax_check_openssl.m4 b/m4/ax_check_openssl.m4 index 7f5c319..c885594 100644 --- a/m4/ax_check_openssl.m4 +++ b/m4/ax_check_openssl.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([CHECK_SSL], [AX_CHECK_OPENSSL]) AC_DEFUN([AX_CHECK_OPENSSL], [ found=false diff --git a/m4/ax_check_page_aligned_malloc.m4 b/m4/ax_check_page_aligned_malloc.m4 index 2100564..06d9134 100644 --- a/m4/ax_check_page_aligned_malloc.m4 +++ b/m4/ax_check_page_aligned_malloc.m4 @@ -36,6 +36,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_CHECK_PAGE_ALIGNED_MALLOC], [AC_CACHE_CHECK([if large mallocs guarantee page-alignment], [ax_cv_func_malloc_aligned], diff --git a/m4/ax_check_pathfind.m4 b/m4/ax_check_pathfind.m4 index d8f32a3..1149a9f 100644 --- a/m4/ax_check_pathfind.m4 +++ b/m4/ax_check_pathfind.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_PATHFIND], [AX_CHECK_PATHFIND]) AC_DEFUN([AX_CHECK_PATHFIND],[ AC_MSG_CHECKING([whether pathfind(3) works]) diff --git a/m4/ax_check_pathname_style.m4 b/m4/ax_check_pathname_style.m4 index 8ebf58e..e74c476 100644 --- a/m4/ax_check_pathname_style.m4 +++ b/m4/ax_check_pathname_style.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([ACX_CHECK_PATHNAME_STYLE], [AX_CHECK_PATHNAME_STYLE]) AC_DEFUN([AX_CHECK_PATHNAME_STYLE_DOS], [AC_MSG_CHECKING(for Windows and DOS and OS/2 style pathnames) diff --git a/m4/ax_check_pgsql_db.m4 b/m4/ax_check_pgsql_db.m4 index 30e0873..adb125d 100644 --- a/m4/ax_check_pgsql_db.m4 +++ b/m4/ax_check_pgsql_db.m4 @@ -73,6 +73,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([MS_CHECK_PGSQL_DB], [AX_CHECK_PGSQL_DB]) AC_DEFUN([AX_CHECK_PGSQL_DB], [ AC_REQUIRE([AX_PROG_PGCLIENT]) diff --git a/m4/ax_check_posix_regcomp.m4 b/m4/ax_check_posix_regcomp.m4 index 4440e8a..7a22170 100644 --- a/m4/ax_check_posix_regcomp.m4 +++ b/m4/ax_check_posix_regcomp.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_POSIX_REGCOMP], [AX_CHECK_POSIX_REGCOMP]) AC_DEFUN([AX_CHECK_POSIX_REGCOMP],[ AC_MSG_CHECKING([whether POSIX compliant regcomp()/regexec()]) diff --git a/m4/ax_check_posix_sysinfo.m4 b/m4/ax_check_posix_sysinfo.m4 index a500a28..1a80f2a 100644 --- a/m4/ax_check_posix_sysinfo.m4 +++ b/m4/ax_check_posix_sysinfo.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_POSIX_SYSINFO], [AX_CHECK_POSIX_SYSINFO]) AC_DEFUN([AX_CHECK_POSIX_SYSINFO],[ AC_MSG_CHECKING([whether sysinfo(2) is POSIX]) diff --git a/m4/ax_check_postgres_db.m4 b/m4/ax_check_postgres_db.m4 index af2122b..33be77c 100644 --- a/m4/ax_check_postgres_db.m4 +++ b/m4/ax_check_postgres_db.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([CT_CHECK_POSTGRES_DB], [AX_CHECK_POSTGRES_DB]) AC_DEFUN([AX_CHECK_POSTGRES_DB], [ diff --git a/m4/ax_check_rqrd_class.m4 b/m4/ax_check_rqrd_class.m4 index 346b363..cd6695a 100644 --- a/m4/ax_check_rqrd_class.m4 +++ b/m4/ax_check_rqrd_class.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_RQRD_CLASS], [AX_CHECK_RQRD_CLASS]) AC_DEFUN([AX_CHECK_RQRD_CLASS],[ CLASS=`echo $1|sed 's/\./_/g'` diff --git a/m4/ax_check_sign.m4 b/m4/ax_check_sign.m4 index ee3ee8f..8a3f4b6 100644 --- a/m4/ax_check_sign.m4 +++ b/m4/ax_check_sign.m4 @@ -35,6 +35,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([VL_CHECK_SIGN], [AX_CHECK_SIGN]) AC_DEFUN([AX_CHECK_SIGN], [ typename=`echo $1 | sed "s/@<:@^a-zA-Z0-9_@:>@/_/g"` diff --git a/m4/ax_check_strcspn.m4 b/m4/ax_check_strcspn.m4 index 3a376df..8df906e 100644 --- a/m4/ax_check_strcspn.m4 +++ b/m4/ax_check_strcspn.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_STRCSPN], [AX_CHECK_STRCSPN]) AC_DEFUN([AX_CHECK_STRCSPN],[ AC_MSG_CHECKING([whether strcspn matches prototype and works]) diff --git a/m4/ax_check_strftime.m4 b/m4/ax_check_strftime.m4 index 237a384..d4e4837 100644 --- a/m4/ax_check_strftime.m4 +++ b/m4/ax_check_strftime.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_STRFTIME], [AX_CHECK_STRFTIME]) AC_DEFUN([AX_CHECK_STRFTIME],[ AC_MSG_CHECKING([whether strftime() works]) diff --git a/m4/ax_check_struct_for.m4 b/m4/ax_check_struct_for.m4 index 409a815..ae7b315 100644 --- a/m4/ax_check_struct_for.m4 +++ b/m4/ax_check_struct_for.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_CHECK_STRUCT_FOR], [AX_CHECK_STRUCT_FOR]) AC_DEFUN([AX_CHECK_STRUCT_FOR],[ ac_safe_struct=`echo "$2" | sed 'y%./+-%__p_%'` diff --git a/m4/ax_check_sunpro_c.m4 b/m4/ax_check_sunpro_c.m4 index e5aeae1..d49caff 100644 --- a/m4/ax_check_sunpro_c.m4 +++ b/m4/ax_check_sunpro_c.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([RSSH_CHECK_SUNPRO_C], [AX_CHECK_SUNPRO_C]) AC_DEFUN([AX_CHECK_SUNPRO_C], [AC_CACHE_CHECK([whether using Sun Worckshop C compiler], diff --git a/m4/ax_check_symbol.m4 b/m4/ax_check_symbol.m4 index 07d8e64..b062b6e 100644 --- a/m4/ax_check_symbol.m4 +++ b/m4/ax_check_symbol.m4 @@ -42,6 +42,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_CHECK_SYMBOL], [AX_CHECK_SYMBOL]) AC_DEFUN([AX_CHECK_SYMBOL], [AC_MSG_CHECKING([for $1 in $2]) diff --git a/m4/ax_check_sys_siglist.m4 b/m4/ax_check_sys_siglist.m4 index 380402c..149cb70 100644 --- a/m4/ax_check_sys_siglist.m4 +++ b/m4/ax_check_sys_siglist.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_SYS_SIGLIST], [AX_CHECK_SYS_SIGLIST]) AC_DEFUN([AX_CHECK_SYS_SIGLIST],[ AC_MSG_CHECKING([whether there is a global text array sys_siglist]) diff --git a/m4/ax_check_typedef.m4 b/m4/ax_check_typedef.m4 index a87514a..14964c9 100644 --- a/m4/ax_check_typedef.m4 +++ b/m4/ax_check_typedef.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_CHECK_TYPEDEF], [AX_CHECK_TYPEDEF]) AC_DEFUN([AX_CHECK_TYPEDEF_], [dnl diff --git a/m4/ax_check_uname_syscall.m4 b/m4/ax_check_uname_syscall.m4 index c8bb5aa..5566675 100644 --- a/m4/ax_check_uname_syscall.m4 +++ b/m4/ax_check_uname_syscall.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AG_CHECK_UNAME_SYSCALL], [AX_CHECK_UNAME_SYSCALL]) AC_DEFUN([AX_CHECK_UNAME_SYSCALL],[ AC_MSG_CHECKING([whether uname(2) is POSIX]) diff --git a/m4/ax_check_user.m4 b/m4/ax_check_user.m4 index bad6e96..f15085b 100644 --- a/m4/ax_check_user.m4 +++ b/m4/ax_check_user.m4 @@ -55,6 +55,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CHECK_USER], [AX_CHECK_USER]) AC_DEFUN([AX_CHECK_USER],[ AC_MSG_CHECKING([for user $2]) diff --git a/m4/ax_check_zlib.m4 b/m4/ax_check_zlib.m4 index f794716..9ba1144 100644 --- a/m4/ax_check_zlib.m4 +++ b/m4/ax_check_zlib.m4 @@ -56,6 +56,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([CHECK_ZLIB], [AX_CHECK_ZLIB]) AC_DEFUN([AX_CHECK_ZLIB], # diff --git a/m4/ax_compare_version.m4 b/m4/ax_compare_version.m4 index a7a72cf..26f7d77 100644 --- a/m4/ax_compare_version.m4 +++ b/m4/ax_compare_version.m4 @@ -79,6 +79,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + dnl ######################################################################### AC_DEFUN([AX_COMPARE_VERSION], [ AC_REQUIRE([AC_PROG_AWK]) diff --git a/m4/ax_compile_check_sizeof.m4 b/m4/ax_compile_check_sizeof.m4 index 1380199..f354673 100644 --- a/m4/ax_compile_check_sizeof.m4 +++ b/m4/ax_compile_check_sizeof.m4 @@ -84,6 +84,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_COMPILE_CHECK_SIZEOF], [AX_COMPILE_CHECK_SIZEOF]) AC_DEFUN([AX_COMPILE_CHECK_SIZEOF], [changequote(<<, >>)dnl diff --git a/m4/ax_compiler_vendor.m4 b/m4/ax_compiler_vendor.m4 index b074260..bbfc3bb 100644 --- a/m4/ax_compiler_vendor.m4 +++ b/m4/ax_compiler_vendor.m4 @@ -44,6 +44,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_COMPILER_VENDOR], [ AC_CACHE_CHECK([for _AC_LANG compiler vendor], ax_cv_[]_AC_LANG_ABBREV[]_compiler_vendor, diff --git a/m4/ax_compute_relative_paths.m4 b/m4/ax_compute_relative_paths.m4 index b0f5ee5..cd90fbc 100644 --- a/m4/ax_compute_relative_paths.m4 +++ b/m4/ax_compute_relative_paths.m4 @@ -65,6 +65,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([ADL_COMPUTE_RELATIVE_PATHS], [AX_COMPUTE_RELATIVE_PATHS]) AC_DEFUN([AX_COMPUTE_RELATIVE_PATHS], [for _lcl_i in $1; do diff --git a/m4/ax_compute_standard_relative_paths.m4 b/m4/ax_compute_standard_relative_paths.m4 index 95a924c..b118b6c 100644 --- a/m4/ax_compute_standard_relative_paths.m4 +++ b/m4/ax_compute_standard_relative_paths.m4 @@ -71,6 +71,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AU_ALIAS([ADL_COMPUTE_STANDARD_RELATIVE_PATHS], [AX_COMPUTE_STANDARD_RELATIVE_PATHS]) AC_DEFUN([AX_COMPUTE_STANDARD_RELATIVE_PATHS], ## These calls need to be on separate lines for aclocal to work! diff --git a/m4/ax_cond_with_level.m4 b/m4/ax_cond_with_level.m4 index 0cb89aa..ee46091 100644 --- a/m4/ax_cond_with_level.m4 +++ b/m4/ax_cond_with_level.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_COND_WITH_LEVEL], [AX_COND_WITH_LEVEL]) AC_DEFUN([AX_COND_WITH_LEVEL], [dnl the names to be defined... diff --git a/m4/ax_config_feature.m4 b/m4/ax_config_feature.m4 index ec93d75..2bf0a4f 100644 --- a/m4/ax_config_feature.m4 +++ b/m4/ax_config_feature.m4 @@ -88,6 +88,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_CONFIG_FEATURE],[ dnl m4_pushdef([FEATURE], patsubst([$1], -, _))dnl diff --git a/m4/ax_configure_args.m4 b/m4/ax_configure_args.m4 index ce3683c..f8ac030 100644 --- a/m4/ax_configure_args.m4 +++ b/m4/ax_configure_args.m4 @@ -57,6 +57,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CONFIGURE_ARGS],[ # [$]@ is unsable in 2.60+ but earlier autoconf had no ac_configure_args if test "${ac_configure_args+set}" != "set" ; then diff --git a/m4/ax_count_cpus.m4 b/m4/ax_count_cpus.m4 index 1399a83..233a270 100644 --- a/m4/ax_count_cpus.m4 +++ b/m4/ax_count_cpus.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_COUNT_CPUS], [ AC_REQUIRE([AC_PROG_EGREP]) AC_MSG_CHECKING(the number of available CPUs) diff --git a/m4/ax_cpp_check_flag.m4 b/m4/ax_cpp_check_flag.m4 index 96a54ce..76a5a62 100644 --- a/m4/ax_cpp_check_flag.m4 +++ b/m4/ax_cpp_check_flag.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_CPP_CHECK_FLAG],[ AC_PREREQ([2.61]) AC_REQUIRE([AC_PROG_CPP]) diff --git a/m4/ax_cpu_freq.m4 b/m4/ax_cpu_freq.m4 index 05c65fa..cee9fb0 100644 --- a/m4/ax_cpu_freq.m4 +++ b/m4/ax_cpu_freq.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_CPU_FREQ], [AC_REQUIRE([AC_PROG_CC]) AC_LANG_PUSH([C++]) diff --git a/m4/ax_cpu_vendor.m4 b/m4/ax_cpu_vendor.m4 index 125e12c..13ecb88 100644 --- a/m4/ax_cpu_vendor.m4 +++ b/m4/ax_cpu_vendor.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_CPU_VENDOR], [ AC_REQUIRE([AX_GCC_X86_CPUID]) diff --git a/m4/ax_create_generic_config.m4 b/m4/ax_create_generic_config.m4 index 883c0cb..9190e7c 100644 --- a/m4/ax_create_generic_config.m4 +++ b/m4/ax_create_generic_config.m4 @@ -59,6 +59,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CREATE_GENERIC_CONFIG], [AX_CREATE_GENERIC_CONFIG]) AC_DEFUN([AX_CREATE_GENERIC_CONFIG],[# create a generic PACKAGE-config file L=`echo ifelse($1, , $PACKAGE $LIBS, $1)` diff --git a/m4/ax_create_pkgconfig_info.m4 b/m4/ax_create_pkgconfig_info.m4 index 60ac548..5c4310a 100644 --- a/m4/ax_create_pkgconfig_info.m4 +++ b/m4/ax_create_pkgconfig_info.m4 @@ -58,6 +58,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_CREATE_PKGCONFIG_INFO],[dnl AS_VAR_PUSHDEF([PKGCONFIG_suffix],[ax_create_pkgconfig_suffix])dnl AS_VAR_PUSHDEF([PKGCONFIG_libdir],[ax_create_pkgconfig_libdir])dnl diff --git a/m4/ax_create_stdint_h.m4 b/m4/ax_create_stdint_h.m4 index 60012af..88d1a49 100644 --- a/m4/ax_create_stdint_h.m4 +++ b/m4/ax_create_stdint_h.m4 @@ -74,6 +74,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_CHECK_DATA_MODEL],[ AC_CHECK_SIZEOF(char) AC_CHECK_SIZEOF(short) diff --git a/m4/ax_create_target_h.m4 b/m4/ax_create_target_h.m4 index 3d53496..0682260 100644 --- a/m4/ax_create_target_h.m4 +++ b/m4/ax_create_target_h.m4 @@ -108,6 +108,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_CREATE_TARGET_H], [AX_CREATE_TARGET_H]) AC_DEFUN([AX_CREATE_TARGET_H], [AC_REQUIRE([AC_CANONICAL_CPU_ARCH]) diff --git a/m4/ax_cvs.m4 b/m4/ax_cvs.m4 index 6db633f..944ccf6 100644 --- a/m4/ax_cvs.m4 +++ b/m4/ax_cvs.m4 @@ -82,6 +82,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AC_DEFUN([AX_CVS], [ AC_REQUIRE([AX_SPLIT_VERSION]) diff --git a/m4/ax_cxx_bool.m4 b/m4/ax_cxx_bool.m4 index 020145b..f39534f 100644 --- a/m4/ax_cxx_bool.m4 +++ b/m4/ax_cxx_bool.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_BOOL], [AX_CXX_BOOL]) AC_DEFUN([AX_CXX_BOOL], [AC_CACHE_CHECK(whether the compiler recognizes bool as a built-in type, diff --git a/m4/ax_cxx_check_flag.m4 b/m4/ax_cxx_check_flag.m4 index 2de9f27..90f2fc9 100644 --- a/m4/ax_cxx_check_flag.m4 +++ b/m4/ax_cxx_check_flag.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_CXX_CHECK_FLAG],[ AC_PREREQ([2.61]) AC_REQUIRE([AC_PROG_CXX]) diff --git a/m4/ax_cxx_compile_stdcxx_0x.m4 b/m4/ax_cxx_compile_stdcxx_0x.m4 index c0c31cb..6a87bee 100644 --- a/m4/ax_cxx_compile_stdcxx_0x.m4 +++ b/m4/ax_cxx_compile_stdcxx_0x.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_COMPILE_STDCXX_0X], [AX_CXX_COMPILE_STDCXX_0X]) AC_DEFUN([AX_CXX_COMPILE_STDCXX_0X], [ AC_CACHE_CHECK(if g++ supports C++0x features without additional flags, diff --git a/m4/ax_cxx_compiler_vendor.m4 b/m4/ax_cxx_compiler_vendor.m4 index d81f477..6a6bb09 100644 --- a/m4/ax_cxx_compiler_vendor.m4 +++ b/m4/ax_cxx_compiler_vendor.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([AC_CXX_COMPILER_VENDOR], [AX_CXX_COMPILER_VENDOR]) AC_DEFUN([AX_CXX_COMPILER_VENDOR], [AC_REQUIRE([AC_PROG_CXX]) diff --git a/m4/ax_cxx_complex_math_in_namespace_std.m4 b/m4/ax_cxx_complex_math_in_namespace_std.m4 index 2202d61..c594703 100644 --- a/m4/ax_cxx_complex_math_in_namespace_std.m4 +++ b/m4/ax_cxx_complex_math_in_namespace_std.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_COMPLEX_MATH_IN_NAMESPACE_STD], [AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD]) AC_DEFUN([AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD], [AC_CACHE_CHECK(whether complex math functions are in std::, diff --git a/m4/ax_cxx_const_cast.m4 b/m4/ax_cxx_const_cast.m4 index f777ab2..045b945 100644 --- a/m4/ax_cxx_const_cast.m4 +++ b/m4/ax_cxx_const_cast.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_CONST_CAST], [AX_CXX_CONST_CAST]) AC_DEFUN([AX_CXX_CONST_CAST], [AC_CACHE_CHECK(whether the compiler supports const_cast<>, diff --git a/m4/ax_cxx_cppflags_std_lang.m4 b/m4/ax_cxx_cppflags_std_lang.m4 index aef3f8a..4b15052 100644 --- a/m4/ax_cxx_cppflags_std_lang.m4 +++ b/m4/ax_cxx_cppflags_std_lang.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_CPPFLAGS_STD_LANG], [AX_CXX_CPPFLAGS_STD_LANG]) AC_DEFUN([AX_CXX_CPPFLAGS_STD_LANG], [AC_REQUIRE([AX_CXX_COMPILER_VENDOR]) diff --git a/m4/ax_cxx_cxxflags_std_lang.m4 b/m4/ax_cxx_cxxflags_std_lang.m4 index 614807b..8b32184 100644 --- a/m4/ax_cxx_cxxflags_std_lang.m4 +++ b/m4/ax_cxx_cxxflags_std_lang.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_CXXFLAGS_STD_LANG], [AX_CXX_CXXFLAGS_STD_LANG]) AC_DEFUN([AX_CXX_CXXFLAGS_STD_LANG], [AC_REQUIRE([AX_CXX_COMPILER_VENDOR]) diff --git a/m4/ax_cxx_default_template_parameters.m4 b/m4/ax_cxx_default_template_parameters.m4 index 32032bb..5502f05 100644 --- a/m4/ax_cxx_default_template_parameters.m4 +++ b/m4/ax_cxx_default_template_parameters.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_DEFAULT_TEMPLATE_PARAMETERS], [AX_CXX_DEFAULT_TEMPLATE_PARAMETERS]) AC_DEFUN([AX_CXX_DEFAULT_TEMPLATE_PARAMETERS], [AC_CACHE_CHECK(whether the compiler supports default template parameters, diff --git a/m4/ax_cxx_dtor_after_atexit.m4 b/m4/ax_cxx_dtor_after_atexit.m4 index d2ee612..275e2f8 100644 --- a/m4/ax_cxx_dtor_after_atexit.m4 +++ b/m4/ax_cxx_dtor_after_atexit.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_DTOR_AFTER_ATEXIT], [AX_CXX_DTOR_AFTER_ATEXIT]) AC_DEFUN([AX_CXX_DTOR_AFTER_ATEXIT], [AC_CACHE_CHECK(whether the compiler calls global destructors after functions registered through atexit, diff --git a/m4/ax_cxx_dynamic_cast.m4 b/m4/ax_cxx_dynamic_cast.m4 index 5e3b434..2918d15 100644 --- a/m4/ax_cxx_dynamic_cast.m4 +++ b/m4/ax_cxx_dynamic_cast.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_DYNAMIC_CAST], [AX_CXX_DYNAMIC_CAST]) AC_DEFUN([AX_CXX_DYNAMIC_CAST], [AC_CACHE_CHECK(whether the compiler supports dynamic_cast<>, diff --git a/m4/ax_cxx_enum_computations.m4 b/m4/ax_cxx_enum_computations.m4 index 50d3e66..c707810 100644 --- a/m4/ax_cxx_enum_computations.m4 +++ b/m4/ax_cxx_enum_computations.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_ENUM_COMPUTATIONS], [AX_CXX_ENUM_COMPUTATIONS]) AC_DEFUN([AX_CXX_ENUM_COMPUTATIONS], [AC_CACHE_CHECK(whether the compiler handle computations inside an enum, diff --git a/m4/ax_cxx_enum_computations_with_cast.m4 b/m4/ax_cxx_enum_computations_with_cast.m4 index 9e0bbca..8113eb1 100644 --- a/m4/ax_cxx_enum_computations_with_cast.m4 +++ b/m4/ax_cxx_enum_computations_with_cast.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_ENUM_COMPUTATIONS_WITH_CAST], [AX_CXX_ENUM_COMPUTATIONS_WITH_CAST]) AC_DEFUN([AX_CXX_ENUM_COMPUTATIONS_WITH_CAST], [AC_CACHE_CHECK(whether the compiler handles (int) casts in enum computations, diff --git a/m4/ax_cxx_exceptions.m4 b/m4/ax_cxx_exceptions.m4 index 68bf378..b5127e4 100644 --- a/m4/ax_cxx_exceptions.m4 +++ b/m4/ax_cxx_exceptions.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_EXCEPTIONS], [AX_CXX_EXCEPTIONS]) AC_DEFUN([AX_CXX_EXCEPTIONS], [AC_CACHE_CHECK(whether the compiler supports exceptions, diff --git a/m4/ax_cxx_explicit.m4 b/m4/ax_cxx_explicit.m4 index 6307122..a511aea 100644 --- a/m4/ax_cxx_explicit.m4 +++ b/m4/ax_cxx_explicit.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_EXPLICIT], [AX_CXX_EXPLICIT]) AC_DEFUN([AX_CXX_EXPLICIT], [AC_CACHE_CHECK(whether the compiler supports the explicit keyword, diff --git a/m4/ax_cxx_explicit_instantiations.m4 b/m4/ax_cxx_explicit_instantiations.m4 index 3db76fa..09d9f32 100644 --- a/m4/ax_cxx_explicit_instantiations.m4 +++ b/m4/ax_cxx_explicit_instantiations.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_EXPLICIT_INSTANTIATIONS], [AX_CXX_EXPLICIT_INSTANTIATIONS]) AC_DEFUN([AX_CXX_EXPLICIT_INSTANTIATIONS], [AC_CACHE_CHECK(whether the compiler supports explicit instantiations, diff --git a/m4/ax_cxx_explicit_template_function_qualification.m4 b/m4/ax_cxx_explicit_template_function_qualification.m4 index ebdbfb7..b9db423 100644 --- a/m4/ax_cxx_explicit_template_function_qualification.m4 +++ b/m4/ax_cxx_explicit_template_function_qualification.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION], [AX_CXX_EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION]) AC_DEFUN([AX_CXX_EXPLICIT_TEMPLATE_FUNCTION_QUALIFICATION], [AC_CACHE_CHECK(whether the compiler supports explicit template function qualification, diff --git a/m4/ax_cxx_extern_template.m4 b/m4/ax_cxx_extern_template.m4 index 9a05a10..022af57 100644 --- a/m4/ax_cxx_extern_template.m4 +++ b/m4/ax_cxx_extern_template.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_EXTERN_TEMPLATE], [AX_CXX_EXTERN_TEMPLATE]) AC_DEFUN([AX_CXX_EXTERN_TEMPLATE],[ AC_CACHE_CHECK(whether the compiler supports extern template, diff --git a/m4/ax_cxx_full_specialization_syntax.m4 b/m4/ax_cxx_full_specialization_syntax.m4 index 9881d34..708bccf 100644 --- a/m4/ax_cxx_full_specialization_syntax.m4 +++ b/m4/ax_cxx_full_specialization_syntax.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_FULL_SPECIALIZATION_SYNTAX], [AX_CXX_FULL_SPECIALIZATION_SYNTAX]) AC_DEFUN([AX_CXX_FULL_SPECIALIZATION_SYNTAX], [AC_CACHE_CHECK(whether the compiler recognizes the full specialization syntax, diff --git a/m4/ax_cxx_function_nontype_parameters.m4 b/m4/ax_cxx_function_nontype_parameters.m4 index 1e36ccd..0deafc0 100644 --- a/m4/ax_cxx_function_nontype_parameters.m4 +++ b/m4/ax_cxx_function_nontype_parameters.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_FUNCTION_NONTYPE_PARAMETERS], [AX_CXX_FUNCTION_NONTYPE_PARAMETERS]) AC_DEFUN([AX_CXX_FUNCTION_NONTYPE_PARAMETERS], [AC_CACHE_CHECK(whether the compiler supports function templates with non-type parameters, diff --git a/m4/ax_cxx_function_try_blocks.m4 b/m4/ax_cxx_function_try_blocks.m4 index 2b98097..fff4752 100644 --- a/m4/ax_cxx_function_try_blocks.m4 +++ b/m4/ax_cxx_function_try_blocks.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([MDL_CXX_FUNCTION_TRY_BLOCKS], [AX_CXX_FUNCTION_TRY_BLOCKS]) AC_DEFUN([AX_CXX_FUNCTION_TRY_BLOCKS], [ diff --git a/m4/ax_cxx_gcc_abi_demangle.m4 b/m4/ax_cxx_gcc_abi_demangle.m4 index 5296cae..2e85ea4 100644 --- a/m4/ax_cxx_gcc_abi_demangle.m4 +++ b/m4/ax_cxx_gcc_abi_demangle.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_CXX_GCC_ABI_DEMANGLE], [AC_CACHE_CHECK(whether the compiler supports GCC C++ ABI name demangling, ax_cv_cxx_gcc_abi_demangle, diff --git a/m4/ax_cxx_gnucxx_hashmap.m4 b/m4/ax_cxx_gnucxx_hashmap.m4 index 64a7aa4..2731c7b 100644 --- a/m4/ax_cxx_gnucxx_hashmap.m4 +++ b/m4/ax_cxx_gnucxx_hashmap.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_GNUCXX_HASHMAP], [AX_CXX_GNUCXX_HASHMAP]) AC_DEFUN([AX_CXX_GNUCXX_HASHMAP],[ AC_CACHE_CHECK(whether the compiler supports __gnu_cxx::hash_map, diff --git a/m4/ax_cxx_have_complex.m4 b/m4/ax_cxx_have_complex.m4 index 9e79b81..7290b82 100644 --- a/m4/ax_cxx_have_complex.m4 +++ b/m4/ax_cxx_have_complex.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_COMPLEX], [AX_CXX_HAVE_COMPLEX]) AC_DEFUN([AX_CXX_HAVE_COMPLEX], [AC_CACHE_CHECK(whether the compiler has complex<T>, diff --git a/m4/ax_cxx_have_complex_math1.m4 b/m4/ax_cxx_have_complex_math1.m4 index b3d5030..3b8d747 100644 --- a/m4/ax_cxx_have_complex_math1.m4 +++ b/m4/ax_cxx_have_complex_math1.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_COMPLEX_MATH1], [AX_CXX_HAVE_COMPLEX_MATH1]) AC_DEFUN([AX_CXX_HAVE_COMPLEX_MATH1], [AC_CACHE_CHECK(whether the compiler has complex math functions, diff --git a/m4/ax_cxx_have_complex_math2.m4 b/m4/ax_cxx_have_complex_math2.m4 index 6afd34f..fc69c87 100644 --- a/m4/ax_cxx_have_complex_math2.m4 +++ b/m4/ax_cxx_have_complex_math2.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_COMPLEX_MATH2], [AX_CXX_HAVE_COMPLEX_MATH2]) AC_DEFUN([AX_CXX_HAVE_COMPLEX_MATH2], [AC_CACHE_CHECK(whether the compiler has more complex math functions, diff --git a/m4/ax_cxx_have_empty_iostream.m4 b/m4/ax_cxx_have_empty_iostream.m4 index ae05d28..144c214 100644 --- a/m4/ax_cxx_have_empty_iostream.m4 +++ b/m4/ax_cxx_have_empty_iostream.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CXX_HAVE_EMPTY_IOSTREAM], [AX_CXX_HAVE_EMPTY_IOSTREAM]) AC_DEFUN([AX_CXX_HAVE_EMPTY_IOSTREAM], [AC_CACHE_CHECK(whether the compiler allow empty iostream, diff --git a/m4/ax_cxx_have_ext_hash_map.m4 b/m4/ax_cxx_have_ext_hash_map.m4 index 77bfc17..fef8176 100644 --- a/m4/ax_cxx_have_ext_hash_map.m4 +++ b/m4/ax_cxx_have_ext_hash_map.m4 @@ -53,6 +53,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CXX_HAVE_EXT_HASH_MAP], [AX_CXX_HAVE_EXT_HASH_MAP]) AC_DEFUN([AX_CXX_HAVE_EXT_HASH_MAP], [AC_CACHE_CHECK(whether the compiler has ext/hash_map, diff --git a/m4/ax_cxx_have_ext_hash_set.m4 b/m4/ax_cxx_have_ext_hash_set.m4 index fb0b91f..cc26bf0 100644 --- a/m4/ax_cxx_have_ext_hash_set.m4 +++ b/m4/ax_cxx_have_ext_hash_set.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CXX_HAVE_EXT_HASH_SET], [AX_CXX_HAVE_EXT_HASH_SET]) AC_DEFUN([AX_CXX_HAVE_EXT_HASH_SET], [AC_CACHE_CHECK(whether the compiler has ext/hash_set, diff --git a/m4/ax_cxx_have_ext_slist.m4 b/m4/ax_cxx_have_ext_slist.m4 index cc8d218..d2fc5ae 100644 --- a/m4/ax_cxx_have_ext_slist.m4 +++ b/m4/ax_cxx_have_ext_slist.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CXX_HAVE_EXT_SLIST], [AX_CXX_HAVE_EXT_SLIST]) AC_DEFUN([AX_CXX_HAVE_EXT_SLIST], [AC_CACHE_CHECK(whether the compiler has ext/slist, diff --git a/m4/ax_cxx_have_freeze_sstream.m4 b/m4/ax_cxx_have_freeze_sstream.m4 index 880ef3d..e73d479 100644 --- a/m4/ax_cxx_have_freeze_sstream.m4 +++ b/m4/ax_cxx_have_freeze_sstream.m4 @@ -57,6 +57,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CXX_HAVE_FREEZE_SSTREAM], [AX_CXX_HAVE_FREEZE_SSTREAM]) AC_DEFUN([AX_CXX_HAVE_FREEZE_SSTREAM], [AC_CACHE_CHECK(whether the compiler has freeze in stringstream, diff --git a/m4/ax_cxx_have_ieee_math.m4 b/m4/ax_cxx_have_ieee_math.m4 index 2e4bc6d..8ce21e5 100644 --- a/m4/ax_cxx_have_ieee_math.m4 +++ b/m4/ax_cxx_have_ieee_math.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_IEEE_MATH], [AX_CXX_HAVE_IEEE_MATH]) AC_DEFUN([AX_CXX_HAVE_IEEE_MATH], [AC_CACHE_CHECK(whether the compiler supports IEEE math library, diff --git a/m4/ax_cxx_have_koenig_lookup.m4 b/m4/ax_cxx_have_koenig_lookup.m4 index c335737..1c258c2 100644 --- a/m4/ax_cxx_have_koenig_lookup.m4 +++ b/m4/ax_cxx_have_koenig_lookup.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([MNI_CXX_HAVE_KOENIG_LOOKUP], [AX_CXX_HAVE_KOENIG_LOOKUP]) AC_DEFUN([AX_CXX_HAVE_KOENIG_LOOKUP], [AC_CACHE_CHECK(whether the compiler implements Koenig lookup, diff --git a/m4/ax_cxx_have_long_long_for_iostream.m4 b/m4/ax_cxx_have_long_long_for_iostream.m4 index 3b802eb..a63b127 100644 --- a/m4/ax_cxx_have_long_long_for_iostream.m4 +++ b/m4/ax_cxx_have_long_long_for_iostream.m4 @@ -60,6 +60,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_CXX_HAVE_LONG_LONG_FOR_IOSTREAM], [AX_CXX_HAVE_LONG_LONG_FOR_IOSTREAM]) AC_DEFUN([AX_CXX_HAVE_LONG_LONG_FOR_IOSTREAM], [AC_CACHE_CHECK(whether the compiler allow long long for [i|o]stream, diff --git a/m4/ax_cxx_have_numeric_limits.m4 b/m4/ax_cxx_have_numeric_limits.m4 index fd2a482..7384a92 100644 --- a/m4/ax_cxx_have_numeric_limits.m4 +++ b/m4/ax_cxx_have_numeric_limits.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_NUMERIC_LIMITS], [AX_CXX_HAVE_NUMERIC_LIMITS]) AC_DEFUN([AX_CXX_HAVE_NUMERIC_LIMITS], [AC_CACHE_CHECK(whether the compiler has numeric_limits<T>, diff --git a/m4/ax_cxx_have_sstream.m4 b/m4/ax_cxx_have_sstream.m4 index 6f9c7d3..237f848 100644 --- a/m4/ax_cxx_have_sstream.m4 +++ b/m4/ax_cxx_have_sstream.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_SSTREAM], [AX_CXX_HAVE_SSTREAM]) AC_DEFUN([AX_CXX_HAVE_SSTREAM], [AC_CACHE_CHECK(whether the compiler has stringstream, diff --git a/m4/ax_cxx_have_std.m4 b/m4/ax_cxx_have_std.m4 index 64f1c83..d86f976 100644 --- a/m4/ax_cxx_have_std.m4 +++ b/m4/ax_cxx_have_std.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_STD], [AX_CXX_HAVE_STD]) AC_DEFUN([AX_CXX_HAVE_STD], [AC_CACHE_CHECK(whether the compiler supports ISO C++ standard library, diff --git a/m4/ax_cxx_have_stl.m4 b/m4/ax_cxx_have_stl.m4 index ceecd1d..23ce878 100644 --- a/m4/ax_cxx_have_stl.m4 +++ b/m4/ax_cxx_have_stl.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_STL], [AX_CXX_HAVE_STL]) AC_DEFUN([AX_CXX_HAVE_STL], [AC_CACHE_CHECK(whether the compiler supports Standard Template Library, diff --git a/m4/ax_cxx_have_string_push_back.m4 b/m4/ax_cxx_have_string_push_back.m4 index 68b28e2..9cad7a1 100644 --- a/m4/ax_cxx_have_string_push_back.m4 +++ b/m4/ax_cxx_have_string_push_back.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_STRING_PUSH_BACK], [AX_CXX_HAVE_STRING_PUSH_BACK]) AC_DEFUN([AX_CXX_HAVE_STRING_PUSH_BACK], [AC_CACHE_CHECK(whether the compiler has std::string::push_back (char), diff --git a/m4/ax_cxx_have_system_v_math.m4 b/m4/ax_cxx_have_system_v_math.m4 index 6d29705..aadea87 100644 --- a/m4/ax_cxx_have_system_v_math.m4 +++ b/m4/ax_cxx_have_system_v_math.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_SYSTEM_V_MATH], [AX_CXX_HAVE_SYSTEM_V_MATH]) AC_DEFUN([AX_CXX_HAVE_SYSTEM_V_MATH], [AC_CACHE_CHECK(whether the compiler supports System V math library, diff --git a/m4/ax_cxx_have_valarray.m4 b/m4/ax_cxx_have_valarray.m4 index 71620df..132f3b8 100644 --- a/m4/ax_cxx_have_valarray.m4 +++ b/m4/ax_cxx_have_valarray.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_VALARRAY], [AX_CXX_HAVE_VALARRAY]) AC_DEFUN([AX_CXX_HAVE_VALARRAY], [AC_CACHE_CHECK(whether the compiler has valarray<T>, diff --git a/m4/ax_cxx_have_vector_at.m4 b/m4/ax_cxx_have_vector_at.m4 index 9ef4e7b..5ac9617 100644 --- a/m4/ax_cxx_have_vector_at.m4 +++ b/m4/ax_cxx_have_vector_at.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HAVE_VECTOR_AT], [AX_CXX_HAVE_VECTOR_AT]) AC_DEFUN([AX_CXX_HAVE_VECTOR_AT], [AC_CACHE_CHECK(whether the compiler has std::vector::at (std::size_t), diff --git a/m4/ax_cxx_header_pre_stdcxx.m4 b/m4/ax_cxx_header_pre_stdcxx.m4 index 76b2562..2b9e73c 100644 --- a/m4/ax_cxx_header_pre_stdcxx.m4 +++ b/m4/ax_cxx_header_pre_stdcxx.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_PRE_STDCXX], [AX_CXX_HEADER_PRE_STDCXX]) AC_DEFUN([AX_CXX_HEADER_PRE_STDCXX], [ AC_CACHE_CHECK(for pre-ISO C++ include files, diff --git a/m4/ax_cxx_header_stdcxx_0x.m4 b/m4/ax_cxx_header_stdcxx_0x.m4 index f27d8a9..33a371c 100644 --- a/m4/ax_cxx_header_stdcxx_0x.m4 +++ b/m4/ax_cxx_header_stdcxx_0x.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_STDCXX_0X], [AX_CXX_HEADER_STDCXX_0X]) AC_DEFUN([AX_CXX_HEADER_STDCXX_0X], [ AC_CACHE_CHECK(for ISO C++ 0x include files, diff --git a/m4/ax_cxx_header_stdcxx_98.m4 b/m4/ax_cxx_header_stdcxx_98.m4 index d6f9e56..3be2a32 100644 --- a/m4/ax_cxx_header_stdcxx_98.m4 +++ b/m4/ax_cxx_header_stdcxx_98.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_STDCXX_98], [AX_CXX_HEADER_STDCXX_98]) AC_DEFUN([AX_CXX_HEADER_STDCXX_98], [ AC_CACHE_CHECK(for ISO C++ 98 include files, diff --git a/m4/ax_cxx_header_stdcxx_tr1.m4 b/m4/ax_cxx_header_stdcxx_tr1.m4 index c71ac3b..e1d066c 100644 --- a/m4/ax_cxx_header_stdcxx_tr1.m4 +++ b/m4/ax_cxx_header_stdcxx_tr1.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_STDCXX_TR1], [AX_CXX_HEADER_STDCXX_TR1]) AC_DEFUN([AX_CXX_HEADER_STDCXX_TR1], [ AC_CACHE_CHECK(for ISO C++ TR1 include files, diff --git a/m4/ax_cxx_header_tr1_unordered_map.m4 b/m4/ax_cxx_header_tr1_unordered_map.m4 index 8aa3ad7..a84b05a 100644 --- a/m4/ax_cxx_header_tr1_unordered_map.m4 +++ b/m4/ax_cxx_header_tr1_unordered_map.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_TR1_UNORDERED_MAP], [AX_CXX_HEADER_TR1_UNORDERED_MAP]) AC_DEFUN([AX_CXX_HEADER_TR1_UNORDERED_MAP], [ AC_CACHE_CHECK(for tr1/unordered_map, diff --git a/m4/ax_cxx_header_tr1_unordered_set.m4 b/m4/ax_cxx_header_tr1_unordered_set.m4 index 679f979..ab9330c 100644 --- a/m4/ax_cxx_header_tr1_unordered_set.m4 +++ b/m4/ax_cxx_header_tr1_unordered_set.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_TR1_UNORDERED_SET], [AX_CXX_HEADER_TR1_UNORDERED_SET]) AC_DEFUN([AX_CXX_HEADER_TR1_UNORDERED_SET], [ AC_CACHE_CHECK(for tr1/unordered_set, diff --git a/m4/ax_cxx_header_unordered_map.m4 b/m4/ax_cxx_header_unordered_map.m4 index 572ed3d..f540f01 100644 --- a/m4/ax_cxx_header_unordered_map.m4 +++ b/m4/ax_cxx_header_unordered_map.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_UNORDERED_MAP], [AX_CXX_HEADER_UNORDERED_MAP]) AC_DEFUN([AX_CXX_HEADER_UNORDERED_MAP], [ AC_CACHE_CHECK(for unordered_map, diff --git a/m4/ax_cxx_header_unordered_set.m4 b/m4/ax_cxx_header_unordered_set.m4 index a903a36..f1737f1 100644 --- a/m4/ax_cxx_header_unordered_set.m4 +++ b/m4/ax_cxx_header_unordered_set.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_HEADER_UNORDERED_SET], [AX_CXX_HEADER_UNORDERED_SET]) AC_DEFUN([AX_CXX_HEADER_UNORDERED_SET], [ AC_CACHE_CHECK(for unordered_set, diff --git a/m4/ax_cxx_ldflags_std_lang.m4 b/m4/ax_cxx_ldflags_std_lang.m4 index 39f11fa..1923755 100644 --- a/m4/ax_cxx_ldflags_std_lang.m4 +++ b/m4/ax_cxx_ldflags_std_lang.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_LDFLAGS_STD_LANG], [AX_CXX_LDFLAGS_STD_LANG]) AC_DEFUN([AX_CXX_LDFLAGS_STD_LANG], [AC_REQUIRE([AX_CXX_COMPILER_VENDOR]) diff --git a/m4/ax_cxx_member_constants.m4 b/m4/ax_cxx_member_constants.m4 index ba7db02..128b763 100644 --- a/m4/ax_cxx_member_constants.m4 +++ b/m4/ax_cxx_member_constants.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_MEMBER_CONSTANTS], [AX_CXX_MEMBER_CONSTANTS]) AC_DEFUN([AX_CXX_MEMBER_CONSTANTS], [AC_CACHE_CHECK(whether the compiler supports member constants, diff --git a/m4/ax_cxx_member_templates.m4 b/m4/ax_cxx_member_templates.m4 index b2a5be1..a907b98 100644 --- a/m4/ax_cxx_member_templates.m4 +++ b/m4/ax_cxx_member_templates.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_MEMBER_TEMPLATES], [AX_CXX_MEMBER_TEMPLATES]) AC_DEFUN([AX_CXX_MEMBER_TEMPLATES], [AC_CACHE_CHECK(whether the compiler supports member templates, diff --git a/m4/ax_cxx_member_templates_outside_class.m4 b/m4/ax_cxx_member_templates_outside_class.m4 index 0068039..b3c0ffc 100644 --- a/m4/ax_cxx_member_templates_outside_class.m4 +++ b/m4/ax_cxx_member_templates_outside_class.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_MEMBER_TEMPLATES_OUTSIDE_CLASS], [AX_CXX_MEMBER_TEMPLATES_OUTSIDE_CLASS]) AC_DEFUN([AX_CXX_MEMBER_TEMPLATES_OUTSIDE_CLASS], [AC_CACHE_CHECK(whether the compiler supports member templates outside the class declaration, diff --git a/m4/ax_cxx_mutable.m4 b/m4/ax_cxx_mutable.m4 index cad7baf..b9360af 100644 --- a/m4/ax_cxx_mutable.m4 +++ b/m4/ax_cxx_mutable.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_MUTABLE], [AX_CXX_MUTABLE]) AC_DEFUN([AX_CXX_MUTABLE], [AC_CACHE_CHECK(whether the compiler supports the mutable keyword, diff --git a/m4/ax_cxx_namespace_std.m4 b/m4/ax_cxx_namespace_std.m4 index 58b6231..e7fc6c9 100644 --- a/m4/ax_cxx_namespace_std.m4 +++ b/m4/ax_cxx_namespace_std.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_NAMESPACE_STD], [AX_CXX_NAMESPACE_STD]) AC_DEFUN([AX_CXX_NAMESPACE_STD], [ AC_CACHE_CHECK(if g++ supports namespace std, diff --git a/m4/ax_cxx_namespaces.m4 b/m4/ax_cxx_namespaces.m4 index 8d1ec02..b467d93 100644 --- a/m4/ax_cxx_namespaces.m4 +++ b/m4/ax_cxx_namespaces.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_NAMESPACES], [AX_CXX_NAMESPACES]) AC_DEFUN([AX_CXX_NAMESPACES], [AC_CACHE_CHECK(whether the compiler implements namespaces, diff --git a/m4/ax_cxx_new_for_scoping.m4 b/m4/ax_cxx_new_for_scoping.m4 index a18e7ad..8e6cf61 100644 --- a/m4/ax_cxx_new_for_scoping.m4 +++ b/m4/ax_cxx_new_for_scoping.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_NEW_FOR_SCOPING], [AX_CXX_NEW_FOR_SCOPING]) AC_DEFUN([AX_CXX_NEW_FOR_SCOPING], [AC_CACHE_CHECK(whether the compiler accepts the new for scoping rules, diff --git a/m4/ax_cxx_old_for_scoping.m4 b/m4/ax_cxx_old_for_scoping.m4 index eb52c63..f893c61 100644 --- a/m4/ax_cxx_old_for_scoping.m4 +++ b/m4/ax_cxx_old_for_scoping.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_OLD_FOR_SCOPING], [AX_CXX_OLD_FOR_SCOPING]) AC_DEFUN([AX_CXX_OLD_FOR_SCOPING], [AC_CACHE_CHECK(whether the compiler accepts the old for scoping rules, diff --git a/m4/ax_cxx_partial_ordering.m4 b/m4/ax_cxx_partial_ordering.m4 index 98d258a..0d0b7ba 100644 --- a/m4/ax_cxx_partial_ordering.m4 +++ b/m4/ax_cxx_partial_ordering.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_PARTIAL_ORDERING], [AX_CXX_PARTIAL_ORDERING]) AC_DEFUN([AX_CXX_PARTIAL_ORDERING], [AC_CACHE_CHECK(whether the compiler supports partial ordering, diff --git a/m4/ax_cxx_partial_specialization.m4 b/m4/ax_cxx_partial_specialization.m4 index 78e014a..0c38024 100644 --- a/m4/ax_cxx_partial_specialization.m4 +++ b/m4/ax_cxx_partial_specialization.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_PARTIAL_SPECIALIZATION], [AX_CXX_PARTIAL_SPECIALIZATION]) AC_DEFUN([AX_CXX_PARTIAL_SPECIALIZATION], [AC_CACHE_CHECK(whether the compiler supports partial specialization, diff --git a/m4/ax_cxx_reinterpret_cast.m4 b/m4/ax_cxx_reinterpret_cast.m4 index 0e98f11..6b504af 100644 --- a/m4/ax_cxx_reinterpret_cast.m4 +++ b/m4/ax_cxx_reinterpret_cast.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_REINTERPRET_CAST], [AX_CXX_REINTERPRET_CAST]) AC_DEFUN([AX_CXX_REINTERPRET_CAST], [AC_CACHE_CHECK(whether the compiler supports reinterpret_cast<>, diff --git a/m4/ax_cxx_rtti.m4 b/m4/ax_cxx_rtti.m4 index e25aebb..16db825 100644 --- a/m4/ax_cxx_rtti.m4 +++ b/m4/ax_cxx_rtti.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_RTTI], [AX_CXX_RTTI]) AC_DEFUN([AX_CXX_RTTI], [AC_CACHE_CHECK(whether the compiler supports Run-Time Type Identification, diff --git a/m4/ax_cxx_static_cast.m4 b/m4/ax_cxx_static_cast.m4 index e319ad8..2645afc 100644 --- a/m4/ax_cxx_static_cast.m4 +++ b/m4/ax_cxx_static_cast.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_STATIC_CAST], [AX_CXX_STATIC_CAST]) AC_DEFUN([AX_CXX_STATIC_CAST], [AC_CACHE_CHECK(whether the compiler supports static_cast<>, diff --git a/m4/ax_cxx_stlport_hashmap.m4 b/m4/ax_cxx_stlport_hashmap.m4 index a019728..197d16f 100644 --- a/m4/ax_cxx_stlport_hashmap.m4 +++ b/m4/ax_cxx_stlport_hashmap.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_STLPORT_HASHMAP], [AX_CXX_STLPORT_HASHMAP]) AC_DEFUN([AX_CXX_STLPORT_HASHMAP],[ AC_CACHE_CHECK(whether the compiler supports std::hash_map, diff --git a/m4/ax_cxx_template_keyword_qualifier.m4 b/m4/ax_cxx_template_keyword_qualifier.m4 index bd7364a..da01bff 100644 --- a/m4/ax_cxx_template_keyword_qualifier.m4 +++ b/m4/ax_cxx_template_keyword_qualifier.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TEMPLATE_KEYWORD_QUALIFIER], [AX_CXX_TEMPLATE_KEYWORD_QUALIFIER]) AC_DEFUN([AX_CXX_TEMPLATE_KEYWORD_QUALIFIER], [AC_CACHE_CHECK(whether the compiler supports use of the template keyword as a qualifier, diff --git a/m4/ax_cxx_template_qualified_base_class.m4 b/m4/ax_cxx_template_qualified_base_class.m4 index 2c24851..39cd24d 100644 --- a/m4/ax_cxx_template_qualified_base_class.m4 +++ b/m4/ax_cxx_template_qualified_base_class.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TEMPLATE_QUALIFIED_BASE_CLASS], [AX_CXX_TEMPLATE_QUALIFIED_BASE_CLASS]) AC_DEFUN([AX_CXX_TEMPLATE_QUALIFIED_BASE_CLASS], [AC_CACHE_CHECK(whether the compiler supports template-qualified base class specifiers, diff --git a/m4/ax_cxx_template_qualified_return_type.m4 b/m4/ax_cxx_template_qualified_return_type.m4 index bc95ded..928a807 100644 --- a/m4/ax_cxx_template_qualified_return_type.m4 +++ b/m4/ax_cxx_template_qualified_return_type.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TEMPLATE_QUALIFIED_RETURN_TYPE], [AX_CXX_TEMPLATE_QUALIFIED_RETURN_TYPE]) AC_DEFUN([AX_CXX_TEMPLATE_QUALIFIED_RETURN_TYPE], [AC_CACHE_CHECK(whether the compiler supports template-qualified return types, diff --git a/m4/ax_cxx_template_scoped_argument_matching.m4 b/m4/ax_cxx_template_scoped_argument_matching.m4 index b427592..072f355 100644 --- a/m4/ax_cxx_template_scoped_argument_matching.m4 +++ b/m4/ax_cxx_template_scoped_argument_matching.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TEMPLATE_SCOPED_ARGUMENT_MATCHING], [AX_CXX_TEMPLATE_SCOPED_ARGUMENT_MATCHING]) AC_DEFUN([AX_CXX_TEMPLATE_SCOPED_ARGUMENT_MATCHING], [AC_CACHE_CHECK(whether the compiler supports function matching with argument types which are template scope-qualified, diff --git a/m4/ax_cxx_templates.m4 b/m4/ax_cxx_templates.m4 index 745218c..0687981 100644 --- a/m4/ax_cxx_templates.m4 +++ b/m4/ax_cxx_templates.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TEMPLATES], [AX_CXX_TEMPLATES]) AC_DEFUN([AX_CXX_TEMPLATES], [AC_CACHE_CHECK(whether the compiler supports basic templates, diff --git a/m4/ax_cxx_templates_as_template_arguments.m4 b/m4/ax_cxx_templates_as_template_arguments.m4 index 561d182..63e99f8 100644 --- a/m4/ax_cxx_templates_as_template_arguments.m4 +++ b/m4/ax_cxx_templates_as_template_arguments.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TEMPLATES_AS_TEMPLATE_ARGUMENTS], [AX_CXX_TEMPLATES_AS_TEMPLATE_ARGUMENTS]) AC_DEFUN([AX_CXX_TEMPLATES_AS_TEMPLATE_ARGUMENTS], [AC_CACHE_CHECK(whether the compiler supports templates as template arguments, diff --git a/m4/ax_cxx_typename.m4 b/m4/ax_cxx_typename.m4 index f87aaa4..2525e10 100644 --- a/m4/ax_cxx_typename.m4 +++ b/m4/ax_cxx_typename.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_TYPENAME], [AX_CXX_TYPENAME]) AC_DEFUN([AX_CXX_TYPENAME], [AC_CACHE_CHECK(whether the compiler recognizes typename, diff --git a/m4/ax_cxx_use_numtrait.m4 b/m4/ax_cxx_use_numtrait.m4 index 9933013..ccda6f4 100644 --- a/m4/ax_cxx_use_numtrait.m4 +++ b/m4/ax_cxx_use_numtrait.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_CXX_USE_NUMTRAIT], [AX_CXX_USE_NUMTRAIT]) AC_DEFUN([AX_CXX_USE_NUMTRAIT], [AC_CACHE_CHECK(whether the compiler supports numeric traits promotions, diff --git a/m4/ax_cxx_verbose_terminate_handler.m4 b/m4/ax_cxx_verbose_terminate_handler.m4 index 4e6533c..23e03df 100644 --- a/m4/ax_cxx_verbose_terminate_handler.m4 +++ b/m4/ax_cxx_verbose_terminate_handler.m4 @@ -33,6 +33,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. This file is offered as-is, without any warranty. +#serial 6 + AC_DEFUN([AX_CXX_VERBOSE_TERMINATE_HANDLER], [AC_CACHE_CHECK([whether the terminate function prints useful information], [ax_cv_cxx_verbose_terminate_handler], diff --git a/m4/ax_cxxcpp_check_flag.m4 b/m4/ax_cxxcpp_check_flag.m4 index 5d34fa5..e1cb241 100644 --- a/m4/ax_cxxcpp_check_flag.m4 +++ b/m4/ax_cxxcpp_check_flag.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_CXXCPP_CHECK_FLAG],[ AC_PREREQ([2.61]) AC_REQUIRE([AC_PROG_CXXCPP]) diff --git a/m4/ax_decl_wchar_max.m4 b/m4/ax_decl_wchar_max.m4 index 94f7014..0bd013a 100644 --- a/m4/ax_decl_wchar_max.m4 +++ b/m4/ax_decl_wchar_max.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([VL_DECL_WCHAR_MAX], [AX_DECL_WCHAR_MAX]) AC_DEFUN([AX_DECL_WCHAR_MAX], [ AC_CACHE_CHECK([whether WCHAR_MAX is defined], ax_cv_decl_wchar_max, [ diff --git a/m4/ax_define_dir.m4 b/m4/ax_define_dir.m4 index 8e80584..fdc8505 100644 --- a/m4/ax_define_dir.m4 +++ b/m4/ax_define_dir.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_DEFINE_DIR], [AX_DEFINE_DIR]) AC_DEFUN([AX_DEFINE_DIR], [ prefix_NONE= diff --git a/m4/ax_define_integer_bits.m4 b/m4/ax_define_integer_bits.m4 index 50ea6de..9e96876 100644 --- a/m4/ax_define_integer_bits.m4 +++ b/m4/ax_define_integer_bits.m4 @@ -44,6 +44,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_DEFINE_INTEGER_BITS], [AX_DEFINE_INTEGER_BITS]) AC_DEFUN([AX_DEFINE_INTEGER_BITS], [m4_define([ac_datatype_bits], [m4_translit($1, [a-zA-Z_])]) diff --git a/m4/ax_define_sub_path.m4 b/m4/ax_define_sub_path.m4 index 461a878..58c81cb 100644 --- a/m4/ax_define_sub_path.m4 +++ b/m4/ax_define_sub_path.m4 @@ -79,6 +79,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([AC_DEFINE_SUB_PATH], [AX_DEFINE_SUB_PATH]) AC_DEFUN([AX_DEFINE_SUB_PATH], [dnl diff --git a/m4/ax_dirname.m4 b/m4/ax_dirname.m4 index e2e7887..c898868 100644 --- a/m4/ax_dirname.m4 +++ b/m4/ax_dirname.m4 @@ -45,6 +45,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_DIRNAME], [echo X[]$1 | sed ['s/\/[^\/:][^\/:]*\/..\//\//g diff --git a/m4/ax_dist_msi.m4 b/m4/ax_dist_msi.m4 index 182c24e..66bb3f8 100644 --- a/m4/ax_dist_msi.m4 +++ b/m4/ax_dist_msi.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_DIST_MSI], [ AC_REQUIRE([AX_INSTALL_FILES]) diff --git a/m4/ax_dist_rpm.m4 b/m4/ax_dist_rpm.m4 index dd2ab21..f984017 100644 --- a/m4/ax_dist_rpm.m4 +++ b/m4/ax_dist_rpm.m4 @@ -61,6 +61,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 15 + AC_DEFUN([AX_DIST_RPM], [ AC_REQUIRE([AX_INSTALL_FILES]) diff --git a/m4/ax_dll_string.m4 b/m4/ax_dll_string.m4 index ebfa9bc..c27f004 100644 --- a/m4/ax_dll_string.m4 +++ b/m4/ax_dll_string.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + dnl Plan: compile conftest-dll.cc, conftest-exe.cc. It has a 'crash' param dnl that can be passed. Verify the compile worked and we can run it normally dnl ok. Then, pass 'crash', test if it crashed, fail. diff --git a/m4/ax_enable_builddir.m4 b/m4/ax_enable_builddir.m4 index add9964..cdfe7ae 100644 --- a/m4/ax_enable_builddir.m4 +++ b/m4/ax_enable_builddir.m4 @@ -79,6 +79,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 17 + AC_DEFUN([AX_ENABLE_BUILDDIR],[ AC_REQUIRE([AC_CANONICAL_HOST])[]dnl AC_REQUIRE([AX_CONFIGURE_ARGS])[]dnl diff --git a/m4/ax_expand_prefix.m4 b/m4/ax_expand_prefix.m4 index 7687349..1ee0c24 100644 --- a/m4/ax_expand_prefix.m4 +++ b/m4/ax_expand_prefix.m4 @@ -56,6 +56,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_EXPAND_PREFIX],[dnl # The prefix default can be set in configure.ac (otherwise it is /usr/local) test "x$prefix" = xNONE && prefix=$ac_default_prefix diff --git a/m4/ax_ext.m4 b/m4/ax_ext.m4 index 96fdbcc..2ca7518 100644 --- a/m4/ax_ext.m4 +++ b/m4/ax_ext.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_EXT], [ AC_REQUIRE([AX_GCC_X86_CPUID]) diff --git a/m4/ax_ext_check_header.m4 b/m4/ax_ext_check_header.m4 index bdc45aa..ad42a0b 100644 --- a/m4/ax_ext_check_header.m4 +++ b/m4/ax_ext_check_header.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_EXT_HAVE_HEADER], [AC_LANG_PUSH(C) AC_CHECK_HEADER($1, [$3 got="yes"], [$4 got="no"], $5) diff --git a/m4/ax_ext_have_lib.m4 b/m4/ax_ext_have_lib.m4 index 6fcc106..a864be2 100644 --- a/m4/ax_ext_have_lib.m4 +++ b/m4/ax_ext_have_lib.m4 @@ -38,6 +38,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_EXT_HAVE_LIB], [ new_ldflags=${LDFLAGS} diff --git a/m4/ax_extra_dist.m4 b/m4/ax_extra_dist.m4 index 5808eea..2cdefd8 100644 --- a/m4/ax_extra_dist.m4 +++ b/m4/ax_extra_dist.m4 @@ -40,6 +40,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_EXTRA_DIST], [ AC_MSG_NOTICE([adding custom dist support]) diff --git a/m4/ax_f77_cmain_fflags.m4 b/m4/ax_f77_cmain_fflags.m4 index f319295..6bbf458 100644 --- a/m4/ax_f77_cmain_fflags.m4 +++ b/m4/ax_f77_cmain_fflags.m4 @@ -53,6 +53,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([ACX_F77_CMAIN_FFLAGS], [AX_F77_CMAIN_FFLAGS]) AC_DEFUN([AX_F77_CMAIN_FFLAGS], [AC_CACHE_CHECK([for f77 flags to use C main function], ax_cv_f77_cmain_fflags, diff --git a/m4/ax_f90_header.m4 b/m4/ax_f90_header.m4 index f56cce4..0d3d136 100644 --- a/m4/ax_f90_header.m4 +++ b/m4/ax_f90_header.m4 @@ -31,6 +31,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_F90_HEADER],[ AX_F90_INTERNAL_HEADMOD([$1 fortran 90 header],[$2],-I, [$3],AS_TR_SH(F90_HEADER_$1),[$4],[$5],[$6]) diff --git a/m4/ax_f90_internal_headmod.m4 b/m4/ax_f90_internal_headmod.m4 index a5ff19b..5646dee 100644 --- a/m4/ax_f90_internal_headmod.m4 +++ b/m4/ax_f90_internal_headmod.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_F90_INTERNAL_HEADMOD],[ AS_VAR_PUSHDEF([ax_include],[ax_cv_f90_headmod_$2]) AC_MSG_CHECKING([$1]) diff --git a/m4/ax_f90_library.m4 b/m4/ax_f90_library.m4 index e76946c..bfde161 100644 --- a/m4/ax_f90_library.m4 +++ b/m4/ax_f90_library.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_F90_LIBRARY],[ AS_VAR_PUSHDEF([ax_ldflags],[ax_cv_f90_ldflags_$1]) AS_VAR_PUSHDEF([ax_libs],[ax_cv_f90_libs_$1]) diff --git a/m4/ax_f90_library_setup.m4 b/m4/ax_f90_library_setup.m4 index 491fa02..6d9359e 100644 --- a/m4/ax_f90_library_setup.m4 +++ b/m4/ax_f90_library_setup.m4 @@ -55,6 +55,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_F90_LIBRARY_SETUP],[ AC_ARG_WITH([$1],[ --with-$1=path specify search path form $1 module and library], [if test x${withval} = xno ; then diff --git a/m4/ax_f90_module.m4 b/m4/ax_f90_module.m4 index 3149a64..df5c5cf 100644 --- a/m4/ax_f90_module.m4 +++ b/m4/ax_f90_module.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_F90_MODULE],[ AC_REQUIRE([AX_F90_MODULE_FLAG]) AX_F90_INTERNAL_HEADMOD([$1 fortran 90 module],[$2],"$ax_cv_f90_modflag", diff --git a/m4/ax_f90_module_extension.m4 b/m4/ax_f90_module_extension.m4 index d9f2574..b683d75 100644 --- a/m4/ax_f90_module_extension.m4 +++ b/m4/ax_f90_module_extension.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_F90_MODULE_EXTENSION],[ AC_CACHE_CHECK([fortran 90 modules extension], ax_cv_f90_modext, diff --git a/m4/ax_f90_module_flag.m4 b/m4/ax_f90_module_flag.m4 index 0afc0a1..20b7536 100644 --- a/m4/ax_f90_module_flag.m4 +++ b/m4/ax_f90_module_flag.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 11 + AC_DEFUN([AX_F90_MODULE_FLAG],[ AC_CACHE_CHECK([fortran 90 modules inclusion flag], ax_cv_f90_modflag, diff --git a/m4/ax_file_escapes.m4 b/m4/ax_file_escapes.m4 index 8086a6a..7118408 100644 --- a/m4/ax_file_escapes.m4 +++ b/m4/ax_file_escapes.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_FILE_ESCAPES],[ AX_DOLLAR="\$" AX_SRB="\\135" diff --git a/m4/ax_func_accept_argtypes.m4 b/m4/ax_func_accept_argtypes.m4 index ccfa8f4..86465b9 100644 --- a/m4/ax_func_accept_argtypes.m4 +++ b/m4/ax_func_accept_argtypes.m4 @@ -52,6 +52,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_FUNC_ACCEPT_ARGTYPES], [AX_FUNC_ACCEPT_ARGTYPES]) AC_DEFUN([AX_FUNC_ACCEPT_ARGTYPES], [AC_MSG_CHECKING([types of arguments for accept()]) diff --git a/m4/ax_func_fork.m4 b/m4/ax_func_fork.m4 index 80272e7..2dc8199 100644 --- a/m4/ax_func_fork.m4 +++ b/m4/ax_func_fork.m4 @@ -44,6 +44,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([ACX_FUNC_FORK], [AX_FUNC_FORK]) AC_DEFUN([AX_FUNC_FORK], [AC_MSG_CHECKING(for a working fork) diff --git a/m4/ax_func_getopt_long.m4 b/m4/ax_func_getopt_long.m4 index c4803b7..7ef47d6 100644 --- a/m4/ax_func_getopt_long.m4 +++ b/m4/ax_func_getopt_long.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([ADL_FUNC_GETOPT_LONG], [AX_FUNC_GETOPT_LONG]) AC_DEFUN([AX_FUNC_GETOPT_LONG], [AC_PREREQ(2.49)dnl diff --git a/m4/ax_func_memmove.m4 b/m4/ax_func_memmove.m4 index 564e0bc..96e7829 100644 --- a/m4/ax_func_memmove.m4 +++ b/m4/ax_func_memmove.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_FUNC_MEMMOVE], [AX_FUNC_MEMMOVE]) AC_DEFUN([AX_FUNC_MEMMOVE], [AC_CHECK_FUNCS(memmove) diff --git a/m4/ax_func_mkdir.m4 b/m4/ax_func_mkdir.m4 index ee046c4..1aa235d 100644 --- a/m4/ax_func_mkdir.m4 +++ b/m4/ax_func_mkdir.m4 @@ -58,6 +58,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_FUNC_MKDIR], [AX_FUNC_MKDIR]) AC_DEFUN([AX_FUNC_MKDIR], [AC_CHECK_FUNCS([mkdir _mkdir]) diff --git a/m4/ax_func_posix_memalign.m4 b/m4/ax_func_posix_memalign.m4 index fcef531..a830d55 100644 --- a/m4/ax_func_posix_memalign.m4 +++ b/m4/ax_func_posix_memalign.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_FUNC_POSIX_MEMALIGN], [AC_CACHE_CHECK([for working posix_memalign], [ax_cv_func_posix_memalign_works], diff --git a/m4/ax_func_snprintf.m4 b/m4/ax_func_snprintf.m4 index 6812dbd..d2df7e9 100644 --- a/m4/ax_func_snprintf.m4 +++ b/m4/ax_func_snprintf.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_FUNC_SNPRINTF], [AX_FUNC_SNPRINTF]) AC_DEFUN([AX_FUNC_SNPRINTF], [AC_CHECK_FUNCS(snprintf vsnprintf) diff --git a/m4/ax_func_which_gethostbyname_r.m4 b/m4/ax_func_which_gethostbyname_r.m4 index 0e2e344..b4602d2 100644 --- a/m4/ax_func_which_gethostbyname_r.m4 +++ b/m4/ax_func_which_gethostbyname_r.m4 @@ -57,6 +57,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_FUNC_WHICH_GETHOSTBYNAME_R], [ AC_LANG_PUSH(C) diff --git a/m4/ax_func_which_getservbyname_r.m4 b/m4/ax_func_which_getservbyname_r.m4 index f2c4023..fcab505 100644 --- a/m4/ax_func_which_getservbyname_r.m4 +++ b/m4/ax_func_which_getservbyname_r.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_RAF_FUNC_WHICH_GETSERVBYNAME_R], [AX_FUNC_WHICH_GETSERVBYNAME_R]) AC_DEFUN([AX_FUNC_WHICH_GETSERVBYNAME_R], [AC_CACHE_CHECK(for getservbyname_r, ax_cv_func_which_getservbyname_r, [ diff --git a/m4/ax_gcc_archflag.m4 b/m4/ax_gcc_archflag.m4 index dedeef4..400a2a2 100644 --- a/m4/ax_gcc_archflag.m4 +++ b/m4/ax_gcc_archflag.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_GCC_ARCHFLAG], [AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_CANONICAL_HOST]) diff --git a/m4/ax_gcc_const_call.m4 b/m4/ax_gcc_const_call.m4 index 4307958..df73103 100644 --- a/m4/ax_gcc_const_call.m4 +++ b/m4/ax_gcc_const_call.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_GCC_CONST_CALL],[dnl AC_CACHE_CHECK( [whether the compiler supports function __attribute__((__const__))], diff --git a/m4/ax_gcc_install_dir.m4 b/m4/ax_gcc_install_dir.m4 index d81c486..2df6e32 100644 --- a/m4/ax_gcc_install_dir.m4 +++ b/m4/ax_gcc_install_dir.m4 @@ -44,6 +44,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_GCC_INSTALL_DIR], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_gcc_lib.m4 b/m4/ax_gcc_lib.m4 index 1d666ba..137bdb9 100644 --- a/m4/ax_gcc_lib.m4 +++ b/m4/ax_gcc_lib.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_GCC_LIB], [ AX_GCC_INSTALL_DIR([GCC_INSTALL_DIR]) diff --git a/m4/ax_gcc_libgcc_eh.m4 b/m4/ax_gcc_libgcc_eh.m4 index 85874cd..c133dac 100644 --- a/m4/ax_gcc_libgcc_eh.m4 +++ b/m4/ax_gcc_libgcc_eh.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_GCC_LIBGCC_EH], [ AX_GCC_LIB([libgcc_eh.a],[ AX_GCC_INSTALL_DIR([GCC_INSTALL_DIR]) diff --git a/m4/ax_gcc_libraries_dir.m4 b/m4/ax_gcc_libraries_dir.m4 index 6d24030..3b9a335 100644 --- a/m4/ax_gcc_libraries_dir.m4 +++ b/m4/ax_gcc_libraries_dir.m4 @@ -44,6 +44,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AC_DEFUN([AX_GCC_LIBRARIES_DIR], [ AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_gcc_libsupcxx.m4 b/m4/ax_gcc_libsupcxx.m4 index d30832e..98359c3 100644 --- a/m4/ax_gcc_libsupcxx.m4 +++ b/m4/ax_gcc_libsupcxx.m4 @@ -42,6 +42,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_GCC_LIBSUPCXX], [ AX_GCC_LIBRARIES_DIR([GCC_LIBRARIES_DIR]) AS_IF([test -z "$GCC_LIBRARIES_DIR"],[ diff --git a/m4/ax_gcc_malloc_call.m4 b/m4/ax_gcc_malloc_call.m4 index 1bb774c..6a9cd10 100644 --- a/m4/ax_gcc_malloc_call.m4 +++ b/m4/ax_gcc_malloc_call.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_GCC_MALLOC_CALL],[dnl AC_CACHE_CHECK( [whether the compiler supports function __attribute__((__malloc__))], diff --git a/m4/ax_gcc_option.m4 b/m4/ax_gcc_option.m4 index 8df6078..6543768 100644 --- a/m4/ax_gcc_option.m4 +++ b/m4/ax_gcc_option.m4 @@ -90,6 +90,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_GCC_OPTION], [ AC_REQUIRE([AC_PROG_CC]) diff --git a/m4/ax_gcc_version.m4 b/m4/ax_gcc_version.m4 index eaff3b7..2dc2ea9 100644 --- a/m4/ax_gcc_version.m4 +++ b/m4/ax_gcc_version.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_GCC_VERSION], [ GCC_VERSION="" AX_GCC_OPTION([-dumpversion],[],[],[ diff --git a/m4/ax_gcc_warn_unused_result.m4 b/m4/ax_gcc_warn_unused_result.m4 index a957f8f..3a18576 100644 --- a/m4/ax_gcc_warn_unused_result.m4 +++ b/m4/ax_gcc_warn_unused_result.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_GCC_WARN_UNUSED_RESULT],[dnl AC_CACHE_CHECK( [whether the compiler supports function __attribute__((__warn_unused_result__))], diff --git a/m4/ax_gcc_x86_cpuid.m4 b/m4/ax_gcc_x86_cpuid.m4 index 5420b09..950137a 100644 --- a/m4/ax_gcc_x86_cpuid.m4 +++ b/m4/ax_gcc_x86_cpuid.m4 @@ -55,6 +55,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_GCC_X86_CPUID], [AC_REQUIRE([AC_PROG_CC]) AC_LANG_PUSH([C]) diff --git a/m4/ax_gxx_version.m4 b/m4/ax_gxx_version.m4 index acba1ef..8ea2582 100644 --- a/m4/ax_gxx_version.m4 +++ b/m4/ax_gxx_version.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_GXX_VERSION], [ GXX_VERSION="" AX_GCC_OPTION([-dumpversion],[],[],[ diff --git a/m4/ax_have_adns.m4 b/m4/ax_have_adns.m4 index 4a30071..9c6acd6 100644 --- a/m4/ax_have_adns.m4 +++ b/m4/ax_have_adns.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AC_DEFUN([AX_HAVE_ADNS], [dnl AC_CHECK_HEADER([adns.h], [dnl AC_SEARCH_LIBS([adns_init], [adns], [dnl diff --git a/m4/ax_have_epoll.m4 b/m4/ax_have_epoll.m4 index 4e4ff8f..2817e86 100644 --- a/m4/ax_have_epoll.m4 +++ b/m4/ax_have_epoll.m4 @@ -42,6 +42,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AC_DEFUN([AX_HAVE_EPOLL], [dnl ax_have_epoll_cppflags="${CPPFLAGS}" AC_CHECK_HEADER([linux/version.h], [CPPFLAGS="${CPPFLAGS} -DHAVE_LINUX_VERSION_H"]) diff --git a/m4/ax_have_opengl.m4 b/m4/ax_have_opengl.m4 index ee34f5e..5e3dcb6 100644 --- a/m4/ax_have_opengl.m4 +++ b/m4/ax_have_opengl.m4 @@ -65,6 +65,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([MDL_HAVE_OPENGL], [AX_HAVE_OPENGL]) AC_DEFUN([AX_HAVE_OPENGL], [ diff --git a/m4/ax_have_poll.m4 b/m4/ax_have_poll.m4 index c178704..167cb79 100644 --- a/m4/ax_have_poll.m4 +++ b/m4/ax_have_poll.m4 @@ -34,6 +34,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_HAVE_POLL], [dnl AC_MSG_CHECKING([for poll(2)]) AC_CACHE_VAL([ax_cv_have_poll], [dnl diff --git a/m4/ax_have_qt.m4 b/m4/ax_have_qt.m4 index 6e50845..edc4cb0 100644 --- a/m4/ax_have_qt.m4 +++ b/m4/ax_have_qt.m4 @@ -88,6 +88,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + dnl Calls AX_PATH_QT_DIRECT (contained in this file) as a subroutine. AU_ALIAS([BNV_HAVE_QT], [AX_HAVE_QT]) AC_DEFUN([AX_HAVE_QT], diff --git a/m4/ax_have_select.m4 b/m4/ax_have_select.m4 index b4d7294..0e1c312 100644 --- a/m4/ax_have_select.m4 +++ b/m4/ax_have_select.m4 @@ -33,6 +33,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_HAVE_SELECT], [dnl AC_MSG_CHECKING([for select(2)]) AC_CACHE_VAL([ax_cv_have_select], [dnl diff --git a/m4/ax_install_files.m4 b/m4/ax_install_files.m4 index 98d5697..b14552c 100644 --- a/m4/ax_install_files.m4 +++ b/m4/ax_install_files.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_INSTALL_FILES], [ AC_MSG_NOTICE([adding install_files support]) diff --git a/m4/ax_java_check_class.m4 b/m4/ax_java_check_class.m4 index c5e46f4..ecde2b8 100644 --- a/m4/ax_java_check_class.m4 +++ b/m4/ax_java_check_class.m4 @@ -49,6 +49,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AU_ALIAS([DPS_JAVA_CHECK_CLASS], [AX_JAVA_CHECK_CLASS]) AC_DEFUN([AX_JAVA_CHECK_CLASS],[ m4_define([cache_val],[m4_translit(ax_cv_have_java_class_$1, " ." ,"__")]) diff --git a/m4/ax_java_options.m4 b/m4/ax_java_options.m4 index 3fd501f..7b4515c 100644 --- a/m4/ax_java_options.m4 +++ b/m4/ax_java_options.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_JAVA_OPTIONS], [AX_JAVA_OPTIONS]) AC_DEFUN([AX_JAVA_OPTIONS],[ AC_ARG_WITH(java-prefix, diff --git a/m4/ax_jni_include_dir.m4 b/m4/ax_jni_include_dir.m4 index 6dbfd7b..6769256 100644 --- a/m4/ax_jni_include_dir.m4 +++ b/m4/ax_jni_include_dir.m4 @@ -43,6 +43,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_JNI_INCLUDE_DIR], [AX_JNI_INCLUDE_DIR]) AC_DEFUN([AX_JNI_INCLUDE_DIR],[ diff --git a/m4/ax_lang_compiler_ms.m4 b/m4/ax_lang_compiler_ms.m4 index 31060a7..e48f4f1 100644 --- a/m4/ax_lang_compiler_ms.m4 +++ b/m4/ax_lang_compiler_ms.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_LANG_COMPILER_MS], [AC_CACHE_CHECK([whether we are using the Microsoft _AC_LANG compiler], [ax_cv_[]_AC_LANG_ABBREV[]_compiler_ms], diff --git a/m4/ax_lapack.m4 b/m4/ax_lapack.m4 index 3f05677..baffda9 100644 --- a/m4/ax_lapack.m4 +++ b/m4/ax_lapack.m4 @@ -64,6 +64,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([ACX_LAPACK], [AX_LAPACK]) AC_DEFUN([AX_LAPACK], [ AC_REQUIRE([AX_BLAS]) diff --git a/m4/ax_ld_check_flag.m4 b/m4/ax_ld_check_flag.m4 index e279141..7a40793 100644 --- a/m4/ax_ld_check_flag.m4 +++ b/m4/ax_ld_check_flag.m4 @@ -54,6 +54,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_LD_CHECK_FLAG],[ AC_PREREQ([2.61]) AC_REQUIRE([AC_PROG_CXX]) diff --git a/m4/ax_lib_beecrypt.m4 b/m4/ax_lib_beecrypt.m4 index 926da06..527b6d1 100644 --- a/m4/ax_lib_beecrypt.m4 +++ b/m4/ax_lib_beecrypt.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + # AX_CHECK_BEECRYPT_ALGO([name],[function]) AC_DEFUN([AX_CHECK_BEECRYPT_ALGO],[ AC_CHECK_LIB([beecrypt], [$2], diff --git a/m4/ax_lib_crypto.m4 b/m4/ax_lib_crypto.m4 index bdf0198..b9e4d33 100644 --- a/m4/ax_lib_crypto.m4 +++ b/m4/ax_lib_crypto.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + # AX_CHECK_CRYPTO_LIB([algo-name],[function]) AC_DEFUN([AX_CHECK_CRYPTO_LIB],[ AC_CHECK_LIB([crypto], $2, [ diff --git a/m4/ax_lib_curl.m4 b/m4/ax_lib_curl.m4 index de5d3c8..3f47b24 100644 --- a/m4/ax_lib_curl.m4 +++ b/m4/ax_lib_curl.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([AC_CHECK_CURL], [AX_LIB_CURL]) AC_DEFUN([AX_LIB_CURL], [ AX_PATH_GENERIC([curl],[$1],'s/^libcurl\ \+//',[$2],[$3]) diff --git a/m4/ax_lib_expat.m4 b/m4/ax_lib_expat.m4 index b555255..a0a0eed 100644 --- a/m4/ax_lib_expat.m4 +++ b/m4/ax_lib_expat.m4 @@ -44,6 +44,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_LIB_EXPAT], [ AC_ARG_WITH([expat], diff --git a/m4/ax_lib_firebird.m4 b/m4/ax_lib_firebird.m4 index 151e81a..70a10a6 100644 --- a/m4/ax_lib_firebird.m4 +++ b/m4/ax_lib_firebird.m4 @@ -38,6 +38,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_LIB_FIREBIRD], [ AC_ARG_WITH([firebird], diff --git a/m4/ax_lib_gcrypt.m4 b/m4/ax_lib_gcrypt.m4 index e6f8aa3..08f9880 100644 --- a/m4/ax_lib_gcrypt.m4 +++ b/m4/ax_lib_gcrypt.m4 @@ -31,6 +31,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + # AX_CHECK_GCRYPT_ALGO([algo]) # generate convenient defines for each algorithm AC_DEFUN([AX_CHECK_GCRYPT_ALGO],[ diff --git a/m4/ax_lib_id3.m4 b/m4/ax_lib_id3.m4 index 91bdef1..9e39c2f 100644 --- a/m4/ax_lib_id3.m4 +++ b/m4/ax_lib_id3.m4 @@ -36,6 +36,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_LIB_ID3], [AX_LIB_ID3]) AC_DEFUN([AX_LIB_ID3], [ AH_TEMPLATE([HAVE_ID3LIB], [Define if id3lib is available]) diff --git a/m4/ax_lib_metis.m4 b/m4/ax_lib_metis.m4 index 7256071..7cd0f44 100644 --- a/m4/ax_lib_metis.m4 +++ b/m4/ax_lib_metis.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([IMMDX_LIB_METIS], [AX_LIB_METIS]) AC_DEFUN([AX_LIB_METIS], [ AC_MSG_CHECKING(for METIS library) diff --git a/m4/ax_lib_mysql.m4 b/m4/ax_lib_mysql.m4 index c5337be..e29ca8d 100644 --- a/m4/ax_lib_mysql.m4 +++ b/m4/ax_lib_mysql.m4 @@ -43,6 +43,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_LIB_MYSQL], [ AC_ARG_WITH([mysql], diff --git a/m4/ax_lib_nettle.m4 b/m4/ax_lib_nettle.m4 index d76e067..643814e 100644 --- a/m4/ax_lib_nettle.m4 +++ b/m4/ax_lib_nettle.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + # AX_CHECK_NETTLE_ALGO([name],[function]) AC_DEFUN([AX_CHECK_NETTLE_ALGO],[ AC_CHECK_LIB([nettle], [nettle_$2], diff --git a/m4/ax_lib_nokalva.m4 b/m4/ax_lib_nokalva.m4 index b08bdc0..562928c 100644 --- a/m4/ax_lib_nokalva.m4 +++ b/m4/ax_lib_nokalva.m4 @@ -36,6 +36,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 3 + AC_DEFUN([AX_LIB_NOKALVA], [ AH_TEMPLATE([HAVE_NOKALVA], [Define if Nokalva is available]) AC_ARG_WITH(nokalva, [ --with-nokalva=DIR prefix for Nokalva library files and headers], [ diff --git a/m4/ax_lib_oracle_oci.m4 b/m4/ax_lib_oracle_oci.m4 index c13d3a2..99aa025 100644 --- a/m4/ax_lib_oracle_oci.m4 +++ b/m4/ax_lib_oracle_oci.m4 @@ -47,6 +47,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_LIB_ORACLE_OCI], [ AC_ARG_WITH([oci], diff --git a/m4/ax_lib_orbit2.m4 b/m4/ax_lib_orbit2.m4 index 1de3abd..7ec8085 100644 --- a/m4/ax_lib_orbit2.m4 +++ b/m4/ax_lib_orbit2.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AC_DEFUN([AX_LIB_ORBIT2], [ AX_PATH_GENERIC([orbit2],[$1],'s/^ORBit2\ \+//',[$2],[$3]) ]) diff --git a/m4/ax_lib_postgresql.m4 b/m4/ax_lib_postgresql.m4 index 49bab24..0342311 100644 --- a/m4/ax_lib_postgresql.m4 +++ b/m4/ax_lib_postgresql.m4 @@ -44,6 +44,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_LIB_POSTGRESQL], [ AC_ARG_WITH([postgresql], diff --git a/m4/ax_lib_readline.m4 b/m4/ax_lib_readline.m4 index 30dc29c..e1795ba 100644 --- a/m4/ax_lib_readline.m4 +++ b/m4/ax_lib_readline.m4 @@ -58,6 +58,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([VL_LIB_READLINE], [AX_LIB_READLINE]) AC_DEFUN([AX_LIB_READLINE], [ AC_CACHE_CHECK([for a readline compatible library], diff --git a/m4/ax_lib_socket_nsl.m4 b/m4/ax_lib_socket_nsl.m4 index d30adde..484292a 100644 --- a/m4/ax_lib_socket_nsl.m4 +++ b/m4/ax_lib_socket_nsl.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([LIB_SOCKET_NSL], [AX_LIB_SOCKET_NSL]) AC_DEFUN([AX_LIB_SOCKET_NSL], [ diff --git a/m4/ax_lib_sqlite3.m4 b/m4/ax_lib_sqlite3.m4 index 7c09663..d4f1db2 100644 --- a/m4/ax_lib_sqlite3.m4 +++ b/m4/ax_lib_sqlite3.m4 @@ -36,6 +36,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_LIB_SQLITE3], [ AC_ARG_WITH([sqlite3], diff --git a/m4/ax_lib_taglib.m4 b/m4/ax_lib_taglib.m4 index e71f2e7..81c8204 100644 --- a/m4/ax_lib_taglib.m4 +++ b/m4/ax_lib_taglib.m4 @@ -30,6 +30,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([AC_CHECK_TAGLIB], [AX_LIB_TAGLIB]) AC_DEFUN([AX_LIB_TAGLIB], [ AX_PATH_GENERIC([taglib],[$1],,[$2],[$3]) diff --git a/m4/ax_lib_upnp.m4 b/m4/ax_lib_upnp.m4 index 3f24715..f6b2504 100644 --- a/m4/ax_lib_upnp.m4 +++ b/m4/ax_lib_upnp.m4 @@ -35,6 +35,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_LIB_UPNP], [AX_LIB_UPNP]) AC_DEFUN([AX_LIB_UPNP], [ AH_TEMPLATE([HAVE_LIBUPNP], [Define if libupnp is available]) diff --git a/m4/ax_lib_wad.m4 b/m4/ax_lib_wad.m4 index 3f70b42..abd4f4e 100644 --- a/m4/ax_lib_wad.m4 +++ b/m4/ax_lib_wad.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_LIB_WAD], [AX_LIB_WAD]) AC_DEFUN([AX_LIB_WAD], [ diff --git a/m4/ax_lib_xalan.m4 b/m4/ax_lib_xalan.m4 index 19f79d8..8aded19 100644 --- a/m4/ax_lib_xalan.m4 +++ b/m4/ax_lib_xalan.m4 @@ -45,6 +45,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 3 + AC_DEFUN([AX_LIB_XALAN], [ AC_REQUIRE([AX_LIB_XERCES]) diff --git a/m4/ax_lib_xerces.m4 b/m4/ax_lib_xerces.m4 index 94a8e1b..37fd99a 100644 --- a/m4/ax_lib_xerces.m4 +++ b/m4/ax_lib_xerces.m4 @@ -43,6 +43,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_LIB_XERCES], [ AC_REQUIRE([AX_PTHREAD]) diff --git a/m4/ax_lib_xml_security.m4 b/m4/ax_lib_xml_security.m4 index 93301ce..3417185 100644 --- a/m4/ax_lib_xml_security.m4 +++ b/m4/ax_lib_xml_security.m4 @@ -45,6 +45,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_LIB_XML_SECURITY], [ AC_ARG_WITH([xml-security], diff --git a/m4/ax_libgcj_jar.m4 b/m4/ax_libgcj_jar.m4 index 0d65f04..9078676 100644 --- a/m4/ax_libgcj_jar.m4 +++ b/m4/ax_libgcj_jar.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AU_ALIAS([DPS_LIBGCJ_JAR], [AX_LIBGCJ_JAR]) AC_DEFUN([AX_LIBGCJ_JAR], [ diff --git a/m4/ax_libtoolize_cflags.m4 b/m4/ax_libtoolize_cflags.m4 index e0d4b45..2cfef3e 100644 --- a/m4/ax_libtoolize_cflags.m4 +++ b/m4/ax_libtoolize_cflags.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_LIBTOOLIZE_CFLAGS], [AX_LIBTOOLIZE_CFLAGS]) AC_DEFUN([AX_LIBTOOLIZE_CFLAGS], [ac_libtoolize_ldflags_temp="" diff --git a/m4/ax_llvm.m4 b/m4/ax_llvm.m4 index ac582e2..bee6c1f 100644 --- a/m4/ax_llvm.m4 +++ b/m4/ax_llvm.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_LLVM], [ AC_ARG_WITH([llvm], diff --git a/m4/ax_lua.m4 b/m4/ax_lua.m4 index f489003..28effb7 100644 --- a/m4/ax_lua.m4 +++ b/m4/ax_lua.m4 @@ -72,6 +72,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + dnl Helper function to declare extra options AC_DEFUN([_AX_LUA_OPTS], [AC_ARG_WITH([lua-prefix], diff --git a/m4/ax_maintainer_mode_auto_silent.m4 b/m4/ax_maintainer_mode_auto_silent.m4 index 9125820..8f14d93 100644 --- a/m4/ax_maintainer_mode_auto_silent.m4 +++ b/m4/ax_maintainer_mode_auto_silent.m4 @@ -49,6 +49,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_MAINTAINER_MODE_AUTO_SILENT],[dnl dnl ac_REQUIRE([am_MAINTAINER_MODE])dn AC_MSG_CHECKING(auto silent in maintainer mode) diff --git a/m4/ax_missing_prog.m4 b/m4/ax_missing_prog.m4 index fa9ecf6..3e407ee 100644 --- a/m4/ax_missing_prog.m4 +++ b/m4/ax_missing_prog.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_MISSING_PROG],[dnl AS_IF([ test ! -z "$3" ],[ AC_MSG_WARN([$3]) diff --git a/m4/ax_mpi.m4 b/m4/ax_mpi.m4 index 5ba60c2..7a49497 100644 --- a/m4/ax_mpi.m4 +++ b/m4/ax_mpi.m4 @@ -67,6 +67,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([ACX_MPI], [AX_MPI]) AC_DEFUN([AX_MPI], [ AC_PREREQ(2.50) dnl for AC_LANG_CASE diff --git a/m4/ax_need_awk.m4 b/m4/ax_need_awk.m4 index c932d7c..a4d24ed 100644 --- a/m4/ax_need_awk.m4 +++ b/m4/ax_need_awk.m4 @@ -25,6 +25,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_NEED_AWK],[ AC_REQUIRE([AC_PROG_AWK]) diff --git a/m4/ax_normalize_path.m4 b/m4/ax_normalize_path.m4 index 0f25075..2f07bd0 100644 --- a/m4/ax_normalize_path.m4 +++ b/m4/ax_normalize_path.m4 @@ -95,6 +95,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([ADL_NORMALIZE_PATH], [AX_NORMALIZE_PATH]) AC_DEFUN([AX_NORMALIZE_PATH], [case ":[$]$1:" in diff --git a/m4/ax_not_enable_frame_pointer.m4 b/m4/ax_not_enable_frame_pointer.m4 index 787be85..758282e 100644 --- a/m4/ax_not_enable_frame_pointer.m4 +++ b/m4/ax_not_enable_frame_pointer.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_NOT_ENABLE_FRAME_POINTER],[dnl AS_VAR_PUSHDEF([VAR],[enable_frame_pointer])dnl AC_MSG_CHECKING([m4_ifval($1,$1,CFLAGS) frame-pointer]) diff --git a/m4/ax_numeric_namedlevel.m4 b/m4/ax_numeric_namedlevel.m4 index 75ca5f6..df82f0c 100644 --- a/m4/ax_numeric_namedlevel.m4 +++ b/m4/ax_numeric_namedlevel.m4 @@ -77,6 +77,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_NUMERIC_NAMEDLEVEL], [AX_NUMERIC_NAMEDLEVEL]) AC_DEFUN([AX_NUMERIC_NAMEDLEVEL], [dnl the names to be defined... diff --git a/m4/ax_openmp.m4 b/m4/ax_openmp.m4 index 5d2b6ee..e8b7942 100644 --- a/m4/ax_openmp.m4 +++ b/m4/ax_openmp.m4 @@ -65,6 +65,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_OPENMP], [ AC_PREREQ(2.59) dnl for _AC_LANG_PREFIX diff --git a/m4/ax_patch_libtool_changing_cmds_ifs.m4 b/m4/ax_patch_libtool_changing_cmds_ifs.m4 index 84f131d..8f2cbb5 100644 --- a/m4/ax_patch_libtool_changing_cmds_ifs.m4 +++ b/m4/ax_patch_libtool_changing_cmds_ifs.m4 @@ -72,6 +72,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([PATCH_LIBTOOL_CHANGING_CMDS_IFS], [AX_PATCH_LIBTOOL_CHANGING_CMDS_IFS]) AC_DEFUN([AX_PATCH_LIBTOOL_CHANGING_CMDS_IFS], [# patch libtool to change $_cmds IFS from ~ to ? character diff --git a/m4/ax_path_bdb.m4 b/m4/ax_path_bdb.m4 index bf9b466..65461d2 100644 --- a/m4/ax_path_bdb.m4 +++ b/m4/ax_path_bdb.m4 @@ -73,6 +73,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + dnl ######################################################################### AC_DEFUN([AX_PATH_BDB], [ dnl # Used to indicate success or failure of this function. diff --git a/m4/ax_path_generic.m4 b/m4/ax_path_generic.m4 index cf20425..723a3c7 100644 --- a/m4/ax_path_generic.m4 +++ b/m4/ax_path_generic.m4 @@ -55,6 +55,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AU_ALIAS([AC_PATH_GENERIC], [AX_PATH_GENERIC]) AC_DEFUN([AX_PATH_GENERIC],[ AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_path_lib_pcre.m4 b/m4/ax_path_lib_pcre.m4 index 13b3aae..fee1dba 100644 --- a/m4/ax_path_lib_pcre.m4 +++ b/m4/ax_path_lib_pcre.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_PATH_LIB_PCRE],[dnl AC_MSG_CHECKING([lib pcre]) AC_ARG_WITH(pcre, diff --git a/m4/ax_path_milter.m4 b/m4/ax_path_milter.m4 index 9e2c254..ef5b1c7 100644 --- a/m4/ax_path_milter.m4 +++ b/m4/ax_path_milter.m4 @@ -80,6 +80,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + ############################################################################### AC_DEFUN([AX_PATH_MILTER], [ diff --git a/m4/ax_path_missing.m4 b/m4/ax_path_missing.m4 index 222305d..c4902cf 100644 --- a/m4/ax_path_missing.m4 +++ b/m4/ax_path_missing.m4 @@ -31,6 +31,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_PATH_MISSING], [ AC_PATH_PROG([$1],[$2],[$4]) AS_IF([ test -z "${$1}" ],[ diff --git a/m4/ax_perl_ext_flags.m4 b/m4/ax_perl_ext_flags.m4 index 0c27a90..cb0a1d6 100644 --- a/m4/ax_perl_ext_flags.m4 +++ b/m4/ax_perl_ext_flags.m4 @@ -56,6 +56,8 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. +#serial 4 + AC_DEFUN([AX_PERL_EXT_CFLAGS], [AC_CHECK_PROG(PERL,perl,perl) _AX_PERL_EXT_MODULE_CHECK([ExtUtils::Embed], [have_embed=yes], diff --git a/m4/ax_perl_module_version.m4 b/m4/ax_perl_module_version.m4 index 0340e46..557ba92 100644 --- a/m4/ax_perl_module_version.m4 +++ b/m4/ax_perl_module_version.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_PERL_MODULE_VERSION], [AX_PERL_MODULE_VERSION]) AC_DEFUN([AX_PERL_MODULE_VERSION],[dnl ac_perl_list_modules="$1" diff --git a/m4/ax_pgsql_priv_root.m4 b/m4/ax_pgsql_priv_root.m4 index 3b66baa..326ddf6 100644 --- a/m4/ax_pgsql_priv_root.m4 +++ b/m4/ax_pgsql_priv_root.m4 @@ -76,6 +76,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AC_DEFUN([AX_CHECK_PGSQL_PRIV_ROOT], [ AC_REQUIRE([AX_PROG_PGCLIENT])dnl AC_REQUIRE([AX_CHECK_PGSQL_DB])dnl diff --git a/m4/ax_pkg_mico.m4 b/m4/ax_pkg_mico.m4 index 878edcb..f3f3172 100644 --- a/m4/ax_pkg_mico.m4 +++ b/m4/ax_pkg_mico.m4 @@ -49,6 +49,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_PKG_MICO], [AX_PKG_MICO]) AC_DEFUN([AX_PKG_MICO], [ diff --git a/m4/ax_pkg_swig.m4 b/m4/ax_pkg_swig.m4 index 0650ef4..a14a46b 100644 --- a/m4/ax_pkg_swig.m4 +++ b/m4/ax_pkg_swig.m4 @@ -62,6 +62,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_PKG_SWIG],[ AC_PATH_PROG([SWIG],[swig]) if test -z "$SWIG" ; then diff --git a/m4/ax_prefix_config_h.m4 b/m4/ax_prefix_config_h.m4 index 161f0a5..734ffaf 100644 --- a/m4/ax_prefix_config_h.m4 +++ b/m4/ax_prefix_config_h.m4 @@ -119,6 +119,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PREFIX_CONFIG_H],[dnl AC_BEFORE([AC_CONFIG_HEADERS],[$0])dnl AC_CONFIG_COMMANDS([ifelse($1,,$PACKAGE-config.h,$1)],[dnl diff --git a/m4/ax_print_to_file.m4 b/m4/ax_print_to_file.m4 index ac1eb91..895c7ef 100644 --- a/m4/ax_print_to_file.m4 +++ b/m4/ax_print_to_file.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_PRINT_TO_FILE],[ AC_REQUIRE([AX_FILE_ESCAPES]) printf "$2" > "$1" diff --git a/m4/ax_prog_apache.m4 b/m4/ax_prog_apache.m4 index f9c32a1..793dfad 100644 --- a/m4/ax_prog_apache.m4 +++ b/m4/ax_prog_apache.m4 @@ -69,6 +69,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_PROG_APACHE], [AX_PROG_APACHE]) AC_DEFUN([AX_PROG_APACHE], # diff --git a/m4/ax_prog_bison.m4 b/m4/ax_prog_bison.m4 index 12eb9bf..f0561fb 100644 --- a/m4/ax_prog_bison.m4 +++ b/m4/ax_prog_bison.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_BISON], [ AC_REQUIRE([AC_PROG_YACC]) AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_prog_cc_char_subscripts.m4 b/m4/ax_prog_cc_char_subscripts.m4 index b35bcf9..2b736e9 100644 --- a/m4/ax_prog_cc_char_subscripts.m4 +++ b/m4/ax_prog_cc_char_subscripts.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_PROG_CC_CHAR_SUBSCRIPTS], [AX_PROG_CC_CHAR_SUBSCRIPTS]) AC_DEFUN([AX_PROG_CC_CHAR_SUBSCRIPTS], [ pushdef([CV],ac_cv_prog_cc_char_subscripts)dnl diff --git a/m4/ax_prog_cc_for_build.m4 b/m4/ax_prog_cc_for_build.m4 index e9f4edc..7d064e7 100644 --- a/m4/ax_prog_cc_for_build.m4 +++ b/m4/ax_prog_cc_for_build.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_PROG_CC_FOR_BUILD], [AX_PROG_CC_FOR_BUILD]) AC_DEFUN([AX_PROG_CC_FOR_BUILD], [dnl AC_REQUIRE([AC_PROG_CC])dnl diff --git a/m4/ax_prog_cp_s.m4 b/m4/ax_prog_cp_s.m4 index 54af38f..3927972 100644 --- a/m4/ax_prog_cp_s.m4 +++ b/m4/ax_prog_cp_s.m4 @@ -56,6 +56,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_PROG_CP_S], [AX_PROG_CP_S]) AC_DEFUN([AX_PROG_CP_S], [AC_REQUIRE([AC_PROG_LN_S])dnl diff --git a/m4/ax_prog_crontab.m4 b/m4/ax_prog_crontab.m4 index 6b3d670..aab5ca1 100644 --- a/m4/ax_prog_crontab.m4 +++ b/m4/ax_prog_crontab.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_CRONTAB], [AX_PROG_CRONTAB]) AC_DEFUN([AX_PROG_CRONTAB],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_doxygen.m4 b/m4/ax_prog_doxygen.m4 index 7584615..4e15704 100644 --- a/m4/ax_prog_doxygen.m4 +++ b/m4/ax_prog_doxygen.m4 @@ -254,6 +254,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + ## ----------## ## Defaults. ## ## ----------## diff --git a/m4/ax_prog_fasm.m4 b/m4/ax_prog_fasm.m4 index c30d8d0..a937b90 100644 --- a/m4/ax_prog_fasm.m4 +++ b/m4/ax_prog_fasm.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_FASM],[ AC_CHECK_PROGS(fasm,[fasm],no) if test "x$fasm" = "xno" ; diff --git a/m4/ax_prog_fasm_opt.m4 b/m4/ax_prog_fasm_opt.m4 index 358da66..f841fe8 100644 --- a/m4/ax_prog_fasm_opt.m4 +++ b/m4/ax_prog_fasm_opt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_FASM_OPT],[ AC_REQUIRE([AX_PROG_FASM])dnl AC_MSG_CHECKING([if $fasm accepts $1]) diff --git a/m4/ax_prog_fig2dev.m4 b/m4/ax_prog_fig2dev.m4 index ab88c66..8d24d40 100644 --- a/m4/ax_prog_fig2dev.m4 +++ b/m4/ax_prog_fig2dev.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([VL_PROG_FIG2DEV], [AX_PROG_FIG2DEV]) AC_DEFUN([AX_PROG_FIG2DEV], [ AC_CHECK_PROG(FIG2DEV, fig2dev, fig2dev) diff --git a/m4/ax_prog_flex.m4 b/m4/ax_prog_flex.m4 index cd723b2..1e315b6 100644 --- a/m4/ax_prog_flex.m4 +++ b/m4/ax_prog_flex.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_FLEX], [ AC_REQUIRE([AM_PROG_LEX]) AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_prog_guile_version.m4 b/m4/ax_prog_guile_version.m4 index 04f7701..f9974f0 100644 --- a/m4/ax_prog_guile_version.m4 +++ b/m4/ax_prog_guile_version.m4 @@ -35,6 +35,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AC_DEFUN([AX_PROG_GUILE_VERSION],[ AC_REQUIRE([AC_PROG_SED]) diff --git a/m4/ax_prog_hla.m4 b/m4/ax_prog_hla.m4 index 27c1062..c788ff0 100644 --- a/m4/ax_prog_hla.m4 +++ b/m4/ax_prog_hla.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_HLA],[ AC_CHECK_PROGS(hla,[hla],no) if test "x$hla" = "xno" ; diff --git a/m4/ax_prog_hla_opt.m4 b/m4/ax_prog_hla_opt.m4 index 232ed91..758f22c 100644 --- a/m4/ax_prog_hla_opt.m4 +++ b/m4/ax_prog_hla_opt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_HLA_OPT],[ AC_REQUIRE([AX_PROG_HLA])dnl AC_MSG_CHECKING([if $hla accepts $1]) diff --git a/m4/ax_prog_httpd.m4 b/m4/ax_prog_httpd.m4 index 8be428e..763de0b 100644 --- a/m4/ax_prog_httpd.m4 +++ b/m4/ax_prog_httpd.m4 @@ -55,6 +55,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_HTTPD], [AX_PROG_HTTPD]) AC_DEFUN([AX_PROG_HTTPD],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_jar.m4 b/m4/ax_prog_jar.m4 index fadaa75..cf7fc73 100644 --- a/m4/ax_prog_jar.m4 +++ b/m4/ax_prog_jar.m4 @@ -37,6 +37,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_PROG_JAR], [AX_PROG_JAR]) AC_DEFUN([AX_PROG_JAR],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_java.m4 b/m4/ax_prog_java.m4 index 5df29ea..5e78712 100644 --- a/m4/ax_prog_java.m4 +++ b/m4/ax_prog_java.m4 @@ -100,6 +100,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([AC_PROG_JAVA], [AX_PROG_JAVA]) AC_DEFUN([AX_PROG_JAVA],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_java_cc.m4 b/m4/ax_prog_java_cc.m4 index 1478e65..ccbce03 100644 --- a/m4/ax_prog_java_cc.m4 +++ b/m4/ax_prog_java_cc.m4 @@ -71,6 +71,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + # AX_PROG_JAVA_CC([COMPILER ...]) # -------------------------- # COMPILER ... is a space separated list of java compilers to search for. diff --git a/m4/ax_prog_java_works.m4 b/m4/ax_prog_java_works.m4 index 2986b4c..3cfa0f2 100644 --- a/m4/ax_prog_java_works.m4 +++ b/m4/ax_prog_java_works.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_JAVA_WORKS], [AX_PROG_JAVA_WORKS]) AC_DEFUN([AX_PROG_JAVA_WORKS], [ AC_CHECK_PROG(uudecode, uudecode$EXEEXT, yes) diff --git a/m4/ax_prog_javac.m4 b/m4/ax_prog_javac.m4 index c17f8f9..cd1b022 100644 --- a/m4/ax_prog_javac.m4 +++ b/m4/ax_prog_javac.m4 @@ -64,6 +64,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_JAVAC], [AX_PROG_JAVAC]) AC_DEFUN([AX_PROG_JAVAC],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_javac_works.m4 b/m4/ax_prog_javac_works.m4 index 98a54d8..8892066 100644 --- a/m4/ax_prog_javac_works.m4 +++ b/m4/ax_prog_javac_works.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_JAVAC_WORKS], [AX_PROG_JAVAC_WORKS]) AC_DEFUN([AX_PROG_JAVAC_WORKS],[ AC_CACHE_CHECK([if $JAVAC works], ac_cv_prog_javac_works, [ diff --git a/m4/ax_prog_javadoc.m4 b/m4/ax_prog_javadoc.m4 index b26508d..c443988 100644 --- a/m4/ax_prog_javadoc.m4 +++ b/m4/ax_prog_javadoc.m4 @@ -38,6 +38,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_PROG_JAVADOC], [AX_PROG_JAVADOC]) AC_DEFUN([AX_PROG_JAVADOC],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_javah.m4 b/m4/ax_prog_javah.m4 index ef15b51..373e2a5 100644 --- a/m4/ax_prog_javah.m4 +++ b/m4/ax_prog_javah.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_PROG_JAVAH], [AX_PROG_JAVAH]) AC_DEFUN([AX_PROG_JAVAH],[ AC_REQUIRE([AC_CANONICAL_SYSTEM])dnl diff --git a/m4/ax_prog_masm.m4 b/m4/ax_prog_masm.m4 index e032cec..f7838b3 100644 --- a/m4/ax_prog_masm.m4 +++ b/m4/ax_prog_masm.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_MASM],[ AC_CHECK_PROGS(masm,[ml masm ml32 ml64 masm32],no) if test "x$masm" = "xno" ; diff --git a/m4/ax_prog_masm_opt.m4 b/m4/ax_prog_masm_opt.m4 index d7e730d..221cbd0 100644 --- a/m4/ax_prog_masm_opt.m4 +++ b/m4/ax_prog_masm_opt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_MASM_OPT],[ AC_REQUIRE([AX_PROG_MASM])dnl AC_MSG_CHECKING([if $masm accepts $1]) diff --git a/m4/ax_prog_md5sum.m4 b/m4/ax_prog_md5sum.m4 index 1adb799..8cc8751 100644 --- a/m4/ax_prog_md5sum.m4 +++ b/m4/ax_prog_md5sum.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_PROG_MD5SUM],[ # Mac users have md5 instead of md5sum AC_CHECK_PROGS(md5sum,[md5sum md5],no) diff --git a/m4/ax_prog_modprobe.m4 b/m4/ax_prog_modprobe.m4 index 37a3475..10baaa3 100644 --- a/m4/ax_prog_modprobe.m4 +++ b/m4/ax_prog_modprobe.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_PROG_MODPROBE], [AX_PROG_MODPROBE]) AC_DEFUN([AX_PROG_MODPROBE],[ AC_PATH_PROG(MODPROBE, modprobe, , $PATH:/sbin) diff --git a/m4/ax_prog_mysql.m4 b/m4/ax_prog_mysql.m4 index d627c9b..34ddd70 100644 --- a/m4/ax_prog_mysql.m4 +++ b/m4/ax_prog_mysql.m4 @@ -51,6 +51,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_MYSQL], [AX_PROG_MYSQL]) AC_DEFUN([AX_PROG_MYSQL],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_mysqladmin.m4 b/m4/ax_prog_mysqladmin.m4 index fa1c867..3c02d56 100644 --- a/m4/ax_prog_mysqladmin.m4 +++ b/m4/ax_prog_mysqladmin.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([AC_PROG_MYSQLADMIN], [AX_PROG_MYSQLADMIN]) AC_DEFUN([AX_PROG_MYSQLADMIN],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_mysqld.m4 b/m4/ax_prog_mysqld.m4 index b2269fa..2732918 100644 --- a/m4/ax_prog_mysqld.m4 +++ b/m4/ax_prog_mysqld.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([AC_PROG_MYSQLD], [AX_PROG_MYSQLD]) AC_DEFUN([AX_PROG_MYSQLD],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_mysqlimport.m4 b/m4/ax_prog_mysqlimport.m4 index e0330bb..9d9c865 100644 --- a/m4/ax_prog_mysqlimport.m4 +++ b/m4/ax_prog_mysqlimport.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_MYSQLIMPORT], [AX_PROG_MYSQLIMPORT]) AC_DEFUN([AX_PROG_MYSQLIMPORT],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_mysqlshow.m4 b/m4/ax_prog_mysqlshow.m4 index bea8eb4..ae8b64f 100644 --- a/m4/ax_prog_mysqlshow.m4 +++ b/m4/ax_prog_mysqlshow.m4 @@ -50,6 +50,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_MYSQLSHOW], [AX_PROG_MYSQLSHOW]) AC_DEFUN([AX_PROG_MYSQLSHOW],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_nasm.m4 b/m4/ax_prog_nasm.m4 index f4c8d64..6d683e3 100644 --- a/m4/ax_prog_nasm.m4 +++ b/m4/ax_prog_nasm.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_NASM],[ AC_CHECK_PROGS(nasm,[nasm nasmw],no) if test "x$nasm" = "xno" ; diff --git a/m4/ax_prog_nasm_opt.m4 b/m4/ax_prog_nasm_opt.m4 index b201121..5779e68 100644 --- a/m4/ax_prog_nasm_opt.m4 +++ b/m4/ax_prog_nasm_opt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_NASM_OPT],[ AC_REQUIRE([AX_PROG_NASM])dnl AC_MSG_CHECKING([if $nasm accepts $1]) diff --git a/m4/ax_prog_perl_modules.m4 b/m4/ax_prog_perl_modules.m4 index 84cfffa..2d12512 100644 --- a/m4/ax_prog_perl_modules.m4 +++ b/m4/ax_prog_perl_modules.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([AC_PROG_PERL_MODULES], [AX_PROG_PERL_MODULES]) AC_DEFUN([AX_PROG_PERL_MODULES],[dnl diff --git a/m4/ax_prog_perl_version.m4 b/m4/ax_prog_perl_version.m4 index 7730bb3..88f72cf 100644 --- a/m4/ax_prog_perl_version.m4 +++ b/m4/ax_prog_perl_version.m4 @@ -35,6 +35,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_PROG_PERL_VERSION],[ AC_REQUIRE([AC_PROG_SED]) AC_REQUIRE([AC_PROG_GREP]) diff --git a/m4/ax_prog_pgclient.m4 b/m4/ax_prog_pgclient.m4 index 06a9db6..7438f57 100644 --- a/m4/ax_prog_pgclient.m4 +++ b/m4/ax_prog_pgclient.m4 @@ -49,6 +49,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([MS_PROG_PGCLIENT], [AX_PROG_PGCLIENT]) AC_DEFUN([AX_PROG_PGCLIENT], [ AC_ARG_WITH(pgclient, [ --with-pgclient=DIR where to find pgclient (default: $PATH)], [pgclient_dir=$withval], [pgclient_dir=$PATH]) diff --git a/m4/ax_prog_python_version.m4 b/m4/ax_prog_python_version.m4 index e7080d6..3196b44 100644 --- a/m4/ax_prog_python_version.m4 +++ b/m4/ax_prog_python_version.m4 @@ -35,6 +35,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_PROG_PYTHON_VERSION],[ AC_REQUIRE([AC_PROG_SED]) AC_REQUIRE([AC_PROG_GREP]) diff --git a/m4/ax_prog_ruby_version.m4 b/m4/ax_prog_ruby_version.m4 index c2db15b..6bfc878 100644 --- a/m4/ax_prog_ruby_version.m4 +++ b/m4/ax_prog_ruby_version.m4 @@ -35,6 +35,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AC_DEFUN([AX_PROG_RUBY_VERSION],[ AC_REQUIRE([AC_PROG_SED]) AC_REQUIRE([AC_PROG_GREP]) diff --git a/m4/ax_prog_scp.m4 b/m4/ax_prog_scp.m4 index 972d4d2..1a09fbb 100644 --- a/m4/ax_prog_scp.m4 +++ b/m4/ax_prog_scp.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_SCP], [AX_PROG_SCP]) AC_DEFUN([AX_PROG_SCP],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_ssh.m4 b/m4/ax_prog_ssh.m4 index 103c341..093b545 100644 --- a/m4/ax_prog_ssh.m4 +++ b/m4/ax_prog_ssh.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROG_SSH], [AX_PROG_SSH]) AC_DEFUN([AX_PROG_SSH],[ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/m4/ax_prog_tasm.m4 b/m4/ax_prog_tasm.m4 index 4d110c7..94e9524 100644 --- a/m4/ax_prog_tasm.m4 +++ b/m4/ax_prog_tasm.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_TASM],[ AC_CHECK_PROGS(tasm,[tasm tasm32 tasmx],no) if test "x$tasm" = "xno" ; diff --git a/m4/ax_prog_tasm_opt.m4 b/m4/ax_prog_tasm_opt.m4 index b217a15..bb1ba00 100644 --- a/m4/ax_prog_tasm_opt.m4 +++ b/m4/ax_prog_tasm_opt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_TASM_OPT],[ AC_REQUIRE([AX_PROG_TASM])dnl AC_MSG_CHECKING([if $tasm accepts $1]) diff --git a/m4/ax_prog_tcl.m4 b/m4/ax_prog_tcl.m4 index a18fb2b..d0bc76b 100644 --- a/m4/ax_prog_tcl.m4 +++ b/m4/ax_prog_tcl.m4 @@ -55,6 +55,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_TCL], [ #-- check for tclsh in PATH AC_PATH_PROG([TCLSH], [tclsh], [no]) diff --git a/m4/ax_prog_xsltproc.m4 b/m4/ax_prog_xsltproc.m4 index 393bd57..8377d33 100644 --- a/m4/ax_prog_xsltproc.m4 +++ b/m4/ax_prog_xsltproc.m4 @@ -52,6 +52,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_PROG_XSLTPROC], [AX_PROG_XSLTPROC]) AC_DEFUN([AX_PROG_XSLTPROC], [ diff --git a/m4/ax_prog_yasm.m4 b/m4/ax_prog_yasm.m4 index bc85687..f9fc1ab 100644 --- a/m4/ax_prog_yasm.m4 +++ b/m4/ax_prog_yasm.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_PROG_YASM],[ AC_CHECK_PROGS(yasm,[yasm],no) if test "x$yasm" = "xno" ; diff --git a/m4/ax_prog_yasm_opt.m4 b/m4/ax_prog_yasm_opt.m4 index 448222f..2ee07ac 100644 --- a/m4/ax_prog_yasm_opt.m4 +++ b/m4/ax_prog_yasm_opt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_PROG_YASM_OPT],[ AC_REQUIRE([AX_PROG_YASM])dnl AC_MSG_CHECKING([if $yasm accepts $1]) diff --git a/m4/ax_prototype.m4 b/m4/ax_prototype.m4 index 01f7d8f..7efb283 100644 --- a/m4/ax_prototype.m4 +++ b/m4/ax_prototype.m4 @@ -114,6 +114,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROTOTYPE], [AX_PROTOTYPE]) AC_DEFUN([AX_PROTOTYPE],[ dnl diff --git a/m4/ax_prototype_accept.m4 b/m4/ax_prototype_accept.m4 index 6250ce7..d0bf887 100644 --- a/m4/ax_prototype_accept.m4 +++ b/m4/ax_prototype_accept.m4 @@ -49,6 +49,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROTOTYPE_ACCEPT], [AX_PROTOTYPE_ACCEPT]) AC_DEFUN([AX_PROTOTYPE_ACCEPT],[ AX_PROTOTYPE(accept, diff --git a/m4/ax_prototype_getsockname.m4 b/m4/ax_prototype_getsockname.m4 index e2cf265..24a5b83 100644 --- a/m4/ax_prototype_getsockname.m4 +++ b/m4/ax_prototype_getsockname.m4 @@ -49,6 +49,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROTOTYPE_GETSOCKNAME], [AX_PROTOTYPE_GETSOCKNAME]) AC_DEFUN([AX_PROTOTYPE_GETSOCKNAME],[ AX_PROTOTYPE(getsockname, diff --git a/m4/ax_prototype_setsockopt.m4 b/m4/ax_prototype_setsockopt.m4 index e351b65..0c96e9f 100644 --- a/m4/ax_prototype_setsockopt.m4 +++ b/m4/ax_prototype_setsockopt.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_PROTOTYPE_SETSOCKOPT], [AX_PROTOTYPE_SETSOCKOPT]) AC_DEFUN([AX_PROTOTYPE_SETSOCKOPT],[ AX_PROTOTYPE(setsockopt, diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4 index 37502dd..852a296 100644 --- a/m4/ax_pthread.m4 +++ b/m4/ax_pthread.m4 @@ -75,6 +75,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([ACX_PTHREAD], [AX_PTHREAD]) AC_DEFUN([AX_PTHREAD], [ AC_REQUIRE([AC_CANONICAL_HOST]) diff --git a/m4/ax_python.m4 b/m4/ax_python.m4 index a4d5ea6..6e11644 100644 --- a/m4/ax_python.m4 +++ b/m4/ax_python.m4 @@ -51,6 +51,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 8 + AC_DEFUN([AX_PYTHON], [AC_MSG_CHECKING(for python build information) AC_MSG_RESULT([]) diff --git a/m4/ax_python_config_var.m4 b/m4/ax_python_config_var.m4 index 50899d2..d3b784f 100644 --- a/m4/ax_python_config_var.m4 +++ b/m4/ax_python_config_var.m4 @@ -53,6 +53,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_PYTHON_CONFIG_VAR], [ AC_MSG_CHECKING(for Python config variable $1) diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4 index 0740c64..2705e8f 100644 --- a/m4/ax_python_devel.m4 +++ b/m4/ax_python_devel.m4 @@ -66,6 +66,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_PYTHON_DEVEL], [AX_PYTHON_DEVEL]) AC_DEFUN([AX_PYTHON_DEVEL],[ # diff --git a/m4/ax_python_embed.m4 b/m4/ax_python_embed.m4 index 026aea0..fccc5b6 100644 --- a/m4/ax_python_embed.m4 +++ b/m4/ax_python_embed.m4 @@ -120,6 +120,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + # AX_PYTHON_DEFAULT( ) # ----------------- # Sets the default to not include Python support. diff --git a/m4/ax_python_module.m4 b/m4/ax_python_module.m4 index eef148b..9032ca8 100644 --- a/m4/ax_python_module.m4 +++ b/m4/ax_python_module.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_PYTHON_MODULE], [AX_PYTHON_MODULE]) AC_DEFUN([AX_PYTHON_MODULE],[ if test -z $PYTHON; diff --git a/m4/ax_require_one_func.m4 b/m4/ax_require_one_func.m4 index 275b033..2c4a400 100644 --- a/m4/ax_require_one_func.m4 +++ b/m4/ax_require_one_func.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_REQUIRE_ONE_FUNC], [m4_define([ax_1func_cv], [AS_TR_SH(ax_cv_func_any_$1)]) AC_CACHE_VAL([ax_1func_cv], diff --git a/m4/ax_restore_flags.m4 b/m4/ax_restore_flags.m4 index acf0d6c..ad33206 100644 --- a/m4/ax_restore_flags.m4 +++ b/m4/ax_restore_flags.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 2 + AC_DEFUN([AX_RESTORE_FLAGS], [ CPPFLAGS="${CPPFLAGS_save}" CFLAGS="${CFLAGS_save}" diff --git a/m4/ax_rpm_init.m4 b/m4/ax_rpm_init.m4 index 5d805fc..996c5c8 100644 --- a/m4/ax_rpm_init.m4 +++ b/m4/ax_rpm_init.m4 @@ -175,6 +175,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + dnl AX_RPM_INIT dnl Figure out how to create rpms for this system and setup for an dnl automake target diff --git a/m4/ax_ruby_devel.m4 b/m4/ax_ruby_devel.m4 index 7e571eb..56c43f6 100644 --- a/m4/ax_ruby_devel.m4 +++ b/m4/ax_ruby_devel.m4 @@ -52,6 +52,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 7 + AC_DEFUN([AX_RUBY_DEVEL],[ AC_REQUIRE([AX_WITH_RUBY]) AS_IF([test -n "$1"], [AX_PROG_RUBY_VERSION([$1])]) diff --git a/m4/ax_save_flags.m4 b/m4/ax_save_flags.m4 index 6af0fc5..2d2a6f4 100644 --- a/m4/ax_save_flags.m4 +++ b/m4/ax_save_flags.m4 @@ -19,6 +19,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 2 + AC_DEFUN([AX_SAVE_FLAGS], [ CPPFLAGS_save="${CPPFLAGS}" CFLAGS_save="${CFLAGS}" diff --git a/m4/ax_set_default_paths_system.m4 b/m4/ax_set_default_paths_system.m4 index 92e30ab..92a1c25 100644 --- a/m4/ax_set_default_paths_system.m4 +++ b/m4/ax_set_default_paths_system.m4 @@ -46,6 +46,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_SET_DEFAULT_PATHS_SYSTEM], [AX_SET_DEFAULT_PATHS_SYSTEM]) AC_DEFUN([AX_SET_DEFAULT_PATHS_SYSTEM], [AC_REQUIRE([AC_CANONICAL_HOST]) # -------------------------------------------- diff --git a/m4/ax_short_sleep.m4 b/m4/ax_short_sleep.m4 index be2759d..369abeb 100644 --- a/m4/ax_short_sleep.m4 +++ b/m4/ax_short_sleep.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([ETR_SHORT_SLEEP], [AX_SHORT_SLEEP]) AC_DEFUN([AX_SHORT_SLEEP], [ diff --git a/m4/ax_silent_mode.m4 b/m4/ax_silent_mode.m4 index 4819c1b..b3ed141 100644 --- a/m4/ax_silent_mode.m4 +++ b/m4/ax_silent_mode.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_SILENT_MODE], [ case "$1" in diff --git a/m4/ax_sip_devel.m4 b/m4/ax_sip_devel.m4 index 32e8d00..d413211 100644 --- a/m4/ax_sip_devel.m4 +++ b/m4/ax_sip_devel.m4 @@ -37,6 +37,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([MERK_SIP_DEVEL], [AX_SIP_DEVEL]) AC_DEFUN([AX_SIP_DEVEL],[ #-- provice --with-sip=PATH command line argument diff --git a/m4/ax_snprintf_oflow.m4 b/m4/ax_snprintf_oflow.m4 index 78abbe2..abb6954 100644 --- a/m4/ax_snprintf_oflow.m4 +++ b/m4/ax_snprintf_oflow.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AC_DEFUN([ax_snprintf_oflow], [AC_MSG_CHECKING(whether snprintf ignores n) AC_CACHE_VAL(ax_cv_snprintf_bug, diff --git a/m4/ax_spec_file.m4 b/m4/ax_spec_file.m4 index d6c4a74..1b69a8b 100644 --- a/m4/ax_spec_file.m4 +++ b/m4/ax_spec_file.m4 @@ -48,6 +48,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_SPEC_FILE], [ AC_MSG_CHECKING([rpm spec file]) if test ".$1" != "." ; then diff --git a/m4/ax_spec_package_version.m4 b/m4/ax_spec_package_version.m4 index a6a6838..42932b5 100644 --- a/m4/ax_spec_package_version.m4 +++ b/m4/ax_spec_package_version.m4 @@ -82,6 +82,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_SPEC_PACKAGE_LICENSE],[AC_REQUIRE([AX_SPEC_FILE])dnl AS_VAR_PUSHDEF([VAR],[PACKAGE_LICENSE])dnl AC_MSG_CHECKING([for spec license type]) diff --git a/m4/ax_split_version.m4 b/m4/ax_split_version.m4 index 649a317..1657e0b 100644 --- a/m4/ax_split_version.m4 +++ b/m4/ax_split_version.m4 @@ -22,6 +22,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_SPLIT_VERSION],[ AX_MAJOR_VERSION=`echo "$VERSION" | $SED 's/\([[^.]][[^.]]*\).*/\1/'` AX_MINOR_VERSION=`echo "$VERSION" | $SED 's/[[^.]][[^.]]*.\([[^.]][[^.]]*\).*/\1/'` diff --git a/m4/ax_string_strcasecmp.m4 b/m4/ax_string_strcasecmp.m4 index 76d68d5..b761cf4 100644 --- a/m4/ax_string_strcasecmp.m4 +++ b/m4/ax_string_strcasecmp.m4 @@ -31,6 +31,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([ETR_STRING_STRCASECMP], [AX_STRING_STRCASECMP]) AC_DEFUN([AX_STRING_STRCASECMP], [ diff --git a/m4/ax_strings_strcasecmp.m4 b/m4/ax_strings_strcasecmp.m4 index b70ec17..c9278fa 100644 --- a/m4/ax_strings_strcasecmp.m4 +++ b/m4/ax_strings_strcasecmp.m4 @@ -20,6 +20,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([ETR_STRINGS_STRCASECMP], [AX_STRINGS_STRCASECMP]) AC_DEFUN([AX_STRINGS_STRCASECMP], [ AC_CACHE_CHECK([for strcasecmp() in strings.h], ac_cv_strings_strcasecmp, [ diff --git a/m4/ax_struct_semun.m4 b/m4/ax_struct_semun.m4 index 02cf248..aab4eab 100644 --- a/m4/ax_struct_semun.m4 +++ b/m4/ax_struct_semun.m4 @@ -26,6 +26,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([ETR_STRUCT_SEMUN], [AX_STRUCT_SEMUN]) AC_DEFUN([AX_STRUCT_SEMUN], [ diff --git a/m4/ax_subdir_files.m4 b/m4/ax_subdir_files.m4 index 7a464ec..8e15f49 100644 --- a/m4/ax_subdir_files.m4 +++ b/m4/ax_subdir_files.m4 @@ -45,6 +45,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_SUBDIR_FILES], [AX_SUBDIR_FILES]) AC_DEFUN([AX_SUBDIR_FILES], [AC_BEFORE($0,[AX_PROG_CP_S]) diff --git a/m4/ax_subst_with.m4 b/m4/ax_subst_with.m4 index 5c367f7..c124aac 100644 --- a/m4/ax_subst_with.m4 +++ b/m4/ax_subst_with.m4 @@ -55,6 +55,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + dnl AX_SUBST_WITH_IF(flag,cond) - not unlike AM_CONDITIONAL AC_DEFUN([AX_SUBST_WITH_IF],[dnl pushdef([VAR_WITH], patsubst(translit([with_$1], [a-z], [A-Z]), -, _))dnl diff --git a/m4/ax_swig_enable_cxx.m4 b/m4/ax_swig_enable_cxx.m4 index 0519721..c077533 100644 --- a/m4/ax_swig_enable_cxx.m4 +++ b/m4/ax_swig_enable_cxx.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([SWIG_ENABLE_CXX], [AX_SWIG_ENABLE_CXX]) AC_DEFUN([AX_SWIG_ENABLE_CXX],[ AC_REQUIRE([AX_PKG_SWIG]) diff --git a/m4/ax_swig_multi_module_support.m4 b/m4/ax_swig_multi_module_support.m4 index 6859fe2..fde086d 100644 --- a/m4/ax_swig_multi_module_support.m4 +++ b/m4/ax_swig_multi_module_support.m4 @@ -47,6 +47,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AU_ALIAS([SWIG_MULTI_MODULE_SUPPORT], [AX_SWIG_MULTI_MODULE_SUPPORT]) AC_DEFUN([AX_SWIG_MULTI_MODULE_SUPPORT],[ AC_REQUIRE([AX_PKG_SWIG]) diff --git a/m4/ax_swig_python.m4 b/m4/ax_swig_python.m4 index 14690c7..b260ca5 100644 --- a/m4/ax_swig_python.m4 +++ b/m4/ax_swig_python.m4 @@ -52,6 +52,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AU_ALIAS([SWIG_PYTHON], [AX_SWIG_PYTHON]) AC_DEFUN([AX_SWIG_PYTHON],[ AC_REQUIRE([AX_PKG_SWIG]) diff --git a/m4/ax_sys_dev_poll.m4 b/m4/ax_sys_dev_poll.m4 index 329df40..1165993 100644 --- a/m4/ax_sys_dev_poll.m4 +++ b/m4/ax_sys_dev_poll.m4 @@ -25,6 +25,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AC_SYS_DEV_POLL], [AX_SYS_DEV_POLL]) AC_DEFUN([AX_SYS_DEV_POLL], [AC_CACHE_CHECK(for /dev/poll support, ac_cv_dev_poll, AC_TRY_COMPILE([#include <sys/ioctl.h> diff --git a/m4/ax_sys_largefile_sensitive.m4 b/m4/ax_sys_largefile_sensitive.m4 index c4c26a4..df8d943 100644 --- a/m4/ax_sys_largefile_sensitive.m4 +++ b/m4/ax_sys_largefile_sensitive.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_SYS_LARGEFILE_SENSITIVE], [AX_SYS_LARGEFILE_SENSITIVE]) AC_DEFUN([AX_SYS_LARGEFILE_SENSITIVE],[dnl AC_REQUIRE([AC_SYS_LARGEFILE])dnl diff --git a/m4/ax_sys_perlsharpbang.m4 b/m4/ax_sys_perlsharpbang.m4 index 0720363..6e137cf 100644 --- a/m4/ax_sys_perlsharpbang.m4 +++ b/m4/ax_sys_perlsharpbang.m4 @@ -58,6 +58,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_SYS_PERLSHARPBANG],[dnl AC_PATH_PROG(PERLINTERP,perl,perl) diff --git a/m4/ax_sys_weak_alias.m4 b/m4/ax_sys_weak_alias.m4 index 333b7c0..903cd42 100644 --- a/m4/ax_sys_weak_alias.m4 +++ b/m4/ax_sys_weak_alias.m4 @@ -110,6 +110,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([KLM_SYS_WEAK_ALIAS], [AX_SYS_WEAK_ALIAS]) AC_DEFUN([AX_SYS_WEAK_ALIAS], [ # starting point: no aliasing scheme yet... diff --git a/m4/ax_sysv_ipc.m4 b/m4/ax_sysv_ipc.m4 index 612bab4..f64e7d1 100644 --- a/m4/ax_sysv_ipc.m4 +++ b/m4/ax_sysv_ipc.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AU_ALIAS([ETR_SYSV_IPC], [AX_SYSV_IPC]) AC_DEFUN([AX_SYSV_IPC], [ diff --git a/m4/ax_tls.m4 b/m4/ax_tls.m4 index 7aa3383..386306e 100644 --- a/m4/ax_tls.m4 +++ b/m4/ax_tls.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 6 + AC_DEFUN([AX_TLS], [ AC_MSG_CHECKING(for thread local storage (TLS) class) AC_CACHE_VAL(ac_cv_tls, [ diff --git a/m4/ax_trilinos_amesos.m4 b/m4/ax_trilinos_amesos.m4 index e271a5f..5288128 100644 --- a/m4/ax_trilinos_amesos.m4 +++ b/m4/ax_trilinos_amesos.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_TRILINOS_AMESOS],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_amesos=yes diff --git a/m4/ax_trilinos_base.m4 b/m4/ax_trilinos_base.m4 index 65889e2..f3d6ff5 100644 --- a/m4/ax_trilinos_base.m4 +++ b/m4/ax_trilinos_base.m4 @@ -39,6 +39,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_TRILINOS_BASE], [ AC_REQUIRE([AX_TRILINOS_ABSOLUTE_HEADER]) diff --git a/m4/ax_trilinos_epetra.m4 b/m4/ax_trilinos_epetra.m4 index 2bd9f7f..cf693fe 100644 --- a/m4/ax_trilinos_epetra.m4 +++ b/m4/ax_trilinos_epetra.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_TRILINOS_EPETRA],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_epetra=yes diff --git a/m4/ax_trilinos_epetraext.m4 b/m4/ax_trilinos_epetraext.m4 index 90a8a24..7a32eff 100644 --- a/m4/ax_trilinos_epetraext.m4 +++ b/m4/ax_trilinos_epetraext.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_EPETRAEXT],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_epetraext=yes diff --git a/m4/ax_trilinos_epetraext_hdf5.m4 b/m4/ax_trilinos_epetraext_hdf5.m4 index 351a51d..fb2b5e7 100644 --- a/m4/ax_trilinos_epetraext_hdf5.m4 +++ b/m4/ax_trilinos_epetraext_hdf5.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_EPETRAEXT_HDF5],[ AC_REQUIRE([AC_LIB_HDF5]) AC_REQUIRE([AX_TRILINOS_EPETRAEXT]) diff --git a/m4/ax_trilinos_rtop.m4 b/m4/ax_trilinos_rtop.m4 index 6eb68ff..ab6829b 100644 --- a/m4/ax_trilinos_rtop.m4 +++ b/m4/ax_trilinos_rtop.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_RTOP],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_rtop=yes diff --git a/m4/ax_trilinos_rythmos.m4 b/m4/ax_trilinos_rythmos.m4 index 1bda0ab..4451c93 100644 --- a/m4/ax_trilinos_rythmos.m4 +++ b/m4/ax_trilinos_rythmos.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_RYTHMOS],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_rythmos=yes diff --git a/m4/ax_trilinos_teuchos.m4 b/m4/ax_trilinos_teuchos.m4 index b5d0bb7..2a1d60f 100644 --- a/m4/ax_trilinos_teuchos.m4 +++ b/m4/ax_trilinos_teuchos.m4 @@ -24,6 +24,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_TRILINOS_TEUCHOS],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_teuchos=yes diff --git a/m4/ax_trilinos_thyra.m4 b/m4/ax_trilinos_thyra.m4 index f6dcb38..b3dc03d 100644 --- a/m4/ax_trilinos_thyra.m4 +++ b/m4/ax_trilinos_thyra.m4 @@ -23,6 +23,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_THYRA],[ AC_REQUIRE([AX_TRILINOS_BASE]) ax_trilinos_thyra=yes diff --git a/m4/ax_trilinos_thyra_epetra.m4 b/m4/ax_trilinos_thyra_epetra.m4 index 44a78ae..9394d7a 100644 --- a/m4/ax_trilinos_thyra_epetra.m4 +++ b/m4/ax_trilinos_thyra_epetra.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_THYRA_EPETRA],[ AC_REQUIRE([AX_TRILINOS_BASE]) AC_REQUIRE([AX_TRILINOS_EPETRA]) diff --git a/m4/ax_trilinos_thyra_epetraext.m4 b/m4/ax_trilinos_thyra_epetraext.m4 index f6e2d03..aac9112 100644 --- a/m4/ax_trilinos_thyra_epetraext.m4 +++ b/m4/ax_trilinos_thyra_epetraext.m4 @@ -21,6 +21,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_TRILINOS_THYRA_EPETRAEXT],[ AC_REQUIRE([AX_TRILINOS_BASE]) AC_REQUIRE([AX_TRILINOS_EPETRAEXT]) diff --git a/m4/ax_try_awk_anyout.m4 b/m4/ax_try_awk_anyout.m4 index 53d269c..15413b8 100644 --- a/m4/ax_try_awk_anyout.m4 +++ b/m4/ax_try_awk_anyout.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_TRY_AWK_ANYOUT], [ AC_REQUIRE([AX_NEED_AWK]) diff --git a/m4/ax_try_awk_expout.m4 b/m4/ax_try_awk_expout.m4 index 05ece45..d627079 100644 --- a/m4/ax_try_awk_expout.m4 +++ b/m4/ax_try_awk_expout.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 7 + AC_DEFUN([AX_TRY_AWK_EXPOUT], [ AC_REQUIRE([AX_NEED_AWK]) diff --git a/m4/ax_try_compile_java.m4 b/m4/ax_try_compile_java.m4 index 9408506..fb580e6 100644 --- a/m4/ax_try_compile_java.m4 +++ b/m4/ax_try_compile_java.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 5 + AU_ALIAS([AC_TRY_COMPILE_JAVA], [AX_TRY_COMPILE_JAVA]) AC_DEFUN([AX_TRY_COMPILE_JAVA],[ AC_REQUIRE([AX_PROG_JAVAC])dnl diff --git a/m4/ax_try_run_javac.m4 b/m4/ax_try_run_javac.m4 index 8b5577e..4df14d5 100644 --- a/m4/ax_try_run_javac.m4 +++ b/m4/ax_try_run_javac.m4 @@ -29,6 +29,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AC_DEFUN([AC_TRY_RUN_JAVA],[ AC_REQUIRE([AX_PROG_JAVAC])dnl AC_REQUIRE([AX_PROG_JAVA])dnl diff --git a/m4/ax_type_socklen_t.m4 b/m4/ax_type_socklen_t.m4 index 90ae3b7..ecf95a1 100644 --- a/m4/ax_type_socklen_t.m4 +++ b/m4/ax_type_socklen_t.m4 @@ -42,6 +42,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([TYPE_SOCKLEN_T], [AX_TYPE_SOCKLEN_T]) AC_DEFUN([AX_TYPE_SOCKLEN_T], [AC_CACHE_CHECK([for socklen_t], ac_cv_ax_type_socklen_t, diff --git a/m4/ax_upload.m4 b/m4/ax_upload.m4 index 3060e46..2494994 100644 --- a/m4/ax_upload.m4 +++ b/m4/ax_upload.m4 @@ -42,6 +42,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 9 + AC_DEFUN([AX_UPLOAD], [ AC_MSG_NOTICE([adding upload support]) diff --git a/m4/ax_var_timezone_externals.m4 b/m4/ax_var_timezone_externals.m4 index f345d91..3a04c9f 100644 --- a/m4/ax_var_timezone_externals.m4 +++ b/m4/ax_var_timezone_externals.m4 @@ -43,6 +43,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([AC_VAR_TIMEZONE_EXTERNALS], [AX_VAR_TIMEZONE_EXTERNALS]) AC_DEFUN([AX_VAR_TIMEZONE_EXTERNALS], [ AC_REQUIRE([AC_STRUCT_TIMEZONE])dnl diff --git a/m4/ax_very_nice.m4 b/m4/ax_very_nice.m4 index e7e54df..035d2eb 100644 --- a/m4/ax_very_nice.m4 +++ b/m4/ax_very_nice.m4 @@ -51,6 +51,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 3 + AU_ALIAS([AC_VERY_NICE], [AX_VERY_NICE]) AC_DEFUN([AX_VERY_NICE],[ if test "x$1" != "x"; then diff --git a/m4/ax_warning_default_aclocaldir.m4 b/m4/ax_warning_default_aclocaldir.m4 index 53b4c90..fddb38d 100644 --- a/m4/ax_warning_default_aclocaldir.m4 +++ b/m4/ax_warning_default_aclocaldir.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_WARNING_DEFAULT_ACLOCALDIR],[dnl AC_REQUIRE([AX_EXPAND_PREFIX])dnl AS_VAR_PUSHDEF([DIR],[ax_warning_default_aclocal_dir])dnl diff --git a/m4/ax_warning_default_pkgconfig.m4 b/m4/ax_warning_default_pkgconfig.m4 index ed7ce08..0bfa8f2 100644 --- a/m4/ax_warning_default_pkgconfig.m4 +++ b/m4/ax_warning_default_pkgconfig.m4 @@ -63,6 +63,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AC_DEFUN([AX_WARNING_DEFAULT_PKGCONFIGDIR],[dnl AC_REQUIRE([AX_EXPAND_PREFIX])dnl AS_VAR_PUSHDEF([DIR],[ax_warning_default_pkgconfig_dir])dnl diff --git a/m4/ax_wint_t.m4 b/m4/ax_wint_t.m4 index 4ff158c..694eded 100644 --- a/m4/ax_wint_t.m4 +++ b/m4/ax_wint_t.m4 @@ -25,6 +25,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_WINT_T],[ AC_CHECK_HEADERS([runetype.h wchar.h]) AC_CHECK_TYPE(wint_t, [], [ diff --git a/m4/ax_with_apxs.m4 b/m4/ax_with_apxs.m4 index c58e85f..b5e2d21 100644 --- a/m4/ax_with_apxs.m4 +++ b/m4/ax_with_apxs.m4 @@ -27,6 +27,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 8 + AC_DEFUN([AX_WITH_APXS], [ AC_ARG_VAR([APXS]) diff --git a/m4/ax_with_build_path.m4 b/m4/ax_with_build_path.m4 index f1f0c95..a63bdb6 100644 --- a/m4/ax_with_build_path.m4 +++ b/m4/ax_with_build_path.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([SMR_WITH_BUILD_PATH], [AX_WITH_BUILD_PATH]) AC_DEFUN([AX_WITH_BUILD_PATH], [ diff --git a/m4/ax_with_curses.m4 b/m4/ax_with_curses.m4 index 162ed06..711c26a 100644 --- a/m4/ax_with_curses.m4 +++ b/m4/ax_with_curses.m4 @@ -58,6 +58,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([MP_WITH_CURSES], [AX_WITH_CURSES]) AC_DEFUN([AX_WITH_CURSES], [AC_ARG_WITH(ncurses, [AC_HELP_STRING([--with-ncurses], diff --git a/m4/ax_with_dmalloc.m4 b/m4/ax_with_dmalloc.m4 index 45a6d6e..7c7aaaf 100644 --- a/m4/ax_with_dmalloc.m4 +++ b/m4/ax_with_dmalloc.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 6 + AC_DEFUN([AX_WITH_DMALLOC], [ AC_MSG_CHECKING(whether to use the dmalloc library) AC_ARG_WITH(dmalloc, diff --git a/m4/ax_with_guile.m4 b/m4/ax_with_guile.m4 index e76784c..e2bb3ea 100644 --- a/m4/ax_with_guile.m4 +++ b/m4/ax_with_guile.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_WITH_GUILE],[ AX_WITH_PROG(GUILE,guile,$1,$2) ]) diff --git a/m4/ax_with_mpatrol.m4 b/m4/ax_with_mpatrol.m4 index 7d9f7f9..e6e2ea7 100644 --- a/m4/ax_with_mpatrol.m4 +++ b/m4/ax_with_mpatrol.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 4 + AU_ALIAS([AM_WITH_MPATROL], [AX_WITH_MPATROL]) AC_DEFUN([AX_WITH_MPATROL], [ # Firstly, determine if the mpatrol library should be used. diff --git a/m4/ax_with_perl.m4 b/m4/ax_with_perl.m4 index e5b1925..ea233fa 100644 --- a/m4/ax_with_perl.m4 +++ b/m4/ax_with_perl.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 11 + AC_DEFUN([AX_WITH_PERL],[ AX_WITH_PROG(PERL,perl,$1,$2) ]) diff --git a/m4/ax_with_prog.m4 b/m4/ax_with_prog.m4 index 8cc621c..2aef229 100644 --- a/m4/ax_with_prog.m4 +++ b/m4/ax_with_prog.m4 @@ -32,6 +32,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 12 + AC_DEFUN([AX_WITH_PROG],[ AC_PREREQ([2.61]) diff --git a/m4/ax_with_python.m4 b/m4/ax_with_python.m4 index cd2661a..259597c 100644 --- a/m4/ax_with_python.m4 +++ b/m4/ax_with_python.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 13 + AC_DEFUN([AX_WITH_PYTHON],[ AX_WITH_PROG(PYTHON,python,$1,$2) ]) diff --git a/m4/ax_with_ruby.m4 b/m4/ax_with_ruby.m4 index 96b5a80..01ea092 100644 --- a/m4/ax_with_ruby.m4 +++ b/m4/ax_with_ruby.m4 @@ -28,6 +28,8 @@ # and this notice are preserved. This file is offered as-is, without any # warranty. +#serial 10 + AC_DEFUN([AX_WITH_RUBY],[ AX_WITH_PROG(RUBY,ruby,$1,$2) ]) diff --git a/m4/ax_xercesc.m4 b/m4/ax_xercesc.m4 index 4d7d554..bec6cf2 100644 --- a/m4/ax_xercesc.m4 +++ b/m4/ax_xercesc.m4 @@ -41,6 +41,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 4 + AU_ALIAS([RLC_XERCESC], [AX_XERCESC]) AC_DEFUN([AX_XERCESC], [ diff --git a/m4/ax_xtra_classpath.m4 b/m4/ax_xtra_classpath.m4 index 992b9de..3be6114 100644 --- a/m4/ax_xtra_classpath.m4 +++ b/m4/ax_xtra_classpath.m4 @@ -42,6 +42,8 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. +#serial 5 + AU_ALIAS([DPS_XTRA_CLASSPATH], [AX_XTRA_CLASSPATH]) AC_DEFUN([AX_XTRA_CLASSPATH],[ AC_CHECK_PROG(SED, sed) |