Return to make-configure CVS log | Up to [local] / OpenXM / src / kxx |
version 1.2, 2000/02/01 10:04:39 | version 1.4, 2000/08/20 12:15:10 | ||
---|---|---|---|
|
|
||
# !/bin/sh | #!/bin/sh | ||
# $OpenXM: OpenXM/src/kxx/make-configure,v 1.1 2000/02/01 09:59:43 takayama Exp $ | # $OpenXM: OpenXM/src/kxx/make-configure,v 1.3 2000/02/03 09:33:46 ohara Exp $ | ||
if ! test -f ./.configure_done | if test ! -f ./.configure_done | ||
then | then | ||
if test -f configure | make -f Makefile.conf | ||
then | ./configure | ||
./configure | |||
else | |||
autoconf | |||
./configure | |||
fi | |||
fi | fi | ||
touch .configure_done | touch .configure_done |