Changes between Version 32 and Version 33 of BaseInstall
- Timestamp:
- Feb 4, 2010, 5:39:48 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v32 v33 81 81 The Ariba {{{configure}}} will test for Maemo systems. Internally there are a number of special cases where handling on Maemo is different from normal Linux. If you require special handling, do the following in your code: 82 82 {{{ 83 #!c ++83 #!cpp 84 84 #include "ariba/config.h" 85 85 ...