|
From: Rui N. C. <rn...@rn...> - 2003-12-23 09:23:51
|
Christian Schoenebeck wrote:
>
> I also removed acconfig.h now from CVS, which really made sense, but I'm
> not sure about removing aclocal.m4, config.h.in and config.sub. If I do
> that it's not possible anymore to make a simple:
>
> ./configure && make
>
> Although it seems that you Rui have to autoreconf anyway, but most others
> don't have to, so I think it's better to keep them at the moment.
>
Yes, in my case and possible others, the very minimal steps to build
linuxsampler from CVS are just the follwing (from the top of source tree):
rm -rf autom4te.cache
autoreconf -f
./configure && make
The other files that I suggested removal are due to their overall
obsolescence. If you have to autoreconf you don't need them at all, 'coz
they are regenerated each time you issue the primordial autocrapola
sequence:
aclocal && autoheader && automake && autoconf
which is what 'make -f Makefile.cvs' exactly does.
>
> Send your patch and we can elaborate a solution that fits everybody. But
> again, I don't think it's good to just remove that files. Best solution
> would be to remove that files by script only if ./configure fails.
>
It wasn't ./configure that was failing but make. See my Makefile.cvs patch
on attachment.
Bye and a merry merry xmas.
--
rncbc aka Rui Nuno Capela
rn...@rn... |