Browse Source

autogen.sh: Support running from outside the source directory

Initial steps towards supporting out-of-tree builds.
pull/145/head
Josh Triplett 11 years ago
parent
commit
19b9adda52
  1. 2
      autogen.sh

2
autogen.sh

@ -1,3 +1,5 @@
#!/bin/sh
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
autoreconf -vif

Loading…
Cancel
Save