aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-01-06 09:24:37 +0100
committerMattias Andrée <maandree@kth.se>2018-01-06 09:26:27 +0100
commit949be62a369f0a9eb0ad9d54d4b40c104e61a4cc (patch)
tree18fdbe79919b1ca3ee90a00a09fb61ba63c6a7fb /autogen.sh
parentxcompmgr 1.1.7 (diff)
downloadxcman-1.0.tar.gz
xcman-1.0.tar.bz2
xcman-1.0.tar.xz
Simplify and remove all features1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rwxr-xr-xautogen.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755
index fc34bd5..0000000
--- a/autogen.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-if test -z "$NOCONFIGURE"; then
- $srcdir/configure "$@"
-fi