aboutsummaryrefslogtreecommitdiffstats
path: root/dists/autogen
diff options
context:
space:
mode:
Diffstat (limited to 'dists/autogen')
-rwxr-xr-xdists/autogen/autogen.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/dists/autogen/autogen.sh b/dists/autogen/autogen.sh
deleted file mode 100755
index fdecccd9..00000000
--- a/dists/autogen/autogen.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# find absolute dists/autogen and project-root dirs
-AUTOGEN_DIR=`dirname $0`
-ABS_AUTOGEN_DIR=`cd ${AUTOGEN_DIR}; pwd`
-ROOT_DIR="${AUTOGEN_DIR}/../.."
-ABS_ROOT_DIR=`cd ${ROOT_DIR}; pwd`
-# change to project-root and create configure-script
-cd ${ROOT_DIR}
-aclocal -I "${ABS_AUTOGEN_DIR}/m4" && autoconf && echo "configure created in ${ABS_ROOT_DIR}"