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

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

Revision 1.1, Mon Jun 14 09:07:32 2004 UTC (19 years, 11 months ago) by takayama
Branch: MAIN

Some changes to build on MacOS X (ranlib and ar problems).

#!/bin/sh
# $OpenXM: OpenXM/src/util/make-configure,v 1.1 2004/06/14 09:07:32 takayama Exp $
if test ! -f ./.configure_done 
then 
# make -f Makefile.conf
 ./configure 
fi
touch .configure_done