#!/bin/sh # $OpenXM: OpenXM/src/kxx/make-configure,v 1.3 2000/02/03 09:33:46 ohara Exp $ if test ! -f ./.configure_done then if test -f configure then ./configure else autoconf ./configure fi fi touch .configure_done