aboutsummaryrefslogtreecommitdiff
path: root/autoreconf.sh
blob: d5f1a65bd996e1d2c2d76c02bce0b39bc8d60773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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