From d891a923bc507f28caa69f625079755d1a2083e7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 15 May 2008 23:29:40 +0000 Subject: moved stuff the trunk --- configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 configure (limited to 'configure') diff --git a/configure b/configure new file mode 100755 index 0000000..d5aba81 --- /dev/null +++ b/configure @@ -0,0 +1,11 @@ +#!/bin/sh + +#cp -f Makefile.in Makefile +cd ./src +./configure $@ + +if test -d mods; then + cd ./mods + ./configure fromtop + cd .. +fi -- cgit v1.2.3