File: bootstrap

package info (click to toggle)
fakeroot 1.37.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,904 kB
  • sloc: sh: 5,430; ansic: 5,340; makefile: 199; perl: 14
file content (19 lines) | stat: -rwxr-xr-x 386 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
#! /bin/sh

LIBTOOLIZE=libtoolize

SYSNAME="`uname -s 2>/dev/null`"

case x"$SYSNAME" in
  x"Darwin")
    LIBTOOLIZE=glibtoolize
    ;;
esac

test -d build-aux || mkdir build-aux

# autoreconf seems to be missing the fact that libtool is used if
# the macros are not defined first.  So help it.
test -f ltmain.sh || $LIBTOOLIZE --install --force

autoreconf --force --verbose --install