build: autogen.sh can now configure from another directory
authorPavel Šimerda <psimerda@redhat.com>
Tue, 13 Nov 2012 20:11:50 +0000 (21:11 +0100)
committerPavel Šimerda <psimerda@redhat.com>
Tue, 13 Nov 2012 20:11:50 +0000 (21:11 +0100)
commite7b6fb2630eded8025b9ed0af86e53f6689dcede
tree297556dd5054963204dd1e8121c79a5bf154638e
parentec1bd3a936a3766cbae84a853e7615264f2c8027
build: autogen.sh can now configure from another directory

Example:

$ mkdir -p _build
$ cd _build
$ ../autogen.sh ...configure-options...
$ make
autogen.sh