From xemacs-m  Fri Mar 28 08:23:22 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id IAA04931
	for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 08:23:20 -0600 (CST)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id PAA12348 for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 15:23:20 +0100
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA21398; Fri, 28 Mar 1997 15:23:17 +0100
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: pstogif
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Fri_Mar_28_15:23:13_1997-1"
Content-Transfer-Encoding: 7bit
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 28 Mar 1997 15:23:13 +0100
Message-Id: <y9lbu84yu26.fsf@modas.informatik.uni-tuebingen.de>
Lines: 48
X-Mailer: Gnus v5.4.33/XEmacs 20.1(beta9)

--Multipart_Fri_Mar_28_15:23:13_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


First, the FAQ entry is out-of-date.  Patch attached.

Second, pstogif should really use the Perl in the path (or else be
made autoconf-aware wrt this.)  I seem to remember there's a magic
incantation at the beginning of Perl scripts which will do that, but I
can't seem to find it in any Perl code I have lying around.

-- 
Cheers =3D8-} Chipsy
Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla

--Multipart_Fri_Mar_28_15:23:13_1997-1
Content-Type: text/plain; charset=US-ASCII

*** man/xemacs-faq.texi~	Fri Mar 28 03:29:31 1997
--- man/xemacs-faq.texi	Fri Mar 28 15:20:29 1997
***************
*** 3694,3700 ****
  @node Q4.3.5, Q4.4.1, Q4.3.4, Subsystems
  @section Where do I find pstogif (required by tm)?
  
! pstogif is part of the latex2html package.
  
  Jan Vroonhof <vroonhof@@math.ethz.ch> writes:
  
--- 3694,3709 ----
  @node Q4.3.5, Q4.4.1, Q4.3.4, Subsystems
  @section Where do I find pstogif (required by tm)?
  
! pstogif is part of XEmacs since version 19.15.  Since it is written in
! Perl, you may have to adjust the first line of pstogif
! 
! @example
! #!/usr/local/bin/perl
! @end example
! 
! to match the location of Perl on your particular system.
! 
! pstogif was originally taken from the latex2html package.
  
  Jan Vroonhof <vroonhof@@math.ethz.ch> writes:

--Multipart_Fri_Mar_28_15:23:13_1997-1--

