From 13c2d015252fa402b324b088bf7544632114f09c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 11 Oct 2000 12:21:50 +0000 Subject: [PATCH] Added buildconf.sh script. --- buildconf.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 buildconf.sh diff --git a/buildconf.sh b/buildconf.sh new file mode 100755 index 0000000..5c92300 --- /dev/null +++ b/buildconf.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# $Id: buildconf.sh,v 1.1 2000-10-11 12:21:50 adam Exp $ +libtoolize +automake -a +autoconf -- 1.7.10.4