mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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.
This commit is contained in:
parent
f790925c7b
commit
4bc753238f
1 changed files with 0 additions and 7 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue