diff --git a/build.sh b/build.sh index e38556d..813b793 100644 --- a/build.sh +++ b/build.sh @@ -15,9 +15,10 @@ fi function build { cd $SRC/$1 - if [ -f autogen.sh ]; then - ./autogen.sh - fi + #if [ -f autogen.sh ]; then + # ./autogen.sh + #fi + autoreconf -i CC=cl CXXFLAGS=$CFLAGS ./configure --prefix=$BUILD $2 make -j $NUMBER_OF_PROCESSORS make install