~serge-hallyn/ubuntu/natty/lxc/lxc-clone

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-04-29 17:49:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090429174913-jvahs1ykizqtodje
Tags: upstream-0.6.2
ImportĀ upstreamĀ versionĀ 0.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -x
 
4
 
 
5
test -d autom4te.cache && rm -rf autom4te.cache
 
6
libtoolize --force --copy
 
7
aclocal -I config || exit 1
 
8
autoheader || exit 1
 
9
autoconf || exit 1
 
10
automake --add-missing --copy || exit 1