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

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

Revision 1.2, Wed Jun 30 22:42:32 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9
Changes since 1.1: +2 -2 lines

make-configure checks if Makefile exists or not.

#!/bin/sh
# $OpenXM: OpenXM/src/asir-doc/make-configure,v 1.2 2004/06/30 22:42:32 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