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

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

Revision 1.1, Tue Sep 2 22:18:40 2003 UTC (20 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX

Fixed a bug of repeating "configure" at everytime of make.

#!/bin/sh
# $OpenXM: OpenXM/src/k097/make-configure,v 1.1 2003/09/02 22:18:40 takayama Exp $
if test ! -f ./.configure_done 
then 
# make -f Makefile.conf
 ./configure 
fi
touch .configure_done