From 47f10cbf0f6425405d66323da56315ea5d1e8108 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 20 Dec 2003 07:48:29 +0000 Subject: added autoconfig files --- (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..eda8b43 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,19 @@ +#!/bin/sh + +rm -rf autom4te-2.53.cache +if [ -z $AUTOCONF ]; then + AUTOCONF=autoconf-2.53 +fi +if [ -z $AUTOHEADER ]; then + AUTOHEADER=autoheader-2.53 +fi +$AUTOHEADER +$AUTOCONF +touch stamp-h.in + +for x in providers/*; do + if [ -e $x/autogen.sh ]; then + echo Generating Config files in $x + (cd $x; ./autogen.sh $*) + fi +done -- cgit v0.9.2