From: Jérôme Benoit Date: Tue, 9 Aug 2016 16:12:09 +0000 (+0200) Subject: Add the autogen.sh script to the source tree. X-Git-Url: https://git.piment-noir.org/?p=lsystem3d.git;a=commitdiff_plain Add the autogen.sh script to the source tree. Signed-off-by: Jérôme Benoit --- diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..c0aceb2 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# +# Run 'autoreconf' to build 'configure', 'Makefile.in' and other configure +# control files. + +autoreconf -vif