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

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

Revision 1.1, Tue Feb 8 20:34:14 2000 UTC (24 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: maekawa-ipv6, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2

I add a script.

#!/bin/sh
# $OpenXM: OpenXM/src/ox_toolkit/make-configure,v 1.1 2000/02/08 20:34:14 ohara Exp $
if [ ! -f ./.configure_done ]; then 
    if [ ! -x ./configure ]; then 
		autoconf 
  	fi
    ./configure 
fi
touch .configure_done