add an autogen scrip

git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@28 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
lahiker42 2008-08-22 22:21:05 +00:00
parent c899010af2
commit ae0a3ab67f

3
autogen.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh -e
./bootstrap
./configure "$@"