| 3008 |
|
# in the wild :-( We should find a proper way to deprecate it ... |
| 3009 |
|
AMTAR='$${TAR-tar}' |
| 3010 |
|
|
| 3011 |
+ |
|
| 3012 |
+ |
# We'll loop over all known methods to create a tar archive until one works. |
| 3013 |
+ |
_am_tools='gnutar pax cpio none' |
| 3014 |
+ |
|
| 3015 |
|
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
| 3016 |
|
|
| 3017 |
|
|
| 3019 |
|
|
| 3020 |
|
|
| 3021 |
|
|
| 3022 |
+ |
|
| 3023 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
| 3024 |
|
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
| 3025 |
|
# Check whether --enable-maintainer-mode was given. |
| 16153 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16154 |
|
test -z "$DEPDIR" && continue |
| 16155 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16156 |
< |
test -z "am__include" && continue |
| 16156 |
> |
test -z "$am__include" && continue |
| 16157 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16158 |
|
# Find all dependency output files, they are included files with |
| 16159 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |