configure now has to be generated
This commit is contained in:
parent
fa1a072f4c
commit
ca9121c92d
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue