aboutsummaryrefslogtreecommitdiff
path: root/build-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-setup.sh')
-rwxr-xr-xbuild-setup.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/build-setup.sh b/build-setup.sh
deleted file mode 100755
index 1ac94081..00000000
--- a/build-setup.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#! /bin/sh
-
-error() {
- echo "$1"
- exit 1
-}
-
-# set -x
-
-rm -rf autom4te.cache
-autoheader || error "could not re-generate config/openaxiom-c-macros.h"
-aclocal -I config
-autoconf || error "could not re-generate configure"
-automake -a -c #--force-missing
-rm -rf autom4te.cache
-
-# set +x