From 668bd49f54b2dbdb7121e18d316fc071f9ca0ddf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 9 Dec 2011 19:34:49 -0500 Subject: [PATCH] We don't use extras/contrib anymore, no need to look there --- bootstrap | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bootstrap b/bootstrap index 38f85ff289..76d1fe854c 100755 --- a/bootstrap +++ b/bootstrap @@ -25,20 +25,6 @@ ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}" CYGWIN=binmode export CYGWIN -# Check for contrib directory -if test -d extras/contrib/build/bin; then - PATH="`pwd`/extras/contrib/build/bin:$PATH" - if test -d extras/contrib/build/share/aclocal; then - ACLOCAL_ARGS="${ACLOCAL_ARGS} -I extras/contrib/build/share/aclocal" - fi - if test ".`uname -s`" = ".Darwin"; then - LD_LIBRARY_PATH=./extras/contrib/build/lib:$LD_LIBRARY_PATH - DYLD_LIBRARY_PATH=./extras/contrib/build/lib:$DYLD_LIBRARY_PATH - export LD_LIBRARY_PATH - export DYLD_LIBRARY_PATH - fi -fi - # Check for pkg-config if ! "${PKG_CONFIG:-pkg-config}" --version >/dev/null 2>&1; then echo 'Error: "pkg-config" is not installed.' >&2 -- 2.39.2