| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1905 2013-04-27 21:18:07Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1907 2013-04-27 21:24:53Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.8. |
| 5 |
|
# |
| 3009 |
|
# in the wild :-( We should find a proper way to deprecate it ... |
| 3010 |
|
AMTAR='$${TAR-tar}' |
| 3011 |
|
|
| 3012 |
+ |
|
| 3013 |
+ |
# We'll loop over all known methods to create a tar archive until one works. |
| 3014 |
+ |
_am_tools='gnutar pax cpio none' |
| 3015 |
+ |
|
| 3016 |
|
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
| 3017 |
|
|
| 3018 |
|
|
| 3020 |
|
|
| 3021 |
|
|
| 3022 |
|
|
| 3023 |
+ |
|
| 3024 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 |
| 3025 |
|
$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } |
| 3026 |
|
# Check whether --enable-maintainer-mode was given. |
| 16148 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16149 |
|
test -z "$DEPDIR" && continue |
| 16150 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16151 |
< |
test -z "am__include" && continue |
| 16151 |
> |
test -z "$am__include" && continue |
| 16152 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16153 |
|
# Find all dependency output files, they are included files with |
| 16154 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |