>>>>> David Kastrup <[EMAIL PROTECTED]> writes:
> Could it be that the FreeBSD shell interprets a sequence of commands
> separated by ";" and "||" differently?  What happens if you write
> SHELL=/usr/bin/bash
> into the top of the Makefile (assuming that /usr/bin/bash exists)?

  I installed bash and tried. Unfortunately, it doesn't seem bash
helps. The result was just the same.
--------------------------------------------------------------------
% /usr/local/bin/bash --version
GNU bash, version 3.00.16(1)-release (i386-portbld-freebsd4.11)
Copyright (C) 2004 Free Software Foundation, Inc.
% /usr/local/bin/bash
[EMAIL PROTECTED] head Makefile
SHELL=/usr/local/bin/bash


# Makefile - for the AUCTeX distribution.
#
# Maintainer: auctex-devel@gnu.org
# Version: initial try <[EMAIL PROTECTED]>
#

prefix = /usr/local$(null)
[EMAIL PROTECTED] export SHELL=/usr/local/bin/bash
[EMAIL PROTECTED] make
test Xno != Xno ||  rm -f auto-loads.el ;  /usr/local/bin/emacs -batch -q 
-no-site-file -no-init-file -l lpath.el --eval '(let ((generated-autoload-file 
(expand-file-name "auto-loads.el")))  (mapcar (function update-file-autoloads) 
command-line-args-left)  (save-buffers-kill-emacs t))' tex.el tex-buf.el 
tex-style.el latex.el tex-info.el  texmathp.el multi-prompt.el tex-mik.el 
font-latex.el tex-font.el  context.el context-en.el context-nl.el tex-fold.el  
toolbar-x.el tex-bar.el tex-jp.el;  test -r auto-loads.el ||  echo ";; 
Auto-generated part of tex-site.el" > auto-loads.el ;  echo "" >> 
auto-loads.el ;  /usr/local/bin/emacs -batch -q -no-site-file -no-init-file -l 
lpath.el --eval '(let ((generated-autoload-file (expand-file-name 
"auto-loads.el")))  (mapcar (function update-file-autoloads) 
command-line-args-left)  (save-buffers-kill-emacs t))' tex.el tex-buf.el 
tex-style.el latex.el tex-info.el  texmathp.el multi-prompt.el tex-mik.el 
font-latex.el tex-font.el  context.el context-en.el context-nl.el tex-fold.el  
toolbar-x.el tex-bar.el tex-jp.el
Autoloads file /home/keita/scr/auctex/auto-loads.el does not exist
*** Error code 255

Stop in /usr/home/keita/scr/auctex.
[EMAIL PROTECTED] 
--------------------------------------------------------------------
Best regards,

Ikumi Keita


_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to