[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Annotation of OpenXM_contrib2/asir2000/configure, Revision 1.1

1.1     ! noro        1: #!/bin/sh
        !             2: # $OpenXM: OpenXM/src/asir99/configure,v 1.1.1.1 1999/11/10 08:12:24 noro Exp $
        !             3: if [ $# = 1 ]; then
        !             4:        oxhome=$1
        !             5: else
        !             6:        oxhome=`( cd ../../OpenXM ; pwd )`
        !             7: fi
        !             8: rm -f include/config.h
        !             9: cat > include/config.h <<EOF
        !            10: #define OpenXM_HOME ${oxhome}
        !            11: EOF

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