Changes between Version 2 and Version 3 of dev-libs/gmp/4.2.4
- Timestamp:
- 12/28/08 17:49:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/gmp/4.2.4
v2 v3 1 1 Config.guess/config.sub have been updated in this version, but we still need to run the libtoolize and company to get a shared lib built: 2 * libtoolize --force --copy3 * aclocal4 * autoconf5 * automake --add-missing6 * ./configure --prefix=/boot/common7 * make8 * make install9 * make check2 * libtoolize --force --copy 3 * add AC_CONFIG_MACRO_DIR([m4]) to configure.ac after an AC_INIT line 4 * aclocal -I m4 5 * automake --add-missing 6 * ./configure --prefix=/boot/common 7 * make 8 * make install 9 * make check 10 10 11 11 Make sure make check passes all tests otherwise the binary is suspect.
