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

1.1       ohara       1: #!/bin/sh
1.4     ! ohara       2: # $OpenXM: OpenXM/src/ox_math/make-configure,v 1.3 2002/08/22 17:04:25 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
1.4     ! ohara      14:         ./configure --with-gmp
1.2       ohara      15:        ;;
                     16:     esac
1.1       ohara      17: fi
1.2       ohara      18: touch .configure_done

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