[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

File: [local] / OpenXM_contrib2 / asir2000 / configure (download)

Revision 1.1, Fri Dec 3 07:39:06 1999 UTC (24 years, 5 months ago) by noro
Branch: MAIN

Initial revision

#!/bin/sh
# $OpenXM: OpenXM_contrib2/asir2000/configure,v 1.1 1999/12/03 07:39:06 noro Exp $
if [ $# = 1 ]; then
	oxhome=$1
else
	oxhome=`( cd ../../OpenXM ; pwd )`
fi
rm -f include/config.h
cat > include/config.h <<EOF
#define OpenXM_HOME ${oxhome}
EOF