cannam@124: PortAudio uses "autoconf" tools to generate Makefiles for Linux and Mac platforms. cannam@124: The source for these are configure.in and Makefile.in cannam@124: If you modify either of these files then please run this command before cannam@124: testing and checking in your changes. cannam@124: cannam@124: autoreconf -if cannam@124: cannam@124: Then test a build by doing: cannam@124: cannam@124: ./configure cannam@124: make clean cannam@124: make cannam@124: sudo make install cannam@124: cannam@124: then check in the related files that are modified. cannam@124: These might include files like: cannam@124: cannam@124: configure cannam@124: config.guess cannam@124: depcomp cannam@124: install.sh cannam@124: