[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / FreeBSD / openxm-ports / openxm-1.1.3 / scripts

File: [local] / OpenXM / misc / packages / FreeBSD / openxm-ports / openxm-1.1.3 / scripts / configure (download)

Revision 1.1, Sat Sep 23 07:30:05 2000 UTC (23 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6, R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

Initial version of FreeBSD ports for OpenXM 1.1.3.

#!/bin/sh
# $OpenXM: OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.3/scripts/configure,v 1.1 2000/09/23 07:30:05 takayama Exp $
(cd $WRKSRC/OpenXM/src ; make configure )


## It is necessary to do "make configure" by scripts/configure.
## If we do not do this, the procedure hangs up at the stage of
##  generating kernel.o  of pari.  (I do not know the reason.)