From: Michael R. <re...@eu...> - 2003-10-07 03:56:05
|
Hi Ronald, >> - is the .$OBJEXT (instead of .$(OBJEXT) correct? > > No: $(OBJEXT) is a Makefile variable, whereas $OBJEXT (or ${OBJEXT} > is a shell variable. As OBJEXT is canonically defined in the > Makefile, you should use the makefile variant. Now I understand! >> - should the local 'libtool' script be included - in CVS > > IMHO, no: there should be no generated files in CVS - so configure > and Makefile.in shouldn't be there either, IMHO. Opinions may differ > rather widely on this, though, but I've found it's often more trouble > than it's worth to have generated files in CVS if you have the > sources as well. I would agree with you, if every user who wants to try to use the CVS version would not be forced to have the complete automake and libtool toolchain installed. I know there are some troubles, especially if different versions of the toolchain are around. I think we can live with this. It's better if 5% of CVS users have version problems than 50% have no chance to use CVS because of their missing toolchain. bye, Michael -- netWorks Vox: +43 316 698260 Michael Reinelt Fax: +43 316 692343 Geisslergasse 4 GSM: +43 676 3079941 A-8045 Graz, Austria e-mail: re...@eu... |