summaryrefslogtreecommitdiff
path: root/autogen.sh
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 /autogen.sh
parentbada192ed358db295a33a24ed2b0dc3c2829fe39 (diff)
downloadlcms2-efc9630f37e35f9ced3e4e59090e2dec3e63db80.tar.gz
downgrade to automake 1.14.1 which is stable
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index eb543ee..0b8b74f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -77,8 +77,8 @@ esac
echo "Running autoheader..."
autoheader
fi
- echo "Running automake --add-missing --gnu -Wno-portability $am_opt ..."
- automake --add-missing --gnu -Wno-portability $am_opt
+ echo "Running automake --add-missing -copy --gnu -Wno-portability $am_opt ..."
+ automake --add-missing --copy --gnu -Wno-portability $am_opt
echo "Running autoconf ..."
autoconf