summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-07-26 09:14:01 -0400
committerFelipe Sateler <fsateler@debian.org>2017-07-26 09:14:01 -0400
commitaafa305f5f4ddaf6ed627d3f68c8925e54e18508 (patch)
treebaaec21a7dbba69015aaabd4507486f5d7e0200b /bootstrap.sh
parent6e84cc01fba17bfe302fa6d06fd690722caa173b (diff)
New upstream version 10.99.1
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh7
1 files changed, 0 insertions, 7 deletions
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 && \