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

Annotation of OpenXM/src/kxx/make-configure, Revision 1.3

1.3     ! ohara       1: #!/bin/sh
        !             2: # $OpenXM: OpenXM/src/kxx/make-configure,v 1.2 2000/02/01 10:04:39 takayama Exp $
        !             3: if test ! -f ./.configure_done
1.1       takayama    4: then
                      5:  if test -f configure
                      6:  then
                      7:    ./configure
                      8:   else
                      9:     autoconf
                     10:     ./configure
                     11:   fi
                     12: fi
                     13: touch .configure_done

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>