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

Annotation of OpenXM/src/kan96xx/make-configure, Revision 1.2

1.1       takayama    1: #!/bin/sh
1.2     ! takayama    2: # $OpenXM: OpenXM/src/kan96xx/make-configure,v 1.1 2004/06/24 12:45:15 takayama Exp $
        !             3: if test ! -f ./.configure_done   -o ! -f ./Makefile
1.1       takayama    4: then
                      5: # make -f Makefile.conf
                      6:  echo "--prefix=`cd ../../../OpenXM ; pwd`"
                      7:  ./configure --prefix="`cd ../../../OpenXM ; pwd`"
                      8: fi
                      9: touch .configure_done

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