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

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

1.1       ohara       1: #!/bin/sh
1.2     ! ohara       2: # $OpenXM: OpenXM/src/ox_math/make-configure,v 1.1 2000/02/08 21:14:01 ohara Exp $
        !             3:
        !             4: if [ ! -f ./.configure_done ]; then
        !             5:        case `uname` in
        !             6:     CYGWIN*)
        !             7:         cp -f Makefile.cygwin Makefile
        !             8:         (cd mathlink; ./configure-cygwin)
        !             9:         ;;
        !            10:     *)
        !            11:         if [ ! -x ./configure ]; then
        !            12:                autoconf
        !            13:        fi
        !            14:         ./configure
        !            15:        ;;
        !            16:     esac
1.1       ohara      17: fi
1.2     ! ohara      18: touch .configure_done

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