~ubuntu-branches/ubuntu/trusty/mstflint/trusty-updates

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Benoit Mortier
  • Date: 2010-03-30 00:19:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100330001900-a4oyvb4ioi6w6gvh
Tags: upstream-1.4-OFED-1.4.2
ImportĀ upstreamĀ versionĀ 1.4-OFED-1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
# create config dir if not exist
 
4
test -d config || mkdir config
 
5
 
 
6
set -x
 
7
aclocal -I config
 
8
libtoolize --force --copy
 
9
autoheader
 
10
automake --foreign --add-missing --copy
 
11
autoconf