File: autogen.sh

package info (click to toggle)
infiniband-diags 1.4.4-20090314-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,232 kB
  • ctags: 852
  • sloc: sh: 12,497; ansic: 7,378; perl: 1,806; makefile: 178
file content (11 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

# create config dir if not exist
test -d config || mkdir config

set -x
aclocal -I config
libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf