diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2014-10-07 15:16:06 +0200 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2014-10-07 15:16:06 +0200 |
commit | ea0e98428db5f6b7895fdd0f7b98846ec91fc499 (patch) | |
tree | 9182c3a3ad163c1ddd98b63ce5a757e80861f8b8 | |
parent | c18fa98b1ffc651e6429a439b9c2ec4c0f833881 (diff) | |
download | libvncserver-ea0e98428db5f6b7895fdd0f7b98846ec91fc499.zip libvncserver-ea0e98428db5f6b7895fdd0f7b98846ec91fc499.tar.gz |
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>
-rwxr-xr-x | autogen.sh | 4 |
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 |