OSDN Git Service

Remove support for Intel C++ Compiler Classic
[timidity41/timidity41.git] / autogen.sh
1 #!/bin/sh
2
3 mv INSTALL INSTALL.autogen.bak
4 autoreconf -f -i
5 mv INSTALL.autogen.bak INSTALL
6
7 ./configure "$@"