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

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

Revision 1.5, Mon Jan 28 04:51:51 2019 UTC (5 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.4: +2 -2 lines

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

#!/bin/sh
# $OpenXM: OpenXM/src/util/make-configure,v 1.5 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