summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-08-18 17:48:07 +0200
committerJan Holesovsky <kendy@suse.cz>2010-08-18 17:48:07 +0200
commitf645e1bc33365b4edcbff1f2cfad49efce19246d (patch)
tree8104e0959992f00ee02d43f7110518a514cf03c6 /autogen.sh
parent9a42d8002b75af9d1cd04342a9614fe83e201b31 (diff)
Split build: Revert it for now.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index 8183a7fb3151..000000000000
--- a/autogen.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-aclocal $ACLOCAL_FLAGS || exit 1
-automake --gnu --add-missing --copy || exit 1
-autoconf || exit 1
-
-if test "x$NOCONFIGURE" = "x"; then
- ./configure "$@"
-else
- echo "Skipping configure process."
-fi