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

9 lines
166 B
Bash
Executable file

#!/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