Changes between Version 3 and Version 4 of CompilationGuidelines
- Timestamp:
- Oct 12, 2010, 8:33:13 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuidelines
v3 v4 69 69 which will also delete all autoconf stuff for ''configure''. 70 70 71 ''distclean'' is at times necessary when stuff does not compile and there's seemingly no logic behind it. To recover your configure options, either look at config.log in the build directory or enter 72 {{{ 73 ./config.status --version 74 }}} 75