From ae0a3ab67fa74f6f3d00d94f9a0d51d5e3927c53 Mon Sep 17 00:00:00 2001 From: lahiker42 Date: Fri, 22 Aug 2008 22:21:05 +0000 Subject: [PATCH] add an autogen scrip git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@28 00440858-1255-0410-a3e6-75ea37f81c3a --- autogen.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 autogen.sh diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..5e68465 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#! /bin/sh -e +./bootstrap +./configure "$@"