Changes between Version 1 and Version 2 of dev-libs/atk/1.25.2/1
- Timestamp:
- 12/18/08 23:05:54 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-libs/atk/1.25.2/1
v1 v2 1 * cp /boot/common/share/libtool/config.guess . 2 * cp /boot/common/share/libtool/config.sub . 3 * libtoolize --force --copy 4 * aclocal 5 * add `AC_CONFIG_MACRO_DIR([m4])' to configure.in 6 --This must be insterted after any lines containing *_INIT* 7 * add ACLOCAL_AMFLAGS = -I m4 in Makefile.am. 8 * automake 9 * autoconf 10 * Remove the following line from configure: GTK_DOC_CHECK(1.8) 11 * ./configure --prefix=/boot/common 1 12 13 * make, make fails, then you have to remove something from a makefile referring to gtk_doc, rerun make, and it then needs to have GTK_DOC_CHECK remove from configure again, then run make again and this time it works... go figure. 14 15 * make install 16 17 builds a shared lib, but not a static one...
