| 1 | | |
| | 1 | * cp /boot/common/share/libtool/config/config.guess . |
| | 2 | * cp /boot/common/share/libtool/config/config.sub . |
| | 3 | * libtoolize --force --copy |
| | 4 | * add `AC_CONFIG_MACRO_DIR([m4])' to configure.in --This must be insterted after any lines containing *_INIT* |
| | 5 | * aclocal |
| | 6 | * autoconf |
| | 7 | * automake |
| | 8 | * ./configure --prefix=/boot/common |
| | 9 | |
| | 10 | ~~Not yet building. I suspect the expat binary is the problem and this might be looking for a .so file and the expat binary doesn't have a .so file in it... |
| | 11 | TODO: retry once expat is fixed up.~~ |
| | 12 | |
| | 13 | Works now, with a fixed expat and using the AC_CONFIG_MARCO_DIR trick. |