Return to make-configure CVS log | Up to [local] / OpenXM / src / kan96xx |
version 1.1, 2004/06/24 12:45:15 | version 1.2, 2004/06/30 22:42:33 | ||
---|---|---|---|
|
|
||
#!/bin/sh | #!/bin/sh | ||
# $OpenXM$ | # $OpenXM: OpenXM/src/kan96xx/make-configure,v 1.1 2004/06/24 12:45:15 takayama Exp $ | ||
if test ! -f ./.configure_done | if test ! -f ./.configure_done -o ! -f ./Makefile | ||
then | then | ||
# make -f Makefile.conf | # make -f Makefile.conf | ||
echo "--prefix=`cd ../../../OpenXM ; pwd`" | echo "--prefix=`cd ../../../OpenXM ; pwd`" |