]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/buildsrc/dlls.sh
DLL builds: run autoreconf for libgmp
[xonotic/xonotic.git] / misc / buildsrc / dlls.sh
index 70a20a4b11a488d91029a3e7a92f3314c1279a0c..b57cb7f8170c1e464b341902d19a889948dabeed 100755 (executable)
@@ -101,12 +101,13 @@ build_zlib () {
              -G"Unix Makefiles" "$this_src"
        make
        make install
-}      
+}
 
 build_gmp () {
        fetch_source gmp || true
 
        mkcd "$work_dir/gmp"
+       autoreconf -i "$this_src"
        "$this_src/configure" --prefix="$pkg_dir" \
                              --host="$CHOST" \
                              --with-pic \