bootstrap.sh |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 9ac558de6066433c97a459a606faace9137a5aa4
Author: Philip Chimento <[email protected]>
Date:   Sat Nov 12 12:48:44 2016 -0800

    build-sys: Don't override libtoolize
    
    The autoreconf invocation below will already pick up any overrides the
    user might have made to their LIBTOOLIZE variable. Overriding it here
    will break on Darwin systems where libtoolize is not called glibtoolize,
    and is not necessary, so just remove it.

diff --git a/bootstrap.sh b/bootstrap.sh
index 187abaa..57494fc 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -15,13 +15,6 @@
 # You should have received a copy of the GNU Lesser General Public License
 # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
 
-case $(uname) in
-       *Darwin*)
-               LIBTOOLIZE="glibtoolize"
-               ;;
-esac
-test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
-
 if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
     cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit && \
     chmod +x .git/hooks/pre-commit && \

_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to