#!/bin/sh # $OpenXM: OpenXM/src/kxx/make-configure,v 1.4 2000/08/20 12:15:10 takayama Exp $ if test ! -f ./.configure_done then make -f Makefile.conf ./configure fi touch .configure_done