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>
pull/1/head
Johannes Schindelin 10 years ago
parent c18fa98b1f
commit ea0e98428d

@ -0,0 +1,4 @@
#!/bin/sh
autoreconf -fiv &&
./configure
Loading…
Cancel
Save