K 10 svn:author V 4 tijl K 8 svn:date V 27 2014-05-06T09:55:35.204554Z K 7 svn:log V 709 - Run autotools in the same order as autoreconf, i.e. libtoolize, aclocal, autoconf, autoheader, automake. [1] This should allow replacing custom pre-configure and run-autotools targets that some ports have with USE_AUTOTOOLS. - Set default LIBTOOLIZE_ARGS: -i: install missing build scripts. -c: copy files instead of linking them. This is needed for USES=libtool to be able to patch them. -f: force replacement of existing files. This ensures all files belong to the same version. database/vsqlite: - Fix with new LIBTOOLIZE_ARGS. - INSTALL_TARGET=install-strip. - Drop :keepla. Reported by: Nikola Kolev [1] Exp-run: antoine Approved by: portmgr (antoine) END