#!/bin/sh # $OpenXM: OpenXM/src/kxx/make-configure,v 1.1 2000/02/01 09:59:43 takayama Exp $ if ! test -f ./.configure_done then if test -f configure then ./configure else autoconf ./configure fi fi touch .configure_done