File: bootstrap

package info (click to toggle)
judy 1.0.5-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 5,592 kB
  • ctags: 2,605
  • sloc: ansic: 25,480; sh: 9,661; makefile: 468
file content (14 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh
set -x

libtoolize --force --copy
#aclocal-1.9
aclocal
#autoheader2.50
autoheader
#add --include-deps if you want to bootstrap with any other compiler than gcc
#automake --add-missing --copy --include-deps
automake-1.9 --add-missing --force --copy
#autoconf2.50
autoconf
rm -f config.cache