From cb3baab306e5951dc3a176fd9061f596a05b4729 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 15 Nov 2009 18:32:03 +0100 Subject: Rebase libarchive to 2.7.1 --- libarchive/libarchive-2.7.1/build/autogen.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 libarchive/libarchive-2.7.1/build/autogen.sh (limited to 'libarchive/libarchive-2.7.1/build/autogen.sh') diff --git a/libarchive/libarchive-2.7.1/build/autogen.sh b/libarchive/libarchive-2.7.1/build/autogen.sh new file mode 100755 index 0000000..1266b3e --- /dev/null +++ b/libarchive/libarchive-2.7.1/build/autogen.sh @@ -0,0 +1,22 @@ +#!/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 +autoheader +autoconf +case `uname` in +Darwin) glibtoolize --automake -c;; +*) libtoolize --automake -c;; +esac +automake -a -c -- cgit v1.2.3