summaryrefslogtreecommitdiffstatsabout
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 9ae9c6b..78f11a7 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -14,10 +14,3 @@ $ACLOCAL -I m4
14$AUTOHEADER 14$AUTOHEADER
15$AUTOCONF 15$AUTOCONF
16touch stamp-h.in 16touch stamp-h.in
17
18for x in providers/*; do
19 if [ -e $x/autogen.sh ]; then
20 echo Generating Config files in $x
21 (cd $x; ./autogen.sh $*)
22 fi
23done