summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-02-26 19:53:45 -0500
committerChase Douglas <chase.douglas@canonical.com>2012-02-29 10:04:14 -0800
commit749b0eabd8c6075cac082b3727da5efdcc68d6e6 (patch)
tree80843c895fc1f04a04714608bb65619fb8d43c1b
parent131c80ac6b199988b08df26f30dabe1c7ba9684a (diff)
Revert "Use the standard autogen.sh script from xorg"
This reverts commit 839257c03d033f4352243ac70be9f78c5a8dfdd0. This module has different requirements for autogen.sh. The upcoming version with the variable NOCONFIGURE would probably be satisfactory. Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e81f989..a08311b 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,5 +9,3 @@ cd $srcdir
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?
-$srcdir/configure --enable-maintainer-mode "$@"
-