mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
8 lines
174 B
Bash
8 lines
174 B
Bash
#! /bin/sh
|
|
|
|
# disable dependency trackeing for OS X with multiply arch option's
|
|
# automake -i --gnu --add-missing
|
|
|
|
aclocal \
|
|
&& automake -i --gnu --add-missing \
|
|
&& autoconf
|