Skip to content

Commit 19b9add

Browse files
committed
autogen.sh: Support running from outside the source directory
Initial steps towards supporting out-of-tree builds.
1 parent 97d285a commit 19b9add

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autogen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
22
set -e
3+
srcdir="$(dirname $0)"
4+
cd "$srcdir"
35
autoreconf -vif

0 commit comments

Comments
 (0)