File: bootstrap

package info (click to toggle)
libmaxminddb 1.12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,576 kB
  • sloc: ansic: 6,374; perl: 444; makefile: 160; sh: 148
file content (21 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (7)
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