1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00
psyclpc/src/configure

10 lines
166 B
Text
Raw Normal View History

#!/bin/sh
# first generate the actual configure script
if test ! -f "configure.do" ; then
(cd autoconf;make)
fi
# then run it with psyced defaults
settings/psyced