diff options
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -318,8 +318,6 @@ for fname in .deps \ ltsugar.m4 \ ltversion.m4 \ lt~obsolete.m4 \ - missing \ - install-sh \ stamp-h1 \ stamp-h2 \ stamp-h3 ; do @@ -331,7 +329,7 @@ done # echo "buildconf: running libtoolize" -${libtoolize} --copy --force || die "libtoolize command failed" +${libtoolize} --copy --automake --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 |