On Sun, May 20, 2007 at 05:10:43PM -0600, Rob Savoye wrote: > Patrice Dumas wrote: > > On Wed, May 16, 2007 at 10:34:20AM -0600, Rob Savoye wrote: > > > I am not persuaded that it is really right. Doesn't it means that > > libltdl changes have to be manually merged instead of being > > automatically added by libtoolize? > > No. We still run libtoolize, but config and build it with everything > else. It seemed overkill to cd in libltdl, and run piles of config tests > again.
Ok. So all that needs to be manually merged is libltdl/Makefile.am into libbase/Makefile.am and libltdl/acinclude.m4 into macros/libltdl.m4? Wouldn't it be better to * add ltdl.m4 in macros/, intead of the libltdl acinclude.m4 which also contains other macros * just modify ltdl.m4 to comment out the AC_CONFIG_SUBDIRS call, and add libltdl to the SUBDIRS in gnash top level Makefile.am? I haven't tested, but I could try it if it is considered right. -- Pat _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

