summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2015-04-30 08:47:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-04-30 08:58:09 +0200
commit693422b79b48550b1f030caea749f409dae4a007 (patch)
tree7d7079c068e88f6496d09700ffdab05393fc2804 /buildconf
parent6a612859096d0a894651b1bb233d2f91c8843a0a (diff)
downloadcurl-693422b79b48550b1f030caea749f409dae4a007.tar.gz
configure: remove --automake from libtoolize call
That option is not mentioned in the man page of libtoolize 2.4.4.19-fda4. Moveover, a comment in line 2623 says "--automake is for 1.5 compatibility". This option is redundant now.
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 6794402f1..1df706024 100755
--- a/buildconf
+++ b/buildconf
@@ -330,7 +330,7 @@ done
#
echo "buildconf: running libtoolize"
-${libtoolize} --copy --automake --force || die "libtoolize command failed"
+${libtoolize} --copy --force || die "libtoolize command failed"
# When using libtool 1.5.X (X < 26) we copy libtool.m4 to our local m4
# subdirectory and this local copy is patched to fix some warnings that