| 2137 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2138 |
|
|
| 2139 |
|
|
| 2140 |
< |
am__api_version='1.14' |
| 2140 |
> |
am__api_version='1.15' |
| 2141 |
|
|
| 2142 |
|
ac_aux_dir= |
| 2143 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2338 |
|
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' |
| 2339 |
|
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` |
| 2340 |
|
|
| 2341 |
< |
# expand $ac_aux_dir to an absolute path |
| 2342 |
< |
am_aux_dir=`cd $ac_aux_dir && pwd` |
| 2341 |
> |
# Expand $ac_aux_dir to an absolute path. |
| 2342 |
> |
am_aux_dir=`cd "$ac_aux_dir" && pwd` |
| 2343 |
|
|
| 2344 |
|
if test x"${MISSING+set}" != xset; then |
| 2345 |
|
case $am_aux_dir in |
| 2358 |
|
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
| 2359 |
|
fi |
| 2360 |
|
|
| 2361 |
< |
if test x"${install_sh}" != xset; then |
| 2361 |
> |
if test x"${install_sh+set}" != xset; then |
| 2362 |
|
case $am_aux_dir in |
| 2363 |
|
*\ * | *\ *) |
| 2364 |
|
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
| 2686 |
|
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 2687 |
|
mkdir_p='$(MKDIR_P)' |
| 2688 |
|
|
| 2689 |
< |
# We need awk for the "check" target. The system "awk" is bad on |
| 2690 |
< |
# some platforms. |
| 2689 |
> |
# We need awk for the "check" target (and possibly the TAP driver). The |
| 2690 |
> |
# system "awk" is bad on some platforms. |
| 2691 |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |
| 2692 |
|
# in the wild :-( We should find a proper way to deprecate it ... |
| 2693 |
|
AMTAR='$${TAR-tar}' |
| 2745 |
|
fi |
| 2746 |
|
fi |
| 2747 |
|
|
| 2748 |
+ |
|
| 2749 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
| 2750 |
|
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
| 2751 |
|
# Check whether --enable-maintainer-mode was given. |