From af5a690c9a7079175e62a85bbd2ff1f5fc78e42c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 9 Aug 2016 18:12:09 +0200 Subject: [PATCH] Add the autogen.sh script to the source tree. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- autogen.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 autogen.sh 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 -- 2.34.1