Changes between Version 1 and Version 2 of Ticket #208
- Timestamp:
- 01/30/09 20:03:56 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #208 – Description
v1 v2 1 I like run '''./autogen.sh and'''and '''./configure''' scripts from locations other, than source tree.1 I'd like to run '''./autogen.sh and'''(unsupported by autostuff?) and '''./configure''' scripts from locations other, than source tree. 2 2 It is very convinient to run builds for various architectures/configurations against one actual source. 3 3 … … 5 5 $ cd /tmp 6 6 $ git clone path-to-mc 7 $ ./autogen.sh 7 8 $ chmod -R u-w mc/ # freeze sources (just for tests) 8 9 … … 20 21 $ mkdir mc-build 21 22 $ cd mc-build 22 $ ../mc/autogen.sh23 23 $ ./configure --prefix=/tmp/mc-test/ 24 24 $ make