From 842ff9d6181dc7b8ef860f8599ef834157523bc1 Mon Sep 17 00:00:00 2001 From: Martin Casado Date: Tue, 4 Mar 2008 13:14:49 -0800 Subject: [PATCH] Used to boostrap autoconf files --- boot.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 boot.sh diff --git a/boot.sh b/boot.sh new file mode 100755 index 00000000..49e9f4ea --- /dev/null +++ b/boot.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# Bootstrap configure system from .ac/.am files +autoreconf --install -I config --force -- 2.30.2