summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/build/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmlibarchive/build/autogen.sh')
-rwxr-xr-xUtilities/cmlibarchive/build/autogen.sh25
1 files changed, 0 insertions, 25 deletions
diff --git a/Utilities/cmlibarchive/build/autogen.sh b/Utilities/cmlibarchive/build/autogen.sh
deleted file mode 100755
index 03cd657..0000000
--- a/Utilities/cmlibarchive/build/autogen.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-
-# Start from one level above the build directory
-if [ -f version ]; then
- cd ..
-fi
-
-if [ \! -f build/version ]; then
- echo "Can't find source directory"
- exit 1
-fi
-
-set -xe
-aclocal -I build/autoconf
-
-# Note: --automake flag needed only for libtoolize from
-# libtool 1.5.x; in libtool 2.2.x it is a synonym for --quiet
-case `uname` in
-Darwin) glibtoolize --automake -c;;
-*) libtoolize --automake -c;;
-esac
-autoconf
-autoheader
-automake -a -c