#!/bin/sh # $OpenXM: OpenXM/src/k097/make-configure,v 1.1 2003/09/02 22:18:40 takayama Exp $ if test ! -f ./.configure_done then # make -f Makefile.conf ./configure fi touch .configure_done