autogen.sh
上传用户:tjmskj2
上传日期:2020-08-17
资源大小:577k
文件大小:0k
源码类别:

midi

开发平台:

C/C++

  1. #!/bin/sh
  2. # Some poor souls have linux distributions, that don't install pkg-config by default. 
  3. #pkg-config --version does actually nothing, but it will fail and give 'sort of' an error message...
  4. pkg-config --version > /dev/null    
  5.  && aclocal                         
  6.  && libtoolize -f                   
  7.  && autoheader                      
  8.  && autoconf                        
  9.  && automake -a