]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
configure: remove --automake from libtoolize call
authorMichael Osipov <1983-01-06@gmx.net>
Thu, 30 Apr 2015 06:47:19 +0000 (08:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 30 Apr 2015 06:58:09 +0000 (08:58 +0200)
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.

buildconf

index 6794402f1cab31f0e46f400a6d7b4b4c9953257a..1df7060244211de85f25f9e75fb361890434a987 100755 (executable)
--- 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