summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorStephen M. Webb <stephen.webb@bregmasoft.ca>2010-07-13 10:45:36 +0200
committerHenrik Rydberg <rydberg@euromail.se>2010-08-05 22:48:37 +0200
commit7c277ee54e7d0ea0c44b304897049a01e2d1a44a (patch)
treecfa346fa72bb0b29e0a613efff7d097cd09a3c87 /autogen.sh
parent3b837806891de6cf77d4d74d04567e7e68c82fc0 (diff)
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>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 904cd67..a08311b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,4 +9,3 @@ cd $srcdir
9autoreconf -v --install || exit 1 9autoreconf -v --install || exit 1
10cd $ORIGDIR || exit $? 10cd $ORIGDIR || exit $?
11 11
12$srcdir/configure --enable-maintainer-mode "$@"