summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2014-10-07 15:16:06 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2014-10-07 15:16:06 +0200
commitea0e98428db5f6b7895fdd0f7b98846ec91fc499 (patch)
tree9182c3a3ad163c1ddd98b63ce5a757e80861f8b8 /autogen.sh
parentc18fa98b1ffc651e6429a439b9c2ec4c0f833881 (diff)
downloadlibtdevnc-ea0e98428db5f6b7895fdd0f7b98846ec91fc499.tar.gz
libtdevnc-ea0e98428db5f6b7895fdd0f7b98846ec91fc499.zip
Add back a working autogen.sh
There was no reason to get rid of the convenient script. Most developers who are not in love with autoconf fail to remember that autoreconf invocation, therefore it is better to have something working in place. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..0776325
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+autoreconf -fiv &&
+./configure