1*33b1fccfSAndroid Build Coastguard Worker#!/bin/sh 2*33b1fccfSAndroid Build Coastguard Worker# SPDX-License-Identifier: GPL-2.0+ 3*33b1fccfSAndroid Build Coastguard Worker 4*33b1fccfSAndroid Build Coastguard Workeraclocal && \ 5*33b1fccfSAndroid Build Coastguard Workerautoheader && \ 6*33b1fccfSAndroid Build Coastguard Workerautoconf && \ 7*33b1fccfSAndroid Build Coastguard Workercase `uname` in Darwin*) glibtoolize --copy ;; \ 8*33b1fccfSAndroid Build Coastguard Worker *) libtoolize --copy ;; esac && \ 9*33b1fccfSAndroid Build Coastguard Workerautomake -a -c 10