summaryrefslogtreecommitdiffstats
path: root/_log/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to '_log/autogen.sh')
-rwxr-xr-x_log/autogen.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/_log/autogen.sh b/_log/autogen.sh
deleted file mode 100755
index 19da869..0000000
--- a/_log/autogen.sh
+++ /dev/null
@@ -1,18 +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 libtoolize -f
-run automake-1.6 -a
-run autoconf