File: bootstrap

package info (click to toggle)
lcd4linux 0.11.0~svn1189-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,260 kB
  • sloc: ansic: 36,109; sh: 4,479; makefile: 192; python: 83; perl: 33
file content (18 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

# $Id: bootstrap 1044 2009-09-23 04:34:38Z michael $
# $URL: https://ssl.bulix.org/svn/lcd4linux/trunk/bootstrap $

# exit on errors
set -e

# set nicer prompt for tracing
PS4="$0:\$LINENO> "
set -x

aclocal
libtoolize --copy --force 
autoheader
automake --add-missing --copy --foreign 
autoconf