aboutsummaryrefslogtreecommitdiff
path: root/gfsm/autogen.sh
diff options
context:
space:
mode:
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 $*