File: autogen.sh

package info (click to toggle)
blktool 4-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 408 kB
  • ctags: 184
  • sloc: ansic: 1,369; sh: 791; makefile: 9
file content (11 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download | duplicates (22)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# You need autoconf 2.5x, preferably 2.57 or later
# You need automake 1.7 or later. 1.6 might work.

set -e

aclocal
autoheader
automake --gnu --add-missing --copy
autoconf