aboutsummaryrefslogtreecommitdiff
path: root/gfsm/autogen.sh
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2008-11-29 23:22:39 +0000
commitd13da71edce4b913736c1e752a211ae20c193292 (patch)
tree57b0c3884b5d465259d21906f89e4ec5635da9d3 /gfsm/autogen.sh
parent2072ea2ef54b92775efc83c82d9a4b7a8ac4d616 (diff)
+ added local copy of gfsm source tree in gfsm/ subdir (for pd-extended auto-builds)
+ external builds now use static local libgfsm by default (insulates vs. API change, etc.) svn path=/trunk/externals/moocow/; revision=10403
Diffstat (limited to 'gfsm/autogen.sh')
-rwxr-xr-xgfsm/autogen.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/gfsm/autogen.sh b/gfsm/autogen.sh
index 845f276..a7360a1 100755
--- a/gfsm/autogen.sh
+++ b/gfsm/autogen.sh
@@ -11,6 +11,8 @@ MY_AHDIRS="."
MY_AMDIRS="."
MY_ACDIRS="."
+MY_AGDIRS="./gfsm"
+
test -z "$ACLOCAL" && ACLOCAL=aclocal
test -z "$AUTOHEADER" && AUTOHEADER=autoheader
test -z "$AUTOMAKE" && AUTOMAKE=automake
@@ -44,5 +46,12 @@ if test -n "$MY_ACDIRS"; then
done
fi
+if test -n "$MY_AGDIRS"; then
+ for d in $MY_AGDIRS ; do
+ echo "(cd $d ; ./autogen.sh)"
+ (cd $d ; ./autogen.sh)
+ done
+fi
+
#echo "(./configure)"
#./configure $*