Page MenuHomec4science

config.nice.in
No OneTemporary

File Metadata

Created
Thu, Mar 28, 11:55

config.nice.in

#!/bin/sh
# Automatically created during the building process. Do not edit.
./configure --prefix=@prefix@ \
--with-weburl=@WEBURL@ \
--with-sweburl=@SWEBURL@ \
--with-dbhost=@DBHOST@ \
--with-dbname=@DBNAME@ \
--with-dbuser=@DBUSER@ \
--with-dbpass='@DBPASS@' \
--with-python=@PYTHON@ \
--with-mysql=@MYSQL@ \
--with-clisp=@CLISP@ \
--with-cmucl=@CMUCL@ \
--with-sbcl=@SBCL@

Event Timeline