| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1454 2012-06-29 13:58:54Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1456 2012-07-02 18:21:40Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta2. |
| 5 |
|
# |
| 729 |
|
am__leading_dot |
| 730 |
|
SET_MAKE |
| 731 |
|
AWK |
| 732 |
+ |
mkdir_p |
| 733 |
|
MKDIR_P |
| 734 |
|
INSTALL_STRIP_PROGRAM |
| 735 |
|
STRIP |
| 2959 |
|
|
| 2960 |
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 2961 |
|
|
| 2962 |
+ |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 2963 |
+ |
# dies out for good. For more background, see: |
| 2964 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 2965 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 2966 |
+ |
mkdir_p='$(MKDIR_P)' |
| 2967 |
+ |
|
| 2968 |
|
# We need awk for the "check" target. The system "awk" is bad on |
| 2969 |
|
# some platforms. |
| 2970 |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |