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

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

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

I have deleted old configure and added configure.in etc.
Here, config.guess, config.sub, and install-sh are imported
from autoconf/automake.

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