Changes between Version 18 and Version 19 of PortingTips
- Timestamp:
- 08/02/09 14:10:59 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v18 v19 27 27 Where . is the package root folder, or the folder in which the package has outdated config.guess and/or config.sub files. If trying to build static and shared libraries, you may also need to run (try using ./autogen.sh first if it exists, it usually runs all the autotools as needed): 28 28 {{{ 29 libtoolize --force --copy 29 libtoolize --force --copy --install 30 30 aclocal 31 31 automake
