[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.3

1.1       ohara       1: #!/bin/sh
1.3     ! ohara       2: # $OpenXM: OpenXM/src/ox_math/make-configure,v 1.2 2002/08/15 02:31:52 ohara Exp $
1.2       ohara       3:
                      4: if [ ! -f ./.configure_done ]; then
                      5:        case `uname` in
                      6:     CYGWIN*)
                      7:         cp -f Makefile.cygwin Makefile
1.3     ! ohara       8:         (cd mathlink; sh ./configure-cygwin)
1.2       ohara       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>