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 make it, right?
>
> That fixed it! I've attached a patch.
>
> Thanks Akim!
>
> --
> Robert Boehne Software Engineer
> Ricardo Software Chicago Technical Center
> TEL: (630)789-0003 x. 238
> FAX: (630)789-0127
> email: [EMAIL PROTECTED]
>
> ------------------------------------------------------------------------
> ChangeLog entry:
>
> 2001-04-11 Robert Boehne <[EMAIL PROTECTED]>
>
> * depend2.am: Changed %?LIBTOOL?% to %?LIBTOOL%
> in libtool object file rule.
>
> Index: depend2.am
> ===================================================================
> RCS file: /cvs/automake/automake/depend2.am,v
> retrieving revision 1.34
> diff -u -r1.34 depend2.am
> --- depend2.am 2001/04/09 14:50:47 1.34
> +++ depend2.am 2001/04/11 17:32:56
> @@ -37,7 +37,7 @@
> endif %AMDEP%
> %COMPILE% -c -o %OBJ% `test -f %SOURCE% || echo '$(srcdir)/'`%SOURCE%
>
> -if %?LIBTOOL?%
> +if %?LIBTOOL%
> ?GENERIC?%EXT%.lo:
> ?!GENERIC?%LTOBJ%: %SOURCE%
> if %AMDEP%
> @@ -46,7 +46,7 @@
> $(%FPFX%DEPMODE) $(depcomp) @AMDEPBACKSLASH@
> endif %AMDEP%
> %LTCOMPILE% -c -o %LTOBJ% `test -f %SOURCE% || echo '$(srcdir)/'`%SOURCE%
> -endif %?LIBTOOL?%
> +endif %?LIBTOOL%
>
> ?GENERIC?%EXT%.obj:
> ?!GENERIC?%OBJOBJ%: %SOURCE%
--
Robert Boehne Software Engineer
Ricardo Software Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email: [EMAIL PROTECTED]