From 3cafdaacb4eed813ffe9ddeafd9a74980fe98d44 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Tue, 20 Jan 2009 13:25:10 +0000 Subject: + added autotools-generated files (for auto-builds) svn path=/trunk/externals/moocow/; revision=10580 --- autoreconf.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 autoreconf.sh (limited to 'autoreconf.sh') 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 -- cgit v1.2.1