summaryrefslogtreecommitdiff
path: root/0.8/configure
blob: d5aba81db934796fe5f74c41b8f166a898d16a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

#cp -f Makefile.in Makefile
cd ./src
./configure $@

if test -d mods; then
  cd ./mods
  ./configure fromtop
  cd ..
fi