summaryrefslogtreecommitdiffstats
path: root/_queue/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '_queue/autogen.sh')
-rwxr-xr-x_queue/autogen.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/_queue/autogen.sh b/_queue/autogen.sh
deleted file mode 100755
index 4999b58..0000000
--- a/_queue/autogen.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-run ()
-{
- echo "running: $*"
- eval $*
-
- if test $? != 0 ; then
- echo "error: while running '$*'"
- exit 1
- fi
-}
-
-run aclocal-1.6
-#run autoheader
-run automake-1.6 -a
-run autoconf