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

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

Revision 1.2, Tue Feb 1 10:04:39 2000 UTC (24 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -2 lines

Correction for Solaris.

# !/bin/sh
# $OpenXM: OpenXM/src/kxx/make-configure,v 1.2 2000/02/01 10:04:39 takayama Exp $
if ! test -f ./.configure_done 
then 
 if test -f configure 
 then 
   ./configure 
  else 
    autoconf 
    ./configure 
  fi
fi
touch .configure_done