summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarti <marti.maria@tktbrainpower.com>2016-05-18 23:20:38 +0200
committerMarti <marti.maria@tktbrainpower.com>2016-05-18 23:20:38 +0200
commitefc9630f37e35f9ced3e4e59090e2dec3e63db80 (patch)
tree80835d40b40203ea8546b77217b28c04449685dc /configure
parentbada192ed358db295a33a24ed2b0dc3c2829fe39 (diff)
downloadlcms2-efc9630f37e35f9ced3e4e59090e2dec3e63db80.tar.gz
downgrade to automake 1.14.1 which is stable
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 6 insertions, 7 deletions
diff --git a/configure b/configure
index e13840e..0316ad5 100755
--- a/configure
+++ b/configure
@@ -2501,7 +2501,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
-am__api_version='1.15'
+am__api_version='1.14'
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
@@ -2673,8 +2673,8 @@ test "$program_suffix" != NONE &&
ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
-# Expand $ac_aux_dir to an absolute path.
-am_aux_dir=`cd "$ac_aux_dir" && pwd`
+# expand $ac_aux_dir to an absolute path
+am_aux_dir=`cd $ac_aux_dir && pwd`
if test x"${MISSING+set}" != xset; then
case $am_aux_dir in
@@ -2693,7 +2693,7 @@ else
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
fi
-if test x"${install_sh+set}" != xset; then
+if test x"${install_sh}" != xset; then
case $am_aux_dir in
*\ * | *\ *)
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
@@ -3012,8 +3012,8 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
mkdir_p='$(MKDIR_P)'
-# We need awk for the "check" target (and possibly the TAP driver). The
-# system "awk" is bad on some platforms.
+# We need awk for the "check" target. The system "awk" is bad on
+# some platforms.
# Always define AMTAR for backward compatibility. Yes, it's still used
# in the wild :-( We should find a proper way to deprecate it ...
AMTAR='$${TAR-tar}'
@@ -3072,7 +3072,6 @@ END
fi
-
# Check for programs
DEPDIR="${am__leading_dot}deps"