diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-02-26 14:26:33 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2012-02-26 16:14:09 -0500 |
commit | 839257c03d033f4352243ac70be9f78c5a8dfdd0 (patch) | |
tree | 125b772508e81c35bf2b755930b79504122d6ba1 | |
parent | a15d88e39f19efdd6aa20053a7a3ce6ffc8c0d9e (diff) |
Use the standard autogen.sh script from xorg
The one here does not work the same way. It is very confusing when
these don't work the same way for all xorg modules.
It can be proposed as a new version version for all xorg modules
if it can be deemed to be more desirable.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,3 +9,5 @@ cd $srcdir autoreconf -v --install || exit 1 cd $ORIGDIR || exit $? +$srcdir/configure --enable-maintainer-mode "$@" + |