~ubuntu-branches/ubuntu/oneiric/fprint-demo/oneiric

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Gea Milvaques
  • Date: 2008-03-28 19:07:12 UTC
  • Revision ID: james.westby@ubuntu.com-20080328190712-p8884w7rqabqr0r3
Tags: upstream-20080202
ImportĀ upstreamĀ versionĀ 20080202

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
aclocal || exit 1
 
3
autoconf || exit 1
 
4
automake -a -c || exit 1
 
5
./configure --enable-maintainer-mode $*