File: bootstrap

package info (click to toggle)
rrdtool 1.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,872 kB
  • sloc: ansic: 38,061; sh: 6,352; perl: 1,240; cs: 652; makefile: 547; python: 140; ruby: 61; awk: 30
file content (11 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

# On MAC OS X, GNU libtoolize is named 'glibtoolize':
if [ `(uname -s) 2>/dev/null` = 'Darwin' ]
then
	glibtoolize
else
	libtoolize
fi

autoreconf --force --install --verbose -I m4 --make