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

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

Revision 1.1, Fri Jul 2 07:48:47 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN

Asir-contrib starts to use "configure".

Please clean OpenXM and checkout it before make;
otherwise a make error will happen.

#!/bin/sh
# $OpenXM: OpenXM/src/asir-contrib/make-configure,v 1.1 2004/07/02 07:48:47 takayama Exp $
if test ! -f ./.configure_done   -o ! -f ./Makefile
then 
 echo "--prefix=`cd ../../../OpenXM ; pwd`"
 ./configure --prefix="`cd ../../../OpenXM ; pwd`"
fi
touch .configure_done