diff options
author | Mattias Andrée <maandree@kth.se> | 2018-01-06 09:24:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-01-06 09:26:27 +0100 |
commit | 949be62a369f0a9eb0ad9d54d4b40c104e61a4cc (patch) | |
tree | 18fdbe79919b1ca3ee90a00a09fb61ba63c6a7fb /autogen.sh | |
parent | xcompmgr 1.1.7 (diff) | |
download | xcman-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-x | autogen.sh | 14 |
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 |