Re: depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Robert Boehne
Ignore this, my email server is just very slow. Robert Robert Boehne wrote: > > Akim Demaille wrote: > > > > Please, edit depend2.am and replace > > > > if %?LIBTOOL?% > > > > endif %?LIBTOOL?% > > > > with > > > > if %?LIBTOOL% > > > > endif %?LIBTOOL% > > > > (no ? at the end). It should mak

Re: depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Robert Boehne
Akim Demaille wrote: > > Please, edit depend2.am and replace > > if %?LIBTOOL?% > > endif %?LIBTOOL?% > > with > > if %?LIBTOOL% > > endif %?LIBTOOL% > > (no ? at the end). It should make it, right? That fixed it! I've attached a patch. Thanks Akim! -- Robert Boehne Softwar

Re: depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Akim Demaille
Please, edit depend2.am and replace if %?LIBTOOL?% endif %?LIBTOOL?% with if %?LIBTOOL% endif %?LIBTOOL% (no ? at the end). It should make it, right?

depcomp w/ libtool leaves %% in Makefile.in

2001-04-11 Thread Robert Boehne
Here is a snippet of one of my Makefile.in's in a subdirectory of a project using CVS MLB Libtool and dependencies. This was generated with CVS Automake (as of today) with --include-deps on the command line. The problem is that the "if %%" line isn't translated into anything by configure. I don't