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

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

1.3       ohara       1: #!/bin/sh
1.4     ! takayama    2: # $OpenXM: OpenXM/src/kxx/make-configure,v 1.3 2000/02/03 09:33:46 ohara Exp $
1.3       ohara       3: if test ! -f ./.configure_done
1.1       takayama    4: then
1.4     ! takayama    5:  make -f Makefile.conf
        !             6:  ./configure
1.1       takayama    7: fi
                      8: touch .configure_done

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