From xemacs-m  Thu May 29 22:55:29 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA12994
	for <xemacs-beta@xemacs.org>; Thu, 29 May 1997 22:55:28 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id FAA11096; Fri, 30 May 1997 05:55:28 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [Success] XEmacs 20.3-b3 on Linux 2.0.30 (from fullkit)
References: <199705300322.MAA25529@Flux.tokai.jaeri.go.jp> <199705300328.MAA25582@Flux.tokai.jaeri.go.jp>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
X-Horoscope: 
   This week a wallflower will think about financial concerns. Loving
   your life insurance now will turn out to be quite worthwhile after
   a few hours. Beware of your spouse bearing a gift.  You'll soon be
   a Borg.
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 30 May 1997 05:55:27 +0200
In-Reply-To: Kazuyoshi Furutaka's message of Fri, 30 May 1997 12:28:57 +0900
Message-ID: <kigg1v57gwg.fsf@jagor.srce.hr>
Lines: 52
X-Mailer: Gnus v5.4.52/XEmacs 20.2

Kazuyoshi Furutaka <furutaka@Flux.tokai.jaeri.go.jp> writes:

> /usr/bin/install: /usr/local/src/xemacs-20.3-b3/lib-src/gnudoit: No
> such file or directory

The gnudoit script should have been in lib-src.  The contents of
lib-src/gnudoit is:

---cut---
#! /bin/sh

# This file is part of XEmacs.

# Copyright (C) 1997  Free Software Foundation, Inc.

# XEmacs is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 2, or (at your option) any
# later version.

# XEmacs is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.

# You should have received a copy of the GNU General Public License
# along with XEmacs; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

if [ x"$1" = x-q ]
then
    quick=-q
    shift
fi

if [ $# -eq 0 ]
then
    echo "$0: arguments expected" >&2
    exit 1
fi

# I use "$*" instead of "$@" intentionally -- I don't want to have the
# arguments split.
exec gnuclient $quick -batch -eval "$*"
---cut---

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
Unspeakable horrors from outer space paralyze the living and
resurrect the dead!

