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

Annotation of OpenXM/src/oxc/make-configure, Revision 1.1

1.1     ! ohara       1: #!/bin/sh
        !             2: # $OpenXM$
        !             3:
        !             4: if [ ! -f ./.configure_done ]; then
        !             5:     if [ ! -x ./configure ]; then
        !             6:                autoconf
        !             7:        fi
        !             8:     ./configure
        !             9: fi
        !            10: touch .configure_done

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