psyclpc/src/configure

10 lines
166 B
Plaintext
Raw Normal View History

#!/bin/sh
# first generate the actual configure script
2013-09-27 19:50:39 +00:00
if test ! -f "configure-do" ; then
(cd autoconf;make)
fi
# then run it with psyced defaults
settings/psyced