=================================================================== RCS file: /home/cvs/OpenXM/src/kxx/make-configure,v retrieving revision 1.2 retrieving revision 1.8 diff -u -p -r1.2 -r1.8 --- OpenXM/src/kxx/make-configure 2000/02/01 10:04:39 1.2 +++ OpenXM/src/kxx/make-configure 2019/01/28 04:51:51 1.8 @@ -1,13 +1,9 @@ -# !/bin/sh -# $OpenXM: OpenXM/src/kxx/make-configure,v 1.1 2000/02/01 09:59:43 takayama Exp $ -if ! test -f ./.configure_done +#!/bin/sh +# $OpenXM: OpenXM/src/kxx/make-configure,v 1.7 2004/06/30 22:42:33 takayama Exp $ +if test ! -f ./.configure_done -o ! -f ./Makefile then - if test -f configure - then - ./configure - else - autoconf - ./configure - fi +# make -f Makefile.conf + echo "--prefix=`cd ../../../OpenXM ; pwd`" + ./configure --prefix="`cd ../../../OpenXM ; pwd`" --enable-shared fi touch .configure_done