From xemacs-m  Fri Mar 28 16:34:09 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA02477
	for <xemacs-beta@xemacs.org>; Fri, 28 Mar 1997 16:34:08 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id NAA18370; Fri, 28 Mar 1997 13:29:09 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id NAA10690; Fri, 28 Mar 1997 13:29:06 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA14321; Fri, 28 Mar 1997 13:29:06 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id NAA23960; Fri, 28 Mar 1997 13:29:06 -0800
Date: Fri, 28 Mar 1997 13:29:06 -0800
Message-Id: <199703282129.NAA23960@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Cc: xemacs-beta@xemacs.org
Subject: pstogif
In-Reply-To: <y9lbu84yu26.fsf@modas.informatik.uni-tuebingen.de>
References: <y9lbu84yu26.fsf@modas.informatik.uni-tuebingen.de>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "Michael" == Michael Sperber <sperber@informatik.uni-tuebingen.de> writes:

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

Here's the magic I use in all my perl scripts:

: # -*-Perl-*-
eval 'exec perl -w -S $0 ${1+"$@"}' # Portability kludge
    if 0;

Martin

