hi all...
i added an automake build system to the cvs ... only working for linux at the moment ... also the externals are not included properly
hans, reini, feel free to mess with it to get it working on osx/cygwin ... if you find the time ...
cheers ... tim
Tim Blechmann schrieb:
i added an automake build system to the cvs ... only working for linux at the moment ... also the externals are not included properly
hans, reini, feel free to mess with it to get it working on osx/cygwin ... if you find the time ...
osx, sorry no.
But I just see autoconf, but no automake support. Makefile.am instead of Makefile.in. Makefile.in will get autogenerated. Much less work!
no AM_ macros yet in src/configure.in, portaudio/configure.in ok. I'll try. thanks for the jumpstart.
But I just see autoconf, but no automake support. Makefile.am instead of Makefile.in. Makefile.in will get autogenerated. Much less work!
no AM_ macros yet in src/configure.in, portaudio/configure.in ok. I'll try. thanks for the jumpstart.
i added the following files: Makefile.am configure.ac src/Makefile.am README AUTHORS ChangeLog COPYING NEWS
src/configure.in is the old autoconf macro, portaudio/configure.in isn't mine, either, since pd/portaudio/linux is broken ...
cheers ... tim