Re: [xslt] xsltproc/Makefile.am



 This part is in a conditional section, which get activated only
on my development enviromnent. Also even when compiled on Windows
the $(EXEEXT) is not used there.
 Is that just a pedantic suggestion, or is there something I missed ?

On Mon, Nov 05, 2001 at 12:47:02PM +0100, Karl Eichwalder wrote:
> On account of automake 1.5 please apply the following patch:
> 
> --- xsltproc/Makefile.am
> +++ xsltproc/Makefile.am	2001/11/03 13:52:02
> @@ -8,7 +8,7 @@
>  #
>  all: xsltproc
>  
> -xsltproc: xsltproc.o ../libxslt/.libs/libxslt.a ../libexslt/.libs/libexslt.a ../../XML/.libs/libxml2.a
> +xsltproc$(EXEEXT): xsltproc.o ../libxslt/.libs/libxslt.a ../libexslt/.libs/libexslt.a ../../XML/.libs/libxml2.a
>  	gcc -g -O -o xsltproc  xsltproc.o ../libxslt/.libs/libxslt.a ../libexslt/.libs/libexslt.a ../../XML/.libs/libxml2.a -lz -lm
>  
>  programs=
> 

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard@redhat.com  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]