#!/bin/sh # $OpenXM: OpenXM/src/oxc/make-configure,v 1.1 2000/10/13 06:05:11 ohara Exp $ if [ ! -f ./.configure_done ]; then if [ ! -x ./configure ]; then autoconf fi ./configure fi touch .configure_done