aboutsummaryrefslogtreecommitdiffstats
path: root/dists
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-09 13:06:00 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-09 13:06:00 +0000
commit0c922e18017b337db4580f44709666589482e747 (patch)
tree5caa3399a19730cb5a725ce7e1be3a208184462d /dists
parent5e1dd23ad5ed2fe8b0a618a9f9e10eac1694fe2b (diff)
downloadusdx-0c922e18017b337db4580f44709666589482e747.tar.gz
usdx-0c922e18017b337db4580f44709666589482e747.tar.xz
usdx-0c922e18017b337db4580f44709666589482e747.zip
autogen.sh moved back to root
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1352 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'dists')
-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}"