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

File: [local] / OpenXM / src / kxx / make-configure (download)

Revision 1.8, Mon Jan 28 04:51:51 2019 UTC (5 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines

Added --enable-shared to configure to avoid the error "recompile with -fPIC"

#!/bin/sh
# $OpenXM: OpenXM/src/kxx/make-configure,v 1.8 2019/01/28 04:51:51 takayama Exp $
if test ! -f ./.configure_done  -o ! -f ./Makefile
then 
# make -f Makefile.conf
 echo "--prefix=`cd ../../../OpenXM ; pwd`"
 ./configure --prefix="`cd ../../../OpenXM ; pwd`" --enable-shared
fi
touch .configure_done