summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-07-20 22:31:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-20 22:31:33 +0200
commite5d62431552cd28907bc176c5d5a3bcd93a4e74e (patch)
tree7fec7c82e93cada344b169a44bd952d8d9419ec1 /autogen.sh
parentcore: remove whitespace in cmake files (diff)
downloadweechat-e5d62431552cd28907bc176c5d5a3bcd93a4e74e.tar.xz
weechat-e5d62431552cd28907bc176c5d5a3bcd93a4e74e.zip
core: add build with autotools for Travis CI
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index f4efb8a1a..daac11bbc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,6 +24,9 @@
### common stuff
###
+DIR=$(cd $(dirname "$0"); pwd)
+cd $DIR
+
AUTOGEN_LOG=autogen.log
err ()