mirror of
git://git.psyced.org/git/psyclpc
synced 2024-08-15 03:20:16 +00:00
10 lines
166 B
Text
10 lines
166 B
Text
|
#!/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
|