1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-10 18:07:10 +02:00

Integrate MaxmindDB module.

This commit is contained in:
Sandu Liviu Catalin
2020-03-22 16:33:48 +02:00
parent e46c1b0aa9
commit 3b7568f13a
88 changed files with 15336 additions and 1 deletions

21
module/Vendor/MaxmindDB/bootstrap vendored Normal file
View File

@@ -0,0 +1,21 @@
#! /bin/sh
# make sure to use the installed libtool
if [ -f ltmain.sh ]; then
rm ltmain.sh
fi
autoreconf -fiv
###################################################
# the steps below may help with outdated toolsets
# disable dependency trackeing for OS X with multiply arch option's
# automake -i --gnu --add-missing
#aclocal \
#&& automake -i --gnu --add-missing \
#&& autoconf
#LIBTOOLIZE=$( which libtoolize glibtoolize | head -1 )
#$LIBTOOLIZE -f