File: bootstrap

package info (click to toggle)
ois 1.2.0-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 936 kB
  • ctags: 1,475
  • sloc: cpp: 8,462; makefile: 101; ansic: 70; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

# Deal with some gentoo-specific issues
export WANT_AUTOMAKE='1.7'
export WANT_AUTOCONF='2.5'

# clean up files which cause confusion when switch versions of auto*
rm -rf autom4te.cache

# Fire up autotools
libtoolize --force --copy
aclocal $ACLOCAL_FLAGS
autoheader
automake --include-deps --add-missing --foreign --copy
autoconf