From: Martin Casado Date: Tue, 4 Mar 2008 21:14:49 +0000 (-0800) Subject: Used to boostrap autoconf files X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842ff9d6181dc7b8ef860f8599ef834157523bc1;p=openvswitch Used to boostrap autoconf files --- 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