[osx] use autotools that we build as the default osx versions are too old
authordavilla <davilla@4pi.com>
Sat, 5 May 2012 18:06:23 +0000 (14:06 -0400)
committerdavilla <davilla@4pi.com>
Sat, 5 May 2012 18:06:23 +0000 (14:06 -0400)
tools/darwin/depends/libcec/Makefile

index 057b310..1844c38 100644 (file)
@@ -20,7 +20,7 @@ $(LIBNAME): $(TARBALLS_LOCATION)/$(ARCHIVE)
        rm -rf $(SOURCE)
        $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
        echo $(SOURCE) > .gitignore
-       cd $(SOURCE); autoreconf -vif
+       cd $(SOURCE); $(TOOLCHAIN)/bin/autoreconf -vif
        cd $(SOURCE); $(CONFIGURE)
 
 $(LIBDYLIB): $(LIBNAME)