configure now has to be generated

This commit is contained in:
Gwenhael Le Moine 2011-03-30 09:11:26 +07:00
parent fa1a072f4c
commit ca9121c92d

View file

@ -86,6 +86,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
( cd $SRCDIR
./autogen.sh
)
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
$SRCDIR/configure \