# !/bin/sh # $OpenXM: OpenXM/src/kxx/make-configure,v 1.2 2000/02/01 10:04:39 takayama Exp $ if ! test -f ./.configure_done then if test -f configure then ./configure else autoconf ./configure fi fi touch .configure_done