[BACK]Return to make-configure CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_python

File: [local] / OpenXM / src / ox_python / make-configure (download)

Revision 1.1, Sat Sep 8 00:16:19 2018 UTC (5 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD

The initial version of ox_python.
sm_executeStringByLocalParser is executed by PyRun_SimpleString().
See assert1.rr

#!/bin/sh
# $OpenXM: OpenXM/src/ox_python/make-configure,v 1.1 2018/09/08 00:16:19 takayama Exp $
if test ! -f ./.configure_done  -o ! -f ./Makefile
then 
# make -f Makefile.conf
 echo "--prefix=`cd ../../../OpenXM ; pwd`"
 ./configure --prefix="`cd ../../../OpenXM ; pwd`"
fi
touch .configure_done