File: bootstrap

package info (click to toggle)
python-maxminddb 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,580 kB
  • sloc: ansic: 7,251; python: 1,520; perl: 987; makefile: 273; sh: 191
file content (21 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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