#!/bin/sh # $OpenXM: OpenXM/src/ox_math/make-configure,v 1.1 2000/02/08 21:14:01 ohara Exp $ if [ ! -f ./.configure_done ]; then if [ ! -x ./configure ]; then autoconf fi ./configure fi touch .configure_done