Re: [xslt] xsltproc/Makefile.am
- From: Robert Collins <robert collins itdomain com au>
- To: xslt gnome org
- Cc: ke suse de
- Subject: Re: [xslt] xsltproc/Makefile.am
- Date: 06 Nov 2001 08:38:21 +1100
On Mon, 2001-11-05 at 23:08, Daniel Veillard wrote:
> 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 ?
Try compiling under cygwin or mingw - you'll find that the $(EXEEXT)
should get used automatically.
If you are using autoconf 2.13, not 2.52, then you wont see this because
AC_EXEEXT is not called automatically by 2.13, whereas 2.5+ does call
AC_EXEEXT automatically.
Rob
> 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/
> _______________________________________________
> xslt mailing list, project page http://xmlsoft.org/XSLT/
> xslt@gnome.org
> http://mail.gnome.org/mailman/listinfo/xslt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]