Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # generated automatically by aclocal 1.15 -*- Autoconf -*- | 1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*- |
|
Mark Mentovai
2016/06/02 21:43:53
Don’t downgrade if you can help it. Makefile.in to
ivanpe
2016/06/02 22:54:02
Good point. I was able to install the same versio
| |
| 2 | 2 |
| 3 # Copyright (C) 1996-2014 Free Software Foundation, Inc. | 3 # Copyright (C) 1996-2013 Free Software Foundation, Inc. |
| 4 | 4 |
| 5 # This file is free software; the Free Software Foundation | 5 # This file is free software; the Free Software Foundation |
| 6 # gives unlimited permission to copy and/or distribute it, | 6 # gives unlimited permission to copy and/or distribute it, |
| 7 # with or without modifications, as long as this notice is preserved. | 7 # with or without modifications, as long as this notice is preserved. |
| 8 | 8 |
| 9 # This program is distributed in the hope that it will be useful, | 9 # This program is distributed in the hope that it will be useful, |
| 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
| 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| 12 # PARTICULAR PURPOSE. | 12 # PARTICULAR PURPOSE. |
| 13 | 13 |
| 14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun ([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) | 14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun ([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) |
| 15 m4_ifndef([AC_AUTOCONF_VERSION], | 15 m4_ifndef([AC_AUTOCONF_VERSION], |
| 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, | 17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, |
| 18 [m4_warning([this file was generated for autoconf 2.69. | 18 [m4_warning([this file was generated for autoconf 2.69. |
| 19 You have another version of autoconf. It may work, but is not guaranteed to. | 19 You have another version of autoconf. It may work, but is not guaranteed to. |
| 20 If you have problems, you may need to regenerate the build system entirely. | 20 If you have problems, you may need to regenerate the build system entirely. |
| 21 To do so, use the procedure documented by the package, typically 'autoreconf'.]) ]) | 21 To do so, use the procedure documented by the package, typically 'autoreconf'.]) ]) |
| 22 | 22 |
| 23 # Copyright (C) 2002-2014 Free Software Foundation, Inc. | 23 # Copyright (C) 2002-2013 Free Software Foundation, Inc. |
| 24 # | 24 # |
| 25 # This file is free software; the Free Software Foundation | 25 # This file is free software; the Free Software Foundation |
| 26 # gives unlimited permission to copy and/or distribute it, | 26 # gives unlimited permission to copy and/or distribute it, |
| 27 # with or without modifications, as long as this notice is preserved. | 27 # with or without modifications, as long as this notice is preserved. |
| 28 | 28 |
| 29 # AM_AUTOMAKE_VERSION(VERSION) | 29 # AM_AUTOMAKE_VERSION(VERSION) |
| 30 # ---------------------------- | 30 # ---------------------------- |
| 31 # Automake X.Y traces this macro to ensure aclocal.m4 has been | 31 # Automake X.Y traces this macro to ensure aclocal.m4 has been |
| 32 # generated from the m4 files accompanying Automake X.Y. | 32 # generated from the m4 files accompanying Automake X.Y. |
| 33 # (This private macro should not be called outside this file.) | 33 # (This private macro should not be called outside this file.) |
| 34 AC_DEFUN([AM_AUTOMAKE_VERSION], | 34 AC_DEFUN([AM_AUTOMAKE_VERSION], |
| 35 [am__api_version='1.15' | 35 [am__api_version='1.14' |
| 36 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to | 36 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
| 37 dnl require some minimum version. Point them to the right macro. | 37 dnl require some minimum version. Point them to the right macro. |
| 38 m4_if([$1], [1.15], [], | 38 m4_if([$1], [1.14.1], [], |
| 39 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl | 39 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
| 40 ]) | 40 ]) |
| 41 | 41 |
| 42 # _AM_AUTOCONF_VERSION(VERSION) | 42 # _AM_AUTOCONF_VERSION(VERSION) |
| 43 # ----------------------------- | 43 # ----------------------------- |
| 44 # aclocal traces this macro to find the Autoconf version. | 44 # aclocal traces this macro to find the Autoconf version. |
| 45 # This is a private macro too. Using m4_define simplifies | 45 # This is a private macro too. Using m4_define simplifies |
| 46 # the logic in aclocal, which can simply ignore this definition. | 46 # the logic in aclocal, which can simply ignore this definition. |
| 47 m4_define([_AM_AUTOCONF_VERSION], []) | 47 m4_define([_AM_AUTOCONF_VERSION], []) |
| 48 | 48 |
| 49 # AM_SET_CURRENT_AUTOMAKE_VERSION | 49 # AM_SET_CURRENT_AUTOMAKE_VERSION |
| 50 # ------------------------------- | 50 # ------------------------------- |
| 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. | 51 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. |
| 52 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. | 52 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. |
| 53 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], | 53 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], |
| 54 [AM_AUTOMAKE_VERSION([1.15])dnl | 54 [AM_AUTOMAKE_VERSION([1.14.1])dnl |
| 55 m4_ifndef([AC_AUTOCONF_VERSION], | 55 m4_ifndef([AC_AUTOCONF_VERSION], |
| 56 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl | 56 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl |
| 57 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) | 57 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) |
| 58 | 58 |
| 59 # Copyright (C) 2011-2014 Free Software Foundation, Inc. | 59 # Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 60 # | 60 # |
| 61 # This file is free software; the Free Software Foundation | 61 # This file is free software; the Free Software Foundation |
| 62 # gives unlimited permission to copy and/or distribute it, | 62 # gives unlimited permission to copy and/or distribute it, |
| 63 # with or without modifications, as long as this notice is preserved. | 63 # with or without modifications, as long as this notice is preserved. |
| 64 | 64 |
| 65 # AM_PROG_AR([ACT-IF-FAIL]) | 65 # AM_PROG_AR([ACT-IF-FAIL]) |
| 66 # ------------------------- | 66 # ------------------------- |
| 67 # Try to determine the archiver interface, and trigger the ar-lib wrapper | 67 # Try to determine the archiver interface, and trigger the ar-lib wrapper |
| 68 # if it is needed. If the detection of archiver interface fails, run | 68 # if it is needed. If the detection of archiver interface fails, run |
| 69 # ACT-IF-FAIL (default is to abort configure with a proper error message). | 69 # ACT-IF-FAIL (default is to abort configure with a proper error message). |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 111 unknown) | 111 unknown) |
| 112 m4_default([$1], | 112 m4_default([$1], |
| 113 [AC_MSG_ERROR([could not determine $AR interface])]) | 113 [AC_MSG_ERROR([could not determine $AR interface])]) |
| 114 ;; | 114 ;; |
| 115 esac | 115 esac |
| 116 AC_SUBST([AR])dnl | 116 AC_SUBST([AR])dnl |
| 117 ]) | 117 ]) |
| 118 | 118 |
| 119 # Figure out how to run the assembler. -*- Autoconf -*- | 119 # Figure out how to run the assembler. -*- Autoconf -*- |
| 120 | 120 |
| 121 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 121 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 122 # | 122 # |
| 123 # This file is free software; the Free Software Foundation | 123 # This file is free software; the Free Software Foundation |
| 124 # gives unlimited permission to copy and/or distribute it, | 124 # gives unlimited permission to copy and/or distribute it, |
| 125 # with or without modifications, as long as this notice is preserved. | 125 # with or without modifications, as long as this notice is preserved. |
| 126 | 126 |
| 127 # AM_PROG_AS | 127 # AM_PROG_AS |
| 128 # ---------- | 128 # ---------- |
| 129 AC_DEFUN([AM_PROG_AS], | 129 AC_DEFUN([AM_PROG_AS], |
| 130 [# By default we simply use the C compiler to build assembly code. | 130 [# By default we simply use the C compiler to build assembly code. |
| 131 AC_REQUIRE([AC_PROG_CC]) | 131 AC_REQUIRE([AC_PROG_CC]) |
| 132 test "${CCAS+set}" = set || CCAS=$CC | 132 test "${CCAS+set}" = set || CCAS=$CC |
| 133 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS | 133 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS |
| 134 AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) | 134 AC_ARG_VAR([CCAS], [assembler compiler command (defaults to CC)]) |
| 135 AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) | 135 AC_ARG_VAR([CCASFLAGS], [assembler compiler flags (defaults to CFLAGS)]) |
| 136 _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl | 136 _AM_IF_OPTION([no-dependencies],, [_AM_DEPENDENCIES([CCAS])])dnl |
| 137 ]) | 137 ]) |
| 138 | 138 |
| 139 # AM_AUX_DIR_EXPAND -*- Autoconf -*- | 139 # AM_AUX_DIR_EXPAND -*- Autoconf -*- |
| 140 | 140 |
| 141 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 141 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 142 # | 142 # |
| 143 # This file is free software; the Free Software Foundation | 143 # This file is free software; the Free Software Foundation |
| 144 # gives unlimited permission to copy and/or distribute it, | 144 # gives unlimited permission to copy and/or distribute it, |
| 145 # with or without modifications, as long as this notice is preserved. | 145 # with or without modifications, as long as this notice is preserved. |
| 146 | 146 |
| 147 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets | 147 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets |
| 148 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to | 148 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to |
| 149 # '$srcdir', '$srcdir/..', or '$srcdir/../..'. | 149 # '$srcdir', '$srcdir/..', or '$srcdir/../..'. |
| 150 # | 150 # |
| 151 # Of course, Automake must honor this variable whenever it calls a | 151 # Of course, Automake must honor this variable whenever it calls a |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 176 # This will work as long as MISSING is not called from configure, because | 176 # This will work as long as MISSING is not called from configure, because |
| 177 # unfortunately $(top_srcdir) has no meaning in configure. | 177 # unfortunately $(top_srcdir) has no meaning in configure. |
| 178 # However there are other variables, like CC, which are often used in | 178 # However there are other variables, like CC, which are often used in |
| 179 # configure, and could therefore not use this "fixed" $ac_aux_dir. | 179 # configure, and could therefore not use this "fixed" $ac_aux_dir. |
| 180 # | 180 # |
| 181 # Another solution, used here, is to always expand $ac_aux_dir to an | 181 # Another solution, used here, is to always expand $ac_aux_dir to an |
| 182 # absolute PATH. The drawback is that using absolute paths prevent a | 182 # absolute PATH. The drawback is that using absolute paths prevent a |
| 183 # configured tree to be moved without reconfiguration. | 183 # configured tree to be moved without reconfiguration. |
| 184 | 184 |
| 185 AC_DEFUN([AM_AUX_DIR_EXPAND], | 185 AC_DEFUN([AM_AUX_DIR_EXPAND], |
| 186 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl | 186 [dnl Rely on autoconf to set up CDPATH properly. |
| 187 # Expand $ac_aux_dir to an absolute path. | 187 AC_PREREQ([2.50])dnl |
| 188 am_aux_dir=`cd "$ac_aux_dir" && pwd` | 188 # expand $ac_aux_dir to an absolute path |
| 189 am_aux_dir=`cd $ac_aux_dir && pwd` | |
| 189 ]) | 190 ]) |
| 190 | 191 |
| 191 # AM_CONDITIONAL -*- Autoconf -*- | 192 # AM_CONDITIONAL -*- Autoconf -*- |
| 192 | 193 |
| 193 # Copyright (C) 1997-2014 Free Software Foundation, Inc. | 194 # Copyright (C) 1997-2013 Free Software Foundation, Inc. |
| 194 # | 195 # |
| 195 # This file is free software; the Free Software Foundation | 196 # This file is free software; the Free Software Foundation |
| 196 # gives unlimited permission to copy and/or distribute it, | 197 # gives unlimited permission to copy and/or distribute it, |
| 197 # with or without modifications, as long as this notice is preserved. | 198 # with or without modifications, as long as this notice is preserved. |
| 198 | 199 |
| 199 # AM_CONDITIONAL(NAME, SHELL-CONDITION) | 200 # AM_CONDITIONAL(NAME, SHELL-CONDITION) |
| 200 # ------------------------------------- | 201 # ------------------------------------- |
| 201 # Define a conditional. | 202 # Define a conditional. |
| 202 AC_DEFUN([AM_CONDITIONAL], | 203 AC_DEFUN([AM_CONDITIONAL], |
| 203 [AC_PREREQ([2.52])dnl | 204 [AC_PREREQ([2.52])dnl |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 214 else | 215 else |
| 215 $1_TRUE='#' | 216 $1_TRUE='#' |
| 216 $1_FALSE= | 217 $1_FALSE= |
| 217 fi | 218 fi |
| 218 AC_CONFIG_COMMANDS_PRE( | 219 AC_CONFIG_COMMANDS_PRE( |
| 219 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then | 220 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then |
| 220 AC_MSG_ERROR([[conditional "$1" was never defined. | 221 AC_MSG_ERROR([[conditional "$1" was never defined. |
| 221 Usually this means the macro was only invoked conditionally.]]) | 222 Usually this means the macro was only invoked conditionally.]]) |
| 222 fi])]) | 223 fi])]) |
| 223 | 224 |
| 224 # Copyright (C) 1999-2014 Free Software Foundation, Inc. | 225 # Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 225 # | 226 # |
| 226 # This file is free software; the Free Software Foundation | 227 # This file is free software; the Free Software Foundation |
| 227 # gives unlimited permission to copy and/or distribute it, | 228 # gives unlimited permission to copy and/or distribute it, |
| 228 # with or without modifications, as long as this notice is preserved. | 229 # with or without modifications, as long as this notice is preserved. |
| 229 | 230 |
| 230 | 231 |
| 231 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be | 232 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be |
| 232 # written in clear, in which case automake, when reading aclocal.m4, | 233 # written in clear, in which case automake, when reading aclocal.m4, |
| 233 # will think it sees a *use*, and therefore will trigger all it's | 234 # will think it sees a *use*, and therefore will trigger all it's |
| 234 # C support machinery. Also note that it means that autoscan, seeing | 235 # C support machinery. Also note that it means that autoscan, seeing |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 405 fi | 406 fi |
| 406 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) | 407 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) |
| 407 AC_SUBST([AMDEPBACKSLASH])dnl | 408 AC_SUBST([AMDEPBACKSLASH])dnl |
| 408 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl | 409 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl |
| 409 AC_SUBST([am__nodep])dnl | 410 AC_SUBST([am__nodep])dnl |
| 410 _AM_SUBST_NOTMAKE([am__nodep])dnl | 411 _AM_SUBST_NOTMAKE([am__nodep])dnl |
| 411 ]) | 412 ]) |
| 412 | 413 |
| 413 # Generate code to set up dependency tracking. -*- Autoconf -*- | 414 # Generate code to set up dependency tracking. -*- Autoconf -*- |
| 414 | 415 |
| 415 # Copyright (C) 1999-2014 Free Software Foundation, Inc. | 416 # Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 416 # | 417 # |
| 417 # This file is free software; the Free Software Foundation | 418 # This file is free software; the Free Software Foundation |
| 418 # gives unlimited permission to copy and/or distribute it, | 419 # gives unlimited permission to copy and/or distribute it, |
| 419 # with or without modifications, as long as this notice is preserved. | 420 # with or without modifications, as long as this notice is preserved. |
| 420 | 421 |
| 421 | 422 |
| 422 # _AM_OUTPUT_DEPENDENCY_COMMANDS | 423 # _AM_OUTPUT_DEPENDENCY_COMMANDS |
| 423 # ------------------------------ | 424 # ------------------------------ |
| 424 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], | 425 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 425 [{ | 426 [{ |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 481 # is enabled. FIXME. This creates each '.P' file that we will | 482 # is enabled. FIXME. This creates each '.P' file that we will |
| 482 # need in order to bootstrap the dependency handling code. | 483 # need in order to bootstrap the dependency handling code. |
| 483 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], | 484 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 484 [AC_CONFIG_COMMANDS([depfiles], | 485 [AC_CONFIG_COMMANDS([depfiles], |
| 485 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], | 486 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], |
| 486 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) | 487 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) |
| 487 ]) | 488 ]) |
| 488 | 489 |
| 489 # Do all the work for Automake. -*- Autoconf -*- | 490 # Do all the work for Automake. -*- Autoconf -*- |
| 490 | 491 |
| 491 # Copyright (C) 1996-2014 Free Software Foundation, Inc. | 492 # Copyright (C) 1996-2013 Free Software Foundation, Inc. |
| 492 # | 493 # |
| 493 # This file is free software; the Free Software Foundation | 494 # This file is free software; the Free Software Foundation |
| 494 # gives unlimited permission to copy and/or distribute it, | 495 # gives unlimited permission to copy and/or distribute it, |
| 495 # with or without modifications, as long as this notice is preserved. | 496 # with or without modifications, as long as this notice is preserved. |
| 496 | 497 |
| 497 # This macro actually does too much. Some checks are only needed if | 498 # This macro actually does too much. Some checks are only needed if |
| 498 # your package does certain things. But this isn't really a big deal. | 499 # your package does certain things. But this isn't really a big deal. |
| 499 | 500 |
| 500 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. | 501 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. |
| 501 m4_define([AC_PROG_CC], | 502 m4_define([AC_PROG_CC], |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 571 AM_MISSING_PROG([AUTOHEADER], [autoheader]) | 572 AM_MISSING_PROG([AUTOHEADER], [autoheader]) |
| 572 AM_MISSING_PROG([MAKEINFO], [makeinfo]) | 573 AM_MISSING_PROG([MAKEINFO], [makeinfo]) |
| 573 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl | 574 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 574 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl | 575 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl |
| 575 AC_REQUIRE([AC_PROG_MKDIR_P])dnl | 576 AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
| 576 # For better backward compatibility. To be removed once Automake 1.9.x | 577 # For better backward compatibility. To be removed once Automake 1.9.x |
| 577 # dies out for good. For more background, see: | 578 # dies out for good. For more background, see: |
| 578 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> | 579 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 579 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> | 580 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 580 AC_SUBST([mkdir_p], ['$(MKDIR_P)']) | 581 AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
| 581 # We need awk for the "check" target (and possibly the TAP driver). The | 582 # We need awk for the "check" target. The system "awk" is bad on |
| 582 # system "awk" is bad on some platforms. | 583 # some platforms. |
| 583 AC_REQUIRE([AC_PROG_AWK])dnl | 584 AC_REQUIRE([AC_PROG_AWK])dnl |
| 584 AC_REQUIRE([AC_PROG_MAKE_SET])dnl | 585 AC_REQUIRE([AC_PROG_MAKE_SET])dnl |
| 585 AC_REQUIRE([AM_SET_LEADING_DOT])dnl | 586 AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
| 586 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], | 587 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], |
| 587 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], | 588 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], |
| 588 [_AM_PROG_TAR([v7])])]) | 589 [_AM_PROG_TAR([v7])])]) |
| 589 _AM_IF_OPTION([no-dependencies],, | 590 _AM_IF_OPTION([no-dependencies],, |
| 590 [AC_PROVIDE_IFELSE([AC_PROG_CC], | 591 [AC_PROVIDE_IFELSE([AC_PROG_CC], |
| 591 [_AM_DEPENDENCIES([CC])], | 592 [_AM_DEPENDENCIES([CC])], |
| 592 [m4_define([AC_PROG_CC], | 593 [m4_define([AC_PROG_CC], |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 645 You can download and install GNU coreutils to get an 'rm' implementation | 646 You can download and install GNU coreutils to get an 'rm' implementation |
| 646 that behaves properly: <http://www.gnu.org/software/coreutils/>. | 647 that behaves properly: <http://www.gnu.org/software/coreutils/>. |
| 647 | 648 |
| 648 If you want to complete the configuration process using your problematic | 649 If you want to complete the configuration process using your problematic |
| 649 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM | 650 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| 650 to "yes", and re-run configure. | 651 to "yes", and re-run configure. |
| 651 | 652 |
| 652 END | 653 END |
| 653 AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) | 654 AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) |
| 654 fi | 655 fi |
| 655 fi | 656 fi]) |
| 656 dnl The trailing newline in this macro's definition is deliberate, for | |
| 657 dnl backward compatibility and to allow trailing 'dnl'-style comments | |
| 658 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. | |
| 659 ]) | |
| 660 | 657 |
| 661 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not | 658 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not |
| 662 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further | 659 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further |
| 663 dnl mangled by Autoconf and run in a shell conditional statement. | 660 dnl mangled by Autoconf and run in a shell conditional statement. |
| 664 m4_define([_AC_COMPILER_EXEEXT], | 661 m4_define([_AC_COMPILER_EXEEXT], |
| 665 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) | 662 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) |
| 666 | 663 |
| 667 # When config.status generates a header, we must update the stamp-h file. | 664 # When config.status generates a header, we must update the stamp-h file. |
| 668 # This file resides in the same directory as the config header | 665 # This file resides in the same directory as the config header |
| 669 # that is generated. The stamp files are numbered to have different names. | 666 # that is generated. The stamp files are numbered to have different names. |
| 670 | 667 |
| 671 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the | 668 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the |
| 672 # loop where config.status creates the headers, so we can generate | 669 # loop where config.status creates the headers, so we can generate |
| 673 # our stamp files there. | 670 # our stamp files there. |
| 674 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], | 671 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], |
| 675 [# Compute $1's index in $config_headers. | 672 [# Compute $1's index in $config_headers. |
| 676 _am_arg=$1 | 673 _am_arg=$1 |
| 677 _am_stamp_count=1 | 674 _am_stamp_count=1 |
| 678 for _am_header in $config_headers :; do | 675 for _am_header in $config_headers :; do |
| 679 case $_am_header in | 676 case $_am_header in |
| 680 $_am_arg | $_am_arg:* ) | 677 $_am_arg | $_am_arg:* ) |
| 681 break ;; | 678 break ;; |
| 682 * ) | 679 * ) |
| 683 _am_stamp_count=`expr $_am_stamp_count + 1` ;; | 680 _am_stamp_count=`expr $_am_stamp_count + 1` ;; |
| 684 esac | 681 esac |
| 685 done | 682 done |
| 686 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co unt]) | 683 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co unt]) |
| 687 | 684 |
| 688 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 685 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 689 # | 686 # |
| 690 # This file is free software; the Free Software Foundation | 687 # This file is free software; the Free Software Foundation |
| 691 # gives unlimited permission to copy and/or distribute it, | 688 # gives unlimited permission to copy and/or distribute it, |
| 692 # with or without modifications, as long as this notice is preserved. | 689 # with or without modifications, as long as this notice is preserved. |
| 693 | 690 |
| 694 # AM_PROG_INSTALL_SH | 691 # AM_PROG_INSTALL_SH |
| 695 # ------------------ | 692 # ------------------ |
| 696 # Define $install_sh. | 693 # Define $install_sh. |
| 697 AC_DEFUN([AM_PROG_INSTALL_SH], | 694 AC_DEFUN([AM_PROG_INSTALL_SH], |
| 698 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl | 695 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
| 699 if test x"${install_sh+set}" != xset; then | 696 if test x"${install_sh}" != xset; then |
| 700 case $am_aux_dir in | 697 case $am_aux_dir in |
| 701 *\ * | *\ *) | 698 *\ * | *\ *) |
| 702 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; | 699 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
| 703 *) | 700 *) |
| 704 install_sh="\${SHELL} $am_aux_dir/install-sh" | 701 install_sh="\${SHELL} $am_aux_dir/install-sh" |
| 705 esac | 702 esac |
| 706 fi | 703 fi |
| 707 AC_SUBST([install_sh])]) | 704 AC_SUBST([install_sh])]) |
| 708 | 705 |
| 709 # Copyright (C) 2003-2014 Free Software Foundation, Inc. | 706 # Copyright (C) 2003-2013 Free Software Foundation, Inc. |
| 710 # | 707 # |
| 711 # This file is free software; the Free Software Foundation | 708 # This file is free software; the Free Software Foundation |
| 712 # gives unlimited permission to copy and/or distribute it, | 709 # gives unlimited permission to copy and/or distribute it, |
| 713 # with or without modifications, as long as this notice is preserved. | 710 # with or without modifications, as long as this notice is preserved. |
| 714 | 711 |
| 715 # Check whether the underlying file-system supports filenames | 712 # Check whether the underlying file-system supports filenames |
| 716 # with a leading dot. For instance MS-DOS doesn't. | 713 # with a leading dot. For instance MS-DOS doesn't. |
| 717 AC_DEFUN([AM_SET_LEADING_DOT], | 714 AC_DEFUN([AM_SET_LEADING_DOT], |
| 718 [rm -rf .tst 2>/dev/null | 715 [rm -rf .tst 2>/dev/null |
| 719 mkdir .tst 2>/dev/null | 716 mkdir .tst 2>/dev/null |
| 720 if test -d .tst; then | 717 if test -d .tst; then |
| 721 am__leading_dot=. | 718 am__leading_dot=. |
| 722 else | 719 else |
| 723 am__leading_dot=_ | 720 am__leading_dot=_ |
| 724 fi | 721 fi |
| 725 rmdir .tst 2>/dev/null | 722 rmdir .tst 2>/dev/null |
| 726 AC_SUBST([am__leading_dot])]) | 723 AC_SUBST([am__leading_dot])]) |
| 727 | 724 |
| 728 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- | 725 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- |
| 729 # From Jim Meyering | 726 # From Jim Meyering |
| 730 | 727 |
| 731 # Copyright (C) 1996-2014 Free Software Foundation, Inc. | 728 # Copyright (C) 1996-2013 Free Software Foundation, Inc. |
| 732 # | 729 # |
| 733 # This file is free software; the Free Software Foundation | 730 # This file is free software; the Free Software Foundation |
| 734 # gives unlimited permission to copy and/or distribute it, | 731 # gives unlimited permission to copy and/or distribute it, |
| 735 # with or without modifications, as long as this notice is preserved. | 732 # with or without modifications, as long as this notice is preserved. |
| 736 | 733 |
| 737 # AM_MAINTAINER_MODE([DEFAULT-MODE]) | 734 # AM_MAINTAINER_MODE([DEFAULT-MODE]) |
| 738 # ---------------------------------- | 735 # ---------------------------------- |
| 739 # Control maintainer-specific portions of Makefiles. | 736 # Control maintainer-specific portions of Makefiles. |
| 740 # Default is to disable them, unless 'enable' is passed literally. | 737 # Default is to disable them, unless 'enable' is passed literally. |
| 741 # For symmetry, 'disable' may be passed as well. Anyway, the user | 738 # For symmetry, 'disable' may be passed as well. Anyway, the user |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 756 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) | 753 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) |
| 757 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) | 754 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) |
| 758 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) | 755 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) |
| 759 MAINT=$MAINTAINER_MODE_TRUE | 756 MAINT=$MAINTAINER_MODE_TRUE |
| 760 AC_SUBST([MAINT])dnl | 757 AC_SUBST([MAINT])dnl |
| 761 ] | 758 ] |
| 762 ) | 759 ) |
| 763 | 760 |
| 764 # Check to see how 'make' treats includes. -*- Autoconf -*- | 761 # Check to see how 'make' treats includes. -*- Autoconf -*- |
| 765 | 762 |
| 766 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 763 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 767 # | 764 # |
| 768 # This file is free software; the Free Software Foundation | 765 # This file is free software; the Free Software Foundation |
| 769 # gives unlimited permission to copy and/or distribute it, | 766 # gives unlimited permission to copy and/or distribute it, |
| 770 # with or without modifications, as long as this notice is preserved. | 767 # with or without modifications, as long as this notice is preserved. |
| 771 | 768 |
| 772 # AM_MAKE_INCLUDE() | 769 # AM_MAKE_INCLUDE() |
| 773 # ----------------- | 770 # ----------------- |
| 774 # Check to see how make treats includes. | 771 # Check to see how make treats includes. |
| 775 AC_DEFUN([AM_MAKE_INCLUDE], | 772 AC_DEFUN([AM_MAKE_INCLUDE], |
| 776 [am_make=${MAKE-make} | 773 [am_make=${MAKE-make} |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 806 esac | 803 esac |
| 807 fi | 804 fi |
| 808 AC_SUBST([am__include]) | 805 AC_SUBST([am__include]) |
| 809 AC_SUBST([am__quote]) | 806 AC_SUBST([am__quote]) |
| 810 AC_MSG_RESULT([$_am_result]) | 807 AC_MSG_RESULT([$_am_result]) |
| 811 rm -f confinc confmf | 808 rm -f confinc confmf |
| 812 ]) | 809 ]) |
| 813 | 810 |
| 814 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- | 811 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
| 815 | 812 |
| 816 # Copyright (C) 1997-2014 Free Software Foundation, Inc. | 813 # Copyright (C) 1997-2013 Free Software Foundation, Inc. |
| 817 # | 814 # |
| 818 # This file is free software; the Free Software Foundation | 815 # This file is free software; the Free Software Foundation |
| 819 # gives unlimited permission to copy and/or distribute it, | 816 # gives unlimited permission to copy and/or distribute it, |
| 820 # with or without modifications, as long as this notice is preserved. | 817 # with or without modifications, as long as this notice is preserved. |
| 821 | 818 |
| 822 # AM_MISSING_PROG(NAME, PROGRAM) | 819 # AM_MISSING_PROG(NAME, PROGRAM) |
| 823 # ------------------------------ | 820 # ------------------------------ |
| 824 AC_DEFUN([AM_MISSING_PROG], | 821 AC_DEFUN([AM_MISSING_PROG], |
| 825 [AC_REQUIRE([AM_MISSING_HAS_RUN]) | 822 [AC_REQUIRE([AM_MISSING_HAS_RUN]) |
| 826 $1=${$1-"${am_missing_run}$2"} | 823 $1=${$1-"${am_missing_run}$2"} |
| (...skipping 20 matching lines...) Expand all Loading... | |
| 847 else | 844 else |
| 848 am_missing_run= | 845 am_missing_run= |
| 849 AC_MSG_WARN(['missing' script is too old or missing]) | 846 AC_MSG_WARN(['missing' script is too old or missing]) |
| 850 fi | 847 fi |
| 851 ]) | 848 ]) |
| 852 | 849 |
| 853 # -*- Autoconf -*- | 850 # -*- Autoconf -*- |
| 854 # Obsolete and "removed" macros, that must however still report explicit | 851 # Obsolete and "removed" macros, that must however still report explicit |
| 855 # error messages when used, to smooth transition. | 852 # error messages when used, to smooth transition. |
| 856 # | 853 # |
| 857 # Copyright (C) 1996-2014 Free Software Foundation, Inc. | 854 # Copyright (C) 1996-2013 Free Software Foundation, Inc. |
| 858 # | 855 # |
| 859 # This file is free software; the Free Software Foundation | 856 # This file is free software; the Free Software Foundation |
| 860 # gives unlimited permission to copy and/or distribute it, | 857 # gives unlimited permission to copy and/or distribute it, |
| 861 # with or without modifications, as long as this notice is preserved. | 858 # with or without modifications, as long as this notice is preserved. |
| 862 | 859 |
| 863 AC_DEFUN([AM_CONFIG_HEADER], | 860 AC_DEFUN([AM_CONFIG_HEADER], |
| 864 [AC_DIAGNOSE([obsolete], | 861 [AC_DIAGNOSE([obsolete], |
| 865 ['$0': this macro is obsolete. | 862 ['$0': this macro is obsolete. |
| 866 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl | 863 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl |
| 867 AC_CONFIG_HEADERS($@)]) | 864 AC_CONFIG_HEADERS($@)]) |
| 868 | 865 |
| 869 AC_DEFUN([AM_PROG_CC_STDC], | 866 AC_DEFUN([AM_PROG_CC_STDC], |
| 870 [AC_PROG_CC | 867 [AC_PROG_CC |
| 871 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc | 868 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc |
| 872 AC_DIAGNOSE([obsolete], | 869 AC_DIAGNOSE([obsolete], |
| 873 ['$0': this macro is obsolete. | 870 ['$0': this macro is obsolete. |
| 874 You should simply use the 'AC][_PROG_CC' macro instead. | 871 You should simply use the 'AC][_PROG_CC' macro instead. |
| 875 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', | 872 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', |
| 876 but upon 'ac_cv_prog_cc_stdc'.])]) | 873 but upon 'ac_cv_prog_cc_stdc'.])]) |
| 877 | 874 |
| 878 AC_DEFUN([AM_C_PROTOTYPES], | 875 AC_DEFUN([AM_C_PROTOTYPES], |
| 879 [AC_FATAL([automatic de-ANSI-fication support has been removed])]) | 876 [AC_FATAL([automatic de-ANSI-fication support has been removed])]) |
| 880 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) | 877 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) |
| 881 | 878 |
| 882 # Helper functions for option handling. -*- Autoconf -*- | 879 # Helper functions for option handling. -*- Autoconf -*- |
| 883 | 880 |
| 884 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 881 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 885 # | 882 # |
| 886 # This file is free software; the Free Software Foundation | 883 # This file is free software; the Free Software Foundation |
| 887 # gives unlimited permission to copy and/or distribute it, | 884 # gives unlimited permission to copy and/or distribute it, |
| 888 # with or without modifications, as long as this notice is preserved. | 885 # with or without modifications, as long as this notice is preserved. |
| 889 | 886 |
| 890 # _AM_MANGLE_OPTION(NAME) | 887 # _AM_MANGLE_OPTION(NAME) |
| 891 # ----------------------- | 888 # ----------------------- |
| 892 AC_DEFUN([_AM_MANGLE_OPTION], | 889 AC_DEFUN([_AM_MANGLE_OPTION], |
| 893 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) | 890 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) |
| 894 | 891 |
| 895 # _AM_SET_OPTION(NAME) | 892 # _AM_SET_OPTION(NAME) |
| 896 # -------------------- | 893 # -------------------- |
| 897 # Set option NAME. Presently that only means defining a flag for this option. | 894 # Set option NAME. Presently that only means defining a flag for this option. |
| 898 AC_DEFUN([_AM_SET_OPTION], | 895 AC_DEFUN([_AM_SET_OPTION], |
| 899 [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) | 896 [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) |
| 900 | 897 |
| 901 # _AM_SET_OPTIONS(OPTIONS) | 898 # _AM_SET_OPTIONS(OPTIONS) |
| 902 # ------------------------ | 899 # ------------------------ |
| 903 # OPTIONS is a space-separated list of Automake options. | 900 # OPTIONS is a space-separated list of Automake options. |
| 904 AC_DEFUN([_AM_SET_OPTIONS], | 901 AC_DEFUN([_AM_SET_OPTIONS], |
| 905 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) | 902 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) |
| 906 | 903 |
| 907 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) | 904 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) |
| 908 # ------------------------------------------- | 905 # ------------------------------------------- |
| 909 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. | 906 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. |
| 910 AC_DEFUN([_AM_IF_OPTION], | 907 AC_DEFUN([_AM_IF_OPTION], |
| 911 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) | 908 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
| 912 | 909 |
| 913 # Copyright (C) 1999-2014 Free Software Foundation, Inc. | 910 # Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 914 # | 911 # |
| 915 # This file is free software; the Free Software Foundation | 912 # This file is free software; the Free Software Foundation |
| 916 # gives unlimited permission to copy and/or distribute it, | 913 # gives unlimited permission to copy and/or distribute it, |
| 917 # with or without modifications, as long as this notice is preserved. | 914 # with or without modifications, as long as this notice is preserved. |
| 918 | 915 |
| 919 # _AM_PROG_CC_C_O | 916 # _AM_PROG_CC_C_O |
| 920 # --------------- | 917 # --------------- |
| 921 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC | 918 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC |
| 922 # to automatically call this. | 919 # to automatically call this. |
| 923 AC_DEFUN([_AM_PROG_CC_C_O], | 920 AC_DEFUN([_AM_PROG_CC_C_O], |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 950 # But if we don't then we get into trouble of one sort or another. | 947 # But if we don't then we get into trouble of one sort or another. |
| 951 # A longer-term fix would be to have automake use am__CC in this case, | 948 # A longer-term fix would be to have automake use am__CC in this case, |
| 952 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" | 949 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" |
| 953 CC="$am_aux_dir/compile $CC" | 950 CC="$am_aux_dir/compile $CC" |
| 954 fi | 951 fi |
| 955 AC_LANG_POP([C])]) | 952 AC_LANG_POP([C])]) |
| 956 | 953 |
| 957 # For backward compatibility. | 954 # For backward compatibility. |
| 958 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) | 955 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
| 959 | 956 |
| 960 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 957 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 961 # | 958 # |
| 962 # This file is free software; the Free Software Foundation | 959 # This file is free software; the Free Software Foundation |
| 963 # gives unlimited permission to copy and/or distribute it, | 960 # gives unlimited permission to copy and/or distribute it, |
| 964 # with or without modifications, as long as this notice is preserved. | 961 # with or without modifications, as long as this notice is preserved. |
| 965 | 962 |
| 966 # AM_RUN_LOG(COMMAND) | 963 # AM_RUN_LOG(COMMAND) |
| 967 # ------------------- | 964 # ------------------- |
| 968 # Run COMMAND, save the exit status in ac_status, and log it. | 965 # Run COMMAND, save the exit status in ac_status, and log it. |
| 969 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) | 966 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) |
| 970 AC_DEFUN([AM_RUN_LOG], | 967 AC_DEFUN([AM_RUN_LOG], |
| 971 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD | 968 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD |
| 972 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD | 969 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD |
| 973 ac_status=$? | 970 ac_status=$? |
| 974 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD | 971 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD |
| 975 (exit $ac_status); }]) | 972 (exit $ac_status); }]) |
| 976 | 973 |
| 977 # Check to make sure that the build environment is sane. -*- Autoconf -*- | 974 # Check to make sure that the build environment is sane. -*- Autoconf -*- |
| 978 | 975 |
| 979 # Copyright (C) 1996-2014 Free Software Foundation, Inc. | 976 # Copyright (C) 1996-2013 Free Software Foundation, Inc. |
| 980 # | 977 # |
| 981 # This file is free software; the Free Software Foundation | 978 # This file is free software; the Free Software Foundation |
| 982 # gives unlimited permission to copy and/or distribute it, | 979 # gives unlimited permission to copy and/or distribute it, |
| 983 # with or without modifications, as long as this notice is preserved. | 980 # with or without modifications, as long as this notice is preserved. |
| 984 | 981 |
| 985 # AM_SANITY_CHECK | 982 # AM_SANITY_CHECK |
| 986 # --------------- | 983 # --------------- |
| 987 AC_DEFUN([AM_SANITY_CHECK], | 984 AC_DEFUN([AM_SANITY_CHECK], |
| 988 [AC_MSG_CHECKING([whether build environment is sane]) | 985 [AC_MSG_CHECKING([whether build environment is sane]) |
| 989 # Reject unsafe characters in $srcdir or the absolute working directory | 986 # Reject unsafe characters in $srcdir or the absolute working directory |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1050 AC_CONFIG_COMMANDS_PRE( | 1047 AC_CONFIG_COMMANDS_PRE( |
| 1051 [AC_MSG_CHECKING([that generated files are newer than configure]) | 1048 [AC_MSG_CHECKING([that generated files are newer than configure]) |
| 1052 if test -n "$am_sleep_pid"; then | 1049 if test -n "$am_sleep_pid"; then |
| 1053 # Hide warnings about reused PIDs. | 1050 # Hide warnings about reused PIDs. |
| 1054 wait $am_sleep_pid 2>/dev/null | 1051 wait $am_sleep_pid 2>/dev/null |
| 1055 fi | 1052 fi |
| 1056 AC_MSG_RESULT([done])]) | 1053 AC_MSG_RESULT([done])]) |
| 1057 rm -f conftest.file | 1054 rm -f conftest.file |
| 1058 ]) | 1055 ]) |
| 1059 | 1056 |
| 1060 # Copyright (C) 2009-2014 Free Software Foundation, Inc. | 1057 # Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 1061 # | 1058 # |
| 1062 # This file is free software; the Free Software Foundation | 1059 # This file is free software; the Free Software Foundation |
| 1063 # gives unlimited permission to copy and/or distribute it, | 1060 # gives unlimited permission to copy and/or distribute it, |
| 1064 # with or without modifications, as long as this notice is preserved. | 1061 # with or without modifications, as long as this notice is preserved. |
| 1065 | 1062 |
| 1066 # AM_SILENT_RULES([DEFAULT]) | 1063 # AM_SILENT_RULES([DEFAULT]) |
| 1067 # -------------------------- | 1064 # -------------------------- |
| 1068 # Enable less verbose build rules; with the default set to DEFAULT | 1065 # Enable less verbose build rules; with the default set to DEFAULT |
| 1069 # ("yes" being less verbose, "no" or empty being verbose). | 1066 # ("yes" being less verbose, "no" or empty being verbose). |
| 1070 AC_DEFUN([AM_SILENT_RULES], | 1067 AC_DEFUN([AM_SILENT_RULES], |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1110 AC_SUBST([AM_V])dnl | 1107 AC_SUBST([AM_V])dnl |
| 1111 AM_SUBST_NOTMAKE([AM_V])dnl | 1108 AM_SUBST_NOTMAKE([AM_V])dnl |
| 1112 AC_SUBST([AM_DEFAULT_V])dnl | 1109 AC_SUBST([AM_DEFAULT_V])dnl |
| 1113 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl | 1110 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl |
| 1114 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl | 1111 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl |
| 1115 AM_BACKSLASH='\' | 1112 AM_BACKSLASH='\' |
| 1116 AC_SUBST([AM_BACKSLASH])dnl | 1113 AC_SUBST([AM_BACKSLASH])dnl |
| 1117 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl | 1114 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
| 1118 ]) | 1115 ]) |
| 1119 | 1116 |
| 1120 # Copyright (C) 2001-2014 Free Software Foundation, Inc. | 1117 # Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 1121 # | 1118 # |
| 1122 # This file is free software; the Free Software Foundation | 1119 # This file is free software; the Free Software Foundation |
| 1123 # gives unlimited permission to copy and/or distribute it, | 1120 # gives unlimited permission to copy and/or distribute it, |
| 1124 # with or without modifications, as long as this notice is preserved. | 1121 # with or without modifications, as long as this notice is preserved. |
| 1125 | 1122 |
| 1126 # AM_PROG_INSTALL_STRIP | 1123 # AM_PROG_INSTALL_STRIP |
| 1127 # --------------------- | 1124 # --------------------- |
| 1128 # One issue with vendor 'install' (even GNU) is that you can't | 1125 # One issue with vendor 'install' (even GNU) is that you can't |
| 1129 # specify the program used to strip binaries. This is especially | 1126 # specify the program used to strip binaries. This is especially |
| 1130 # annoying in cross-compiling environments, where the build's strip | 1127 # annoying in cross-compiling environments, where the build's strip |
| 1131 # is unlikely to handle the host's binaries. | 1128 # is unlikely to handle the host's binaries. |
| 1132 # Fortunately install-sh will honor a STRIPPROG variable, so we | 1129 # Fortunately install-sh will honor a STRIPPROG variable, so we |
| 1133 # always use install-sh in "make install-strip", and initialize | 1130 # always use install-sh in "make install-strip", and initialize |
| 1134 # STRIPPROG with the value of the STRIP variable (set by the user). | 1131 # STRIPPROG with the value of the STRIP variable (set by the user). |
| 1135 AC_DEFUN([AM_PROG_INSTALL_STRIP], | 1132 AC_DEFUN([AM_PROG_INSTALL_STRIP], |
| 1136 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl | 1133 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl |
| 1137 # Installed binaries are usually stripped using 'strip' when the user | 1134 # Installed binaries are usually stripped using 'strip' when the user |
| 1138 # run "make install-strip". However 'strip' might not be the right | 1135 # run "make install-strip". However 'strip' might not be the right |
| 1139 # tool to use in cross-compilation environments, therefore Automake | 1136 # tool to use in cross-compilation environments, therefore Automake |
| 1140 # will honor the 'STRIP' environment variable to overrule this program. | 1137 # will honor the 'STRIP' environment variable to overrule this program. |
| 1141 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. | 1138 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. |
| 1142 if test "$cross_compiling" != no; then | 1139 if test "$cross_compiling" != no; then |
| 1143 AC_CHECK_TOOL([STRIP], [strip], :) | 1140 AC_CHECK_TOOL([STRIP], [strip], :) |
| 1144 fi | 1141 fi |
| 1145 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" | 1142 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
| 1146 AC_SUBST([INSTALL_STRIP_PROGRAM])]) | 1143 AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
| 1147 | 1144 |
| 1148 # Copyright (C) 2006-2014 Free Software Foundation, Inc. | 1145 # Copyright (C) 2006-2013 Free Software Foundation, Inc. |
| 1149 # | 1146 # |
| 1150 # This file is free software; the Free Software Foundation | 1147 # This file is free software; the Free Software Foundation |
| 1151 # gives unlimited permission to copy and/or distribute it, | 1148 # gives unlimited permission to copy and/or distribute it, |
| 1152 # with or without modifications, as long as this notice is preserved. | 1149 # with or without modifications, as long as this notice is preserved. |
| 1153 | 1150 |
| 1154 # _AM_SUBST_NOTMAKE(VARIABLE) | 1151 # _AM_SUBST_NOTMAKE(VARIABLE) |
| 1155 # --------------------------- | 1152 # --------------------------- |
| 1156 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. | 1153 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. |
| 1157 # This macro is traced by Automake. | 1154 # This macro is traced by Automake. |
| 1158 AC_DEFUN([_AM_SUBST_NOTMAKE]) | 1155 AC_DEFUN([_AM_SUBST_NOTMAKE]) |
| 1159 | 1156 |
| 1160 # AM_SUBST_NOTMAKE(VARIABLE) | 1157 # AM_SUBST_NOTMAKE(VARIABLE) |
| 1161 # -------------------------- | 1158 # -------------------------- |
| 1162 # Public sister of _AM_SUBST_NOTMAKE. | 1159 # Public sister of _AM_SUBST_NOTMAKE. |
| 1163 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) | 1160 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
| 1164 | 1161 |
| 1165 # Check how to create a tarball. -*- Autoconf -*- | 1162 # Check how to create a tarball. -*- Autoconf -*- |
| 1166 | 1163 |
| 1167 # Copyright (C) 2004-2014 Free Software Foundation, Inc. | 1164 # Copyright (C) 2004-2013 Free Software Foundation, Inc. |
| 1168 # | 1165 # |
| 1169 # This file is free software; the Free Software Foundation | 1166 # This file is free software; the Free Software Foundation |
| 1170 # gives unlimited permission to copy and/or distribute it, | 1167 # gives unlimited permission to copy and/or distribute it, |
| 1171 # with or without modifications, as long as this notice is preserved. | 1168 # with or without modifications, as long as this notice is preserved. |
| 1172 | 1169 |
| 1173 # _AM_PROG_TAR(FORMAT) | 1170 # _AM_PROG_TAR(FORMAT) |
| 1174 # -------------------- | 1171 # -------------------- |
| 1175 # Check how to create a tarball in format FORMAT. | 1172 # Check how to create a tarball in format FORMAT. |
| 1176 # FORMAT should be one of 'v7', 'ustar', or 'pax'. | 1173 # FORMAT should be one of 'v7', 'ustar', or 'pax'. |
| 1177 # | 1174 # |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1288 done | 1285 done |
| 1289 rm -rf conftest.dir | 1286 rm -rf conftest.dir |
| 1290 | 1287 |
| 1291 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) | 1288 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) |
| 1292 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) | 1289 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) |
| 1293 | 1290 |
| 1294 AC_SUBST([am__tar]) | 1291 AC_SUBST([am__tar]) |
| 1295 AC_SUBST([am__untar]) | 1292 AC_SUBST([am__untar]) |
| 1296 ]) # _AM_PROG_TAR | 1293 ]) # _AM_PROG_TAR |
| 1297 | 1294 |
| OLD | NEW |