mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
13
Src/external_dependencies/openmpt-trunk/include/lhasa/autogen.sh
vendored
Normal file
13
Src/external_dependencies/openmpt-trunk/include/lhasa/autogen.sh
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p autotools
|
||||
|
||||
aclocal
|
||||
libtoolize || glibtoolize
|
||||
autoheader
|
||||
automake -a
|
||||
autoconf
|
||||
automake -a
|
||||
|
||||
./configure $@
|
||||
|
Reference in New Issue
Block a user