commit | 9e7a548ce421660b0d22bfeb90c2b2b53742aac7 | [log] [tgz] |
---|---|---|
author | Vincent Bernat <bernat@luffy.cx> | Tue May 22 14:32:22 2012 +0200 |
committer | Vincent Bernat <bernat@luffy.cx> | Mon Jun 25 19:03:23 2012 +0200 |
tree | 4c962403808f98806781fb4ad15594152bc1effa | |
parent | a47c5838e9f445ab887ad927706b11ccbb181364 [diff] |
build: allow configure and build in a separate directory Some .h files in lib/ are autogenerated. The search path should include the build directory and the source directory. They usually match but sometimes, they may be different. For example: $ mkdir build $ cd build $ ../configure $ make