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