1
0
Fork 0
mirror of git://git.psyced.org/git/psyclpc synced 2024-08-15 03:20:16 +00:00
This commit is contained in:
psyc://psyced.org/~lynX 2013-09-27 21:50:39 +02:00
parent 658f67290e
commit 214d664723

2
src/configure vendored
View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# first generate the actual configure script # first generate the actual configure script
if test ! -f "configure.do" ; then if test ! -f "configure-do" ; then
(cd autoconf;make) (cd autoconf;make)
fi fi