aboutsummaryrefslogtreecommitdiff
path: root/autoreconf.sh
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-01-20 13:25:10 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-01-20 13:25:10 +0000
commit3cafdaacb4eed813ffe9ddeafd9a74980fe98d44 (patch)
treea60ffbb36d5b28f5a5e0f7df355820f7a1b5b072 /autoreconf.sh
parent4c6be2273be534730cfe548099f4f8d2ac79dd49 (diff)
+ added autotools-generated files (for auto-builds)
svn path=/trunk/externals/moocow/; revision=10580
Diffstat (limited to 'autoreconf.sh')
-rwxr-xr-xautoreconf.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/autoreconf.sh b/autoreconf.sh
new file mode 100755
index 0000000..d5f1a65
--- /dev/null
+++ b/autoreconf.sh
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+if test -n "$*" ; then
+ dirs=("$@")
+elif test "`basename \"$PWD\"`" = "moocow" ; then
+ dirs=(deque flite gfsm pdstring readdir sprinkler weightmap)
+elif test "`basename \"$PWD\"`" = "extended" ; then
+ dirs=(../deque ../flite ../gfsm ../pdstring ../readdir ../sprinkler ../weightmap)
+else
+ dirs=(.)
+fi
+echo "$0: dirs=(${dirs[@]})"
+
+exec autoreconf --install --force --verbose "${dirs[@]}"
+#--symlink