File: bootstrap

package info (click to toggle)
geoipupdate 2.3.1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 1,564 kB
  • ctags: 349
  • sloc: sh: 4,138; ansic: 1,422; perl: 172; makefile: 60
file content (19 lines) | stat: -rwxr-xr-x 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

# make sure  to use the installed libtool
rm -f ltmain.sh
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