Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Side by Side Diff: aclocal.m4

Issue 1870733005: Fix a dependency issue in automake (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Add TEST_DEPS Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Makefile.in ('k') | src/config.h.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*- 1 # generated automatically by aclocal 1.15 -*- Autoconf -*-
2 2
3 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 3 # Copyright (C) 1996-2014 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-2013 Free Software Foundation, Inc. 23 # Copyright (C) 2002-2014 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.14' 35 [am__api_version='1.15'
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.14.1], [], 38 m4_if([$1], [1.15], [],
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.14.1])dnl 54 [AM_AUTOMAKE_VERSION([1.15])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-2013 Free Software Foundation, Inc. 59 # Copyright (C) 2011-2014 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
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-2013 Free Software Foundation, Inc. 121 # Copyright (C) 2001-2014 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-2013 Free Software Foundation, Inc. 141 # Copyright (C) 2001-2014 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
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 [dnl Rely on autoconf to set up CDPATH properly. 186 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
187 AC_PREREQ([2.50])dnl 187 # Expand $ac_aux_dir to an absolute path.
188 # expand $ac_aux_dir to an absolute path 188 am_aux_dir=`cd "$ac_aux_dir" && pwd`
189 am_aux_dir=`cd $ac_aux_dir && pwd`
190 ]) 189 ])
191 190
192 # AM_CONDITIONAL -*- Autoconf -*- 191 # AM_CONDITIONAL -*- Autoconf -*-
193 192
194 # Copyright (C) 1997-2013 Free Software Foundation, Inc. 193 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
195 # 194 #
196 # This file is free software; the Free Software Foundation 195 # This file is free software; the Free Software Foundation
197 # gives unlimited permission to copy and/or distribute it, 196 # gives unlimited permission to copy and/or distribute it,
198 # with or without modifications, as long as this notice is preserved. 197 # with or without modifications, as long as this notice is preserved.
199 198
200 # AM_CONDITIONAL(NAME, SHELL-CONDITION) 199 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
201 # ------------------------------------- 200 # -------------------------------------
202 # Define a conditional. 201 # Define a conditional.
203 AC_DEFUN([AM_CONDITIONAL], 202 AC_DEFUN([AM_CONDITIONAL],
204 [AC_PREREQ([2.52])dnl 203 [AC_PREREQ([2.52])dnl
(...skipping 10 matching lines...) Expand all
215 else 214 else
216 $1_TRUE='#' 215 $1_TRUE='#'
217 $1_FALSE= 216 $1_FALSE=
218 fi 217 fi
219 AC_CONFIG_COMMANDS_PRE( 218 AC_CONFIG_COMMANDS_PRE(
220 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then 219 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
221 AC_MSG_ERROR([[conditional "$1" was never defined. 220 AC_MSG_ERROR([[conditional "$1" was never defined.
222 Usually this means the macro was only invoked conditionally.]]) 221 Usually this means the macro was only invoked conditionally.]])
223 fi])]) 222 fi])])
224 223
225 # Copyright (C) 1999-2013 Free Software Foundation, Inc. 224 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
226 # 225 #
227 # This file is free software; the Free Software Foundation 226 # This file is free software; the Free Software Foundation
228 # gives unlimited permission to copy and/or distribute it, 227 # gives unlimited permission to copy and/or distribute it,
229 # with or without modifications, as long as this notice is preserved. 228 # with or without modifications, as long as this notice is preserved.
230 229
231 230
232 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be 231 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
233 # written in clear, in which case automake, when reading aclocal.m4, 232 # written in clear, in which case automake, when reading aclocal.m4,
234 # will think it sees a *use*, and therefore will trigger all it's 233 # will think it sees a *use*, and therefore will trigger all it's
235 # C support machinery. Also note that it means that autoscan, seeing 234 # C support machinery. Also note that it means that autoscan, seeing
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 fi 405 fi
407 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) 406 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
408 AC_SUBST([AMDEPBACKSLASH])dnl 407 AC_SUBST([AMDEPBACKSLASH])dnl
409 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl 408 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
410 AC_SUBST([am__nodep])dnl 409 AC_SUBST([am__nodep])dnl
411 _AM_SUBST_NOTMAKE([am__nodep])dnl 410 _AM_SUBST_NOTMAKE([am__nodep])dnl
412 ]) 411 ])
413 412
414 # Generate code to set up dependency tracking. -*- Autoconf -*- 413 # Generate code to set up dependency tracking. -*- Autoconf -*-
415 414
416 # Copyright (C) 1999-2013 Free Software Foundation, Inc. 415 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
417 # 416 #
418 # This file is free software; the Free Software Foundation 417 # This file is free software; the Free Software Foundation
419 # gives unlimited permission to copy and/or distribute it, 418 # gives unlimited permission to copy and/or distribute it,
420 # with or without modifications, as long as this notice is preserved. 419 # with or without modifications, as long as this notice is preserved.
421 420
422 421
423 # _AM_OUTPUT_DEPENDENCY_COMMANDS 422 # _AM_OUTPUT_DEPENDENCY_COMMANDS
424 # ------------------------------ 423 # ------------------------------
425 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], 424 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
426 [{ 425 [{
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 # is enabled. FIXME. This creates each '.P' file that we will 481 # is enabled. FIXME. This creates each '.P' file that we will
483 # need in order to bootstrap the dependency handling code. 482 # need in order to bootstrap the dependency handling code.
484 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], 483 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
485 [AC_CONFIG_COMMANDS([depfiles], 484 [AC_CONFIG_COMMANDS([depfiles],
486 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], 485 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
487 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) 486 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
488 ]) 487 ])
489 488
490 # Do all the work for Automake. -*- Autoconf -*- 489 # Do all the work for Automake. -*- Autoconf -*-
491 490
492 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 491 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
493 # 492 #
494 # This file is free software; the Free Software Foundation 493 # This file is free software; the Free Software Foundation
495 # gives unlimited permission to copy and/or distribute it, 494 # gives unlimited permission to copy and/or distribute it,
496 # with or without modifications, as long as this notice is preserved. 495 # with or without modifications, as long as this notice is preserved.
497 496
498 # This macro actually does too much. Some checks are only needed if 497 # This macro actually does too much. Some checks are only needed if
499 # your package does certain things. But this isn't really a big deal. 498 # your package does certain things. But this isn't really a big deal.
500 499
501 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. 500 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
502 m4_define([AC_PROG_CC], 501 m4_define([AC_PROG_CC],
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 AM_MISSING_PROG([AUTOHEADER], [autoheader]) 571 AM_MISSING_PROG([AUTOHEADER], [autoheader])
573 AM_MISSING_PROG([MAKEINFO], [makeinfo]) 572 AM_MISSING_PROG([MAKEINFO], [makeinfo])
574 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 573 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
575 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl 574 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
576 AC_REQUIRE([AC_PROG_MKDIR_P])dnl 575 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
577 # For better backward compatibility. To be removed once Automake 1.9.x 576 # For better backward compatibility. To be removed once Automake 1.9.x
578 # dies out for good. For more background, see: 577 # dies out for good. For more background, see:
579 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> 578 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
580 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> 579 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
581 AC_SUBST([mkdir_p], ['$(MKDIR_P)']) 580 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
582 # We need awk for the "check" target. The system "awk" is bad on 581 # We need awk for the "check" target (and possibly the TAP driver). The
583 # some platforms. 582 # system "awk" is bad on some platforms.
584 AC_REQUIRE([AC_PROG_AWK])dnl 583 AC_REQUIRE([AC_PROG_AWK])dnl
585 AC_REQUIRE([AC_PROG_MAKE_SET])dnl 584 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
586 AC_REQUIRE([AM_SET_LEADING_DOT])dnl 585 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
587 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], 586 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
588 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], 587 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
589 [_AM_PROG_TAR([v7])])]) 588 [_AM_PROG_TAR([v7])])])
590 _AM_IF_OPTION([no-dependencies],, 589 _AM_IF_OPTION([no-dependencies],,
591 [AC_PROVIDE_IFELSE([AC_PROG_CC], 590 [AC_PROVIDE_IFELSE([AC_PROG_CC],
592 [_AM_DEPENDENCIES([CC])], 591 [_AM_DEPENDENCIES([CC])],
593 [m4_define([AC_PROG_CC], 592 [m4_define([AC_PROG_CC],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 You can download and install GNU coreutils to get an 'rm' implementation 645 You can download and install GNU coreutils to get an 'rm' implementation
647 that behaves properly: <http://www.gnu.org/software/coreutils/>. 646 that behaves properly: <http://www.gnu.org/software/coreutils/>.
648 647
649 If you want to complete the configuration process using your problematic 648 If you want to complete the configuration process using your problematic
650 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM 649 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
651 to "yes", and re-run configure. 650 to "yes", and re-run configure.
652 651
653 END 652 END
654 AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) 653 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
655 fi 654 fi
656 fi]) 655 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 ])
657 660
658 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not 661 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
659 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further 662 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
660 dnl mangled by Autoconf and run in a shell conditional statement. 663 dnl mangled by Autoconf and run in a shell conditional statement.
661 m4_define([_AC_COMPILER_EXEEXT], 664 m4_define([_AC_COMPILER_EXEEXT],
662 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) 665 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
663 666
664 # When config.status generates a header, we must update the stamp-h file. 667 # When config.status generates a header, we must update the stamp-h file.
665 # This file resides in the same directory as the config header 668 # This file resides in the same directory as the config header
666 # that is generated. The stamp files are numbered to have different names. 669 # that is generated. The stamp files are numbered to have different names.
667 670
668 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the 671 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
669 # loop where config.status creates the headers, so we can generate 672 # loop where config.status creates the headers, so we can generate
670 # our stamp files there. 673 # our stamp files there.
671 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 674 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
672 [# Compute $1's index in $config_headers. 675 [# Compute $1's index in $config_headers.
673 _am_arg=$1 676 _am_arg=$1
674 _am_stamp_count=1 677 _am_stamp_count=1
675 for _am_header in $config_headers :; do 678 for _am_header in $config_headers :; do
676 case $_am_header in 679 case $_am_header in
677 $_am_arg | $_am_arg:* ) 680 $_am_arg | $_am_arg:* )
678 break ;; 681 break ;;
679 * ) 682 * )
680 _am_stamp_count=`expr $_am_stamp_count + 1` ;; 683 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
681 esac 684 esac
682 done 685 done
683 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co unt]) 686 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co unt])
684 687
685 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 688 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
686 # 689 #
687 # This file is free software; the Free Software Foundation 690 # This file is free software; the Free Software Foundation
688 # gives unlimited permission to copy and/or distribute it, 691 # gives unlimited permission to copy and/or distribute it,
689 # with or without modifications, as long as this notice is preserved. 692 # with or without modifications, as long as this notice is preserved.
690 693
691 # AM_PROG_INSTALL_SH 694 # AM_PROG_INSTALL_SH
692 # ------------------ 695 # ------------------
693 # Define $install_sh. 696 # Define $install_sh.
694 AC_DEFUN([AM_PROG_INSTALL_SH], 697 AC_DEFUN([AM_PROG_INSTALL_SH],
695 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl 698 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
696 if test x"${install_sh}" != xset; then 699 if test x"${install_sh+set}" != xset; then
697 case $am_aux_dir in 700 case $am_aux_dir in
698 *\ * | *\ *) 701 *\ * | *\ *)
699 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; 702 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
700 *) 703 *)
701 install_sh="\${SHELL} $am_aux_dir/install-sh" 704 install_sh="\${SHELL} $am_aux_dir/install-sh"
702 esac 705 esac
703 fi 706 fi
704 AC_SUBST([install_sh])]) 707 AC_SUBST([install_sh])])
705 708
706 # Copyright (C) 2003-2013 Free Software Foundation, Inc. 709 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
707 # 710 #
708 # This file is free software; the Free Software Foundation 711 # This file is free software; the Free Software Foundation
709 # gives unlimited permission to copy and/or distribute it, 712 # gives unlimited permission to copy and/or distribute it,
710 # with or without modifications, as long as this notice is preserved. 713 # with or without modifications, as long as this notice is preserved.
711 714
712 # Check whether the underlying file-system supports filenames 715 # Check whether the underlying file-system supports filenames
713 # with a leading dot. For instance MS-DOS doesn't. 716 # with a leading dot. For instance MS-DOS doesn't.
714 AC_DEFUN([AM_SET_LEADING_DOT], 717 AC_DEFUN([AM_SET_LEADING_DOT],
715 [rm -rf .tst 2>/dev/null 718 [rm -rf .tst 2>/dev/null
716 mkdir .tst 2>/dev/null 719 mkdir .tst 2>/dev/null
717 if test -d .tst; then 720 if test -d .tst; then
718 am__leading_dot=. 721 am__leading_dot=.
719 else 722 else
720 am__leading_dot=_ 723 am__leading_dot=_
721 fi 724 fi
722 rmdir .tst 2>/dev/null 725 rmdir .tst 2>/dev/null
723 AC_SUBST([am__leading_dot])]) 726 AC_SUBST([am__leading_dot])])
724 727
725 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 728 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
726 # From Jim Meyering 729 # From Jim Meyering
727 730
728 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 731 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
729 # 732 #
730 # This file is free software; the Free Software Foundation 733 # This file is free software; the Free Software Foundation
731 # gives unlimited permission to copy and/or distribute it, 734 # gives unlimited permission to copy and/or distribute it,
732 # with or without modifications, as long as this notice is preserved. 735 # with or without modifications, as long as this notice is preserved.
733 736
734 # AM_MAINTAINER_MODE([DEFAULT-MODE]) 737 # AM_MAINTAINER_MODE([DEFAULT-MODE])
735 # ---------------------------------- 738 # ----------------------------------
736 # Control maintainer-specific portions of Makefiles. 739 # Control maintainer-specific portions of Makefiles.
737 # Default is to disable them, unless 'enable' is passed literally. 740 # Default is to disable them, unless 'enable' is passed literally.
738 # For symmetry, 'disable' may be passed as well. Anyway, the user 741 # For symmetry, 'disable' may be passed as well. Anyway, the user
(...skipping 14 matching lines...) Expand all
753 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) 756 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
754 AC_MSG_RESULT([$USE_MAINTAINER_MODE]) 757 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
755 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) 758 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
756 MAINT=$MAINTAINER_MODE_TRUE 759 MAINT=$MAINTAINER_MODE_TRUE
757 AC_SUBST([MAINT])dnl 760 AC_SUBST([MAINT])dnl
758 ] 761 ]
759 ) 762 )
760 763
761 # Check to see how 'make' treats includes. -*- Autoconf -*- 764 # Check to see how 'make' treats includes. -*- Autoconf -*-
762 765
763 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 766 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
764 # 767 #
765 # This file is free software; the Free Software Foundation 768 # This file is free software; the Free Software Foundation
766 # gives unlimited permission to copy and/or distribute it, 769 # gives unlimited permission to copy and/or distribute it,
767 # with or without modifications, as long as this notice is preserved. 770 # with or without modifications, as long as this notice is preserved.
768 771
769 # AM_MAKE_INCLUDE() 772 # AM_MAKE_INCLUDE()
770 # ----------------- 773 # -----------------
771 # Check to see how make treats includes. 774 # Check to see how make treats includes.
772 AC_DEFUN([AM_MAKE_INCLUDE], 775 AC_DEFUN([AM_MAKE_INCLUDE],
773 [am_make=${MAKE-make} 776 [am_make=${MAKE-make}
(...skipping 29 matching lines...) Expand all
803 esac 806 esac
804 fi 807 fi
805 AC_SUBST([am__include]) 808 AC_SUBST([am__include])
806 AC_SUBST([am__quote]) 809 AC_SUBST([am__quote])
807 AC_MSG_RESULT([$_am_result]) 810 AC_MSG_RESULT([$_am_result])
808 rm -f confinc confmf 811 rm -f confinc confmf
809 ]) 812 ])
810 813
811 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- 814 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
812 815
813 # Copyright (C) 1997-2013 Free Software Foundation, Inc. 816 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
814 # 817 #
815 # This file is free software; the Free Software Foundation 818 # This file is free software; the Free Software Foundation
816 # gives unlimited permission to copy and/or distribute it, 819 # gives unlimited permission to copy and/or distribute it,
817 # with or without modifications, as long as this notice is preserved. 820 # with or without modifications, as long as this notice is preserved.
818 821
819 # AM_MISSING_PROG(NAME, PROGRAM) 822 # AM_MISSING_PROG(NAME, PROGRAM)
820 # ------------------------------ 823 # ------------------------------
821 AC_DEFUN([AM_MISSING_PROG], 824 AC_DEFUN([AM_MISSING_PROG],
822 [AC_REQUIRE([AM_MISSING_HAS_RUN]) 825 [AC_REQUIRE([AM_MISSING_HAS_RUN])
823 $1=${$1-"${am_missing_run}$2"} 826 $1=${$1-"${am_missing_run}$2"}
(...skipping 20 matching lines...) Expand all
844 else 847 else
845 am_missing_run= 848 am_missing_run=
846 AC_MSG_WARN(['missing' script is too old or missing]) 849 AC_MSG_WARN(['missing' script is too old or missing])
847 fi 850 fi
848 ]) 851 ])
849 852
850 # -*- Autoconf -*- 853 # -*- Autoconf -*-
851 # Obsolete and "removed" macros, that must however still report explicit 854 # Obsolete and "removed" macros, that must however still report explicit
852 # error messages when used, to smooth transition. 855 # error messages when used, to smooth transition.
853 # 856 #
854 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 857 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
855 # 858 #
856 # This file is free software; the Free Software Foundation 859 # This file is free software; the Free Software Foundation
857 # gives unlimited permission to copy and/or distribute it, 860 # gives unlimited permission to copy and/or distribute it,
858 # with or without modifications, as long as this notice is preserved. 861 # with or without modifications, as long as this notice is preserved.
859 862
860 AC_DEFUN([AM_CONFIG_HEADER], 863 AC_DEFUN([AM_CONFIG_HEADER],
861 [AC_DIAGNOSE([obsolete], 864 [AC_DIAGNOSE([obsolete],
862 ['$0': this macro is obsolete. 865 ['$0': this macro is obsolete.
863 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl 866 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
864 AC_CONFIG_HEADERS($@)]) 867 AC_CONFIG_HEADERS($@)])
865 868
866 AC_DEFUN([AM_PROG_CC_STDC], 869 AC_DEFUN([AM_PROG_CC_STDC],
867 [AC_PROG_CC 870 [AC_PROG_CC
868 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc 871 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
869 AC_DIAGNOSE([obsolete], 872 AC_DIAGNOSE([obsolete],
870 ['$0': this macro is obsolete. 873 ['$0': this macro is obsolete.
871 You should simply use the 'AC][_PROG_CC' macro instead. 874 You should simply use the 'AC][_PROG_CC' macro instead.
872 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', 875 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
873 but upon 'ac_cv_prog_cc_stdc'.])]) 876 but upon 'ac_cv_prog_cc_stdc'.])])
874 877
875 AC_DEFUN([AM_C_PROTOTYPES], 878 AC_DEFUN([AM_C_PROTOTYPES],
876 [AC_FATAL([automatic de-ANSI-fication support has been removed])]) 879 [AC_FATAL([automatic de-ANSI-fication support has been removed])])
877 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES]) 880 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
878 881
879 # Helper functions for option handling. -*- Autoconf -*- 882 # Helper functions for option handling. -*- Autoconf -*-
880 883
881 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 884 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
882 # 885 #
883 # This file is free software; the Free Software Foundation 886 # This file is free software; the Free Software Foundation
884 # gives unlimited permission to copy and/or distribute it, 887 # gives unlimited permission to copy and/or distribute it,
885 # with or without modifications, as long as this notice is preserved. 888 # with or without modifications, as long as this notice is preserved.
886 889
887 # _AM_MANGLE_OPTION(NAME) 890 # _AM_MANGLE_OPTION(NAME)
888 # ----------------------- 891 # -----------------------
889 AC_DEFUN([_AM_MANGLE_OPTION], 892 AC_DEFUN([_AM_MANGLE_OPTION],
890 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) 893 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
891 894
892 # _AM_SET_OPTION(NAME) 895 # _AM_SET_OPTION(NAME)
893 # -------------------- 896 # --------------------
894 # Set option NAME. Presently that only means defining a flag for this option. 897 # Set option NAME. Presently that only means defining a flag for this option.
895 AC_DEFUN([_AM_SET_OPTION], 898 AC_DEFUN([_AM_SET_OPTION],
896 [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) 899 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
897 900
898 # _AM_SET_OPTIONS(OPTIONS) 901 # _AM_SET_OPTIONS(OPTIONS)
899 # ------------------------ 902 # ------------------------
900 # OPTIONS is a space-separated list of Automake options. 903 # OPTIONS is a space-separated list of Automake options.
901 AC_DEFUN([_AM_SET_OPTIONS], 904 AC_DEFUN([_AM_SET_OPTIONS],
902 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) 905 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
903 906
904 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) 907 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
905 # ------------------------------------------- 908 # -------------------------------------------
906 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. 909 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
907 AC_DEFUN([_AM_IF_OPTION], 910 AC_DEFUN([_AM_IF_OPTION],
908 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) 911 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
909 912
910 # Copyright (C) 1999-2013 Free Software Foundation, Inc. 913 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
911 # 914 #
912 # This file is free software; the Free Software Foundation 915 # This file is free software; the Free Software Foundation
913 # gives unlimited permission to copy and/or distribute it, 916 # gives unlimited permission to copy and/or distribute it,
914 # with or without modifications, as long as this notice is preserved. 917 # with or without modifications, as long as this notice is preserved.
915 918
916 # _AM_PROG_CC_C_O 919 # _AM_PROG_CC_C_O
917 # --------------- 920 # ---------------
918 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC 921 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
919 # to automatically call this. 922 # to automatically call this.
920 AC_DEFUN([_AM_PROG_CC_C_O], 923 AC_DEFUN([_AM_PROG_CC_C_O],
(...skipping 26 matching lines...) Expand all
947 # But if we don't then we get into trouble of one sort or another. 950 # But if we don't then we get into trouble of one sort or another.
948 # A longer-term fix would be to have automake use am__CC in this case, 951 # A longer-term fix would be to have automake use am__CC in this case,
949 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 952 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
950 CC="$am_aux_dir/compile $CC" 953 CC="$am_aux_dir/compile $CC"
951 fi 954 fi
952 AC_LANG_POP([C])]) 955 AC_LANG_POP([C])])
953 956
954 # For backward compatibility. 957 # For backward compatibility.
955 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) 958 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
956 959
957 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 960 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
958 # 961 #
959 # This file is free software; the Free Software Foundation 962 # This file is free software; the Free Software Foundation
960 # gives unlimited permission to copy and/or distribute it, 963 # gives unlimited permission to copy and/or distribute it,
961 # with or without modifications, as long as this notice is preserved. 964 # with or without modifications, as long as this notice is preserved.
962 965
963 # AM_RUN_LOG(COMMAND) 966 # AM_RUN_LOG(COMMAND)
964 # ------------------- 967 # -------------------
965 # Run COMMAND, save the exit status in ac_status, and log it. 968 # Run COMMAND, save the exit status in ac_status, and log it.
966 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) 969 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
967 AC_DEFUN([AM_RUN_LOG], 970 AC_DEFUN([AM_RUN_LOG],
968 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD 971 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
969 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD 972 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
970 ac_status=$? 973 ac_status=$?
971 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD 974 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
972 (exit $ac_status); }]) 975 (exit $ac_status); }])
973 976
974 # Check to make sure that the build environment is sane. -*- Autoconf -*- 977 # Check to make sure that the build environment is sane. -*- Autoconf -*-
975 978
976 # Copyright (C) 1996-2013 Free Software Foundation, Inc. 979 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
977 # 980 #
978 # This file is free software; the Free Software Foundation 981 # This file is free software; the Free Software Foundation
979 # gives unlimited permission to copy and/or distribute it, 982 # gives unlimited permission to copy and/or distribute it,
980 # with or without modifications, as long as this notice is preserved. 983 # with or without modifications, as long as this notice is preserved.
981 984
982 # AM_SANITY_CHECK 985 # AM_SANITY_CHECK
983 # --------------- 986 # ---------------
984 AC_DEFUN([AM_SANITY_CHECK], 987 AC_DEFUN([AM_SANITY_CHECK],
985 [AC_MSG_CHECKING([whether build environment is sane]) 988 [AC_MSG_CHECKING([whether build environment is sane])
986 # Reject unsafe characters in $srcdir or the absolute working directory 989 # Reject unsafe characters in $srcdir or the absolute working directory
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 AC_CONFIG_COMMANDS_PRE( 1050 AC_CONFIG_COMMANDS_PRE(
1048 [AC_MSG_CHECKING([that generated files are newer than configure]) 1051 [AC_MSG_CHECKING([that generated files are newer than configure])
1049 if test -n "$am_sleep_pid"; then 1052 if test -n "$am_sleep_pid"; then
1050 # Hide warnings about reused PIDs. 1053 # Hide warnings about reused PIDs.
1051 wait $am_sleep_pid 2>/dev/null 1054 wait $am_sleep_pid 2>/dev/null
1052 fi 1055 fi
1053 AC_MSG_RESULT([done])]) 1056 AC_MSG_RESULT([done])])
1054 rm -f conftest.file 1057 rm -f conftest.file
1055 ]) 1058 ])
1056 1059
1057 # Copyright (C) 2009-2013 Free Software Foundation, Inc. 1060 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
1058 # 1061 #
1059 # This file is free software; the Free Software Foundation 1062 # This file is free software; the Free Software Foundation
1060 # gives unlimited permission to copy and/or distribute it, 1063 # gives unlimited permission to copy and/or distribute it,
1061 # with or without modifications, as long as this notice is preserved. 1064 # with or without modifications, as long as this notice is preserved.
1062 1065
1063 # AM_SILENT_RULES([DEFAULT]) 1066 # AM_SILENT_RULES([DEFAULT])
1064 # -------------------------- 1067 # --------------------------
1065 # Enable less verbose build rules; with the default set to DEFAULT 1068 # Enable less verbose build rules; with the default set to DEFAULT
1066 # ("yes" being less verbose, "no" or empty being verbose). 1069 # ("yes" being less verbose, "no" or empty being verbose).
1067 AC_DEFUN([AM_SILENT_RULES], 1070 AC_DEFUN([AM_SILENT_RULES],
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 AC_SUBST([AM_V])dnl 1110 AC_SUBST([AM_V])dnl
1108 AM_SUBST_NOTMAKE([AM_V])dnl 1111 AM_SUBST_NOTMAKE([AM_V])dnl
1109 AC_SUBST([AM_DEFAULT_V])dnl 1112 AC_SUBST([AM_DEFAULT_V])dnl
1110 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl 1113 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1111 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl 1114 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1112 AM_BACKSLASH='\' 1115 AM_BACKSLASH='\'
1113 AC_SUBST([AM_BACKSLASH])dnl 1116 AC_SUBST([AM_BACKSLASH])dnl
1114 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl 1117 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1115 ]) 1118 ])
1116 1119
1117 # Copyright (C) 2001-2013 Free Software Foundation, Inc. 1120 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1118 # 1121 #
1119 # This file is free software; the Free Software Foundation 1122 # This file is free software; the Free Software Foundation
1120 # gives unlimited permission to copy and/or distribute it, 1123 # gives unlimited permission to copy and/or distribute it,
1121 # with or without modifications, as long as this notice is preserved. 1124 # with or without modifications, as long as this notice is preserved.
1122 1125
1123 # AM_PROG_INSTALL_STRIP 1126 # AM_PROG_INSTALL_STRIP
1124 # --------------------- 1127 # ---------------------
1125 # One issue with vendor 'install' (even GNU) is that you can't 1128 # One issue with vendor 'install' (even GNU) is that you can't
1126 # specify the program used to strip binaries. This is especially 1129 # specify the program used to strip binaries. This is especially
1127 # annoying in cross-compiling environments, where the build's strip 1130 # annoying in cross-compiling environments, where the build's strip
1128 # is unlikely to handle the host's binaries. 1131 # is unlikely to handle the host's binaries.
1129 # Fortunately install-sh will honor a STRIPPROG variable, so we 1132 # Fortunately install-sh will honor a STRIPPROG variable, so we
1130 # always use install-sh in "make install-strip", and initialize 1133 # always use install-sh in "make install-strip", and initialize
1131 # STRIPPROG with the value of the STRIP variable (set by the user). 1134 # STRIPPROG with the value of the STRIP variable (set by the user).
1132 AC_DEFUN([AM_PROG_INSTALL_STRIP], 1135 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1133 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl 1136 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1134 # Installed binaries are usually stripped using 'strip' when the user 1137 # Installed binaries are usually stripped using 'strip' when the user
1135 # run "make install-strip". However 'strip' might not be the right 1138 # run "make install-strip". However 'strip' might not be the right
1136 # tool to use in cross-compilation environments, therefore Automake 1139 # tool to use in cross-compilation environments, therefore Automake
1137 # will honor the 'STRIP' environment variable to overrule this program. 1140 # will honor the 'STRIP' environment variable to overrule this program.
1138 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. 1141 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1139 if test "$cross_compiling" != no; then 1142 if test "$cross_compiling" != no; then
1140 AC_CHECK_TOOL([STRIP], [strip], :) 1143 AC_CHECK_TOOL([STRIP], [strip], :)
1141 fi 1144 fi
1142 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" 1145 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1143 AC_SUBST([INSTALL_STRIP_PROGRAM])]) 1146 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1144 1147
1145 # Copyright (C) 2006-2013 Free Software Foundation, Inc. 1148 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
1146 # 1149 #
1147 # This file is free software; the Free Software Foundation 1150 # This file is free software; the Free Software Foundation
1148 # gives unlimited permission to copy and/or distribute it, 1151 # gives unlimited permission to copy and/or distribute it,
1149 # with or without modifications, as long as this notice is preserved. 1152 # with or without modifications, as long as this notice is preserved.
1150 1153
1151 # _AM_SUBST_NOTMAKE(VARIABLE) 1154 # _AM_SUBST_NOTMAKE(VARIABLE)
1152 # --------------------------- 1155 # ---------------------------
1153 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. 1156 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1154 # This macro is traced by Automake. 1157 # This macro is traced by Automake.
1155 AC_DEFUN([_AM_SUBST_NOTMAKE]) 1158 AC_DEFUN([_AM_SUBST_NOTMAKE])
1156 1159
1157 # AM_SUBST_NOTMAKE(VARIABLE) 1160 # AM_SUBST_NOTMAKE(VARIABLE)
1158 # -------------------------- 1161 # --------------------------
1159 # Public sister of _AM_SUBST_NOTMAKE. 1162 # Public sister of _AM_SUBST_NOTMAKE.
1160 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) 1163 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1161 1164
1162 # Check how to create a tarball. -*- Autoconf -*- 1165 # Check how to create a tarball. -*- Autoconf -*-
1163 1166
1164 # Copyright (C) 2004-2013 Free Software Foundation, Inc. 1167 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
1165 # 1168 #
1166 # This file is free software; the Free Software Foundation 1169 # This file is free software; the Free Software Foundation
1167 # gives unlimited permission to copy and/or distribute it, 1170 # gives unlimited permission to copy and/or distribute it,
1168 # with or without modifications, as long as this notice is preserved. 1171 # with or without modifications, as long as this notice is preserved.
1169 1172
1170 # _AM_PROG_TAR(FORMAT) 1173 # _AM_PROG_TAR(FORMAT)
1171 # -------------------- 1174 # --------------------
1172 # Check how to create a tarball in format FORMAT. 1175 # Check how to create a tarball in format FORMAT.
1173 # FORMAT should be one of 'v7', 'ustar', or 'pax'. 1176 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
1174 # 1177 #
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
1285 done 1288 done
1286 rm -rf conftest.dir 1289 rm -rf conftest.dir
1287 1290
1288 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) 1291 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1289 AC_MSG_RESULT([$am_cv_prog_tar_$1])]) 1292 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1290 1293
1291 AC_SUBST([am__tar]) 1294 AC_SUBST([am__tar])
1292 AC_SUBST([am__untar]) 1295 AC_SUBST([am__untar])
1293 ]) # _AM_PROG_TAR 1296 ]) # _AM_PROG_TAR
1294 1297
OLDNEW
« no previous file with comments | « Makefile.in ('k') | src/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698