From f35cc1537d8bc93ac33addd097d50c204843fc73 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Fri, 1 Feb 2013 08:37:29 +0000 Subject: [PATCH] Add autotools bootstrap script --- bootstrap.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..e05d84f --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +aclocal +autoheader +automake --add-missing --copy --foreign +autoconf + -- 2.47.2