~oif-team/grail/2.0.1

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Henrik Rydberg
  • Author(s): Stephen M. Webb
  • Date: 2010-08-05 20:48:37 UTC
  • Revision ID: git-v1:7c277ee54e7d0ea0c44b304897049a01e2d1a44a
Configure fixes

Adds the mtdev package dependency and fix some smaller issues.

Signed-off-by: Stephen M. Webb <stephen.webb@bregmasoft.ca>
Signed-off-by: Henrik Rydberg <rydberg@bitmath.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
autoreconf -v --install || exit 1
10
10
cd $ORIGDIR || exit $?
11
11
 
12
 
$srcdir/configure --enable-maintainer-mode "$@"