This commit is contained in:
psyc://psyced.org/~lynX 2013-09-27 21:50:39 +02:00
parent 658f67290e
commit 214d664723
1 changed files with 1 additions and 1 deletions

2
src/configure vendored
View File

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