[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.3, Thu Feb 3 09:33:46 2000 UTC (24 years, 3 months ago) by ohara
Branch: MAIN
CVS Tags: RELEASE_1_1_2
Changes since 1.2: +3 -3 lines

I have fixed some bugs "# !/bin/sh" and "if ! ...".

#!/bin/sh
# $OpenXM: OpenXM/src/kxx/make-configure,v 1.3 2000/02/03 09:33:46 ohara Exp $
if test ! -f ./.configure_done 
then 
 if test -f configure 
 then 
   ./configure 
  else 
    autoconf 
    ./configure 
  fi
fi
touch .configure_done