From xemacs-m  Mon May 19 08:56:43 1997
Received: from neal.ctd.comsat.com (exim@neal.ctd.comsat.com [134.133.40.21])
	by xemacs.org (8.8.5/8.8.5) with SMTP id IAA21963
	for <xemacs-beta@xemacs.org>; Mon, 19 May 1997 08:56:42 -0500 (CDT)
Received: from neal by neal.ctd.comsat.com with local (Exim 1.62 #1)
	id 0wTSvZ-0005LY-00; Mon, 19 May 1997 09:56:41 -0400
To: xemacs-beta@xemacs.org
Subject: 20.3b1 hpux9.05 success
X-Emacs: 20.2 XEmacs Lucid without mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.80)
Content-Type: text/plain; charset=US-ASCII
From: Neal Becker <neal@ctd.comsat.com>
Date: 19 May 1997 09:56:40 -0400
Message-ID: <u9wwovftuv.fsf@neal.ctd.comsat.com>
Lines: 53
X-Mailer: Gnus v5.4.52/XEmacs 20.2

* Manually edited config.h because mmap was not autodetected.
* Mail mode broken.  Hitting C-cC-c says:

Signaling: (search-failed "^--text follows this line--$")
  re-search-forward("^--text follows this line--$")
  mail-position-on-field("Mime-Version")
  mime-edit-translate-body()
  run-hooks(mime-edit-translate-buffer-hook)
  byte-code("!)" [run-hooks mime-edit-translate-buffer-hook] 2)
  mime-edit-translate-buffer()
  mime-edit-exit(nil t)
  mime-edit-maybe-translate()
  run-hooks(mail-send-hook)
  mail-send()
  mail-send-and-exit(nil)
  call-interactively(mail-send-and-exit)

That's because it did this:
-----
To: xemacs-beta@xemacs.org	
Subject: 20.3b1 hpux9.05 OK (after mmap fix)

X-Emacs: 20.3 XEmacs Lucid (beta1) without mule--text follows this line--
-----

./configure  '--verbose' '--with-gnu-make' '--cflags=-g -O3 -pipe' '--dynamic=yes' '--srcdir=/hosts/data/src/xemacs-20.3b1' '--site-includes=/usr/local/include/db' '--error-checking=none' '--debug=no'


Configured for `hppa1.1-hp-hpux9.05'.

  Where should the build process find the source code?    /hosts/data/src/xemacs-20.3b1
  What installation prefix should install use?		  /usr/local
  What operating system and machine description files should XEmacs use?
        `s/hpux9-shr.h' and `m/hp800.h'
  What compiler should XEmacs be built with?              gcc -g -O3 -pipe
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? default
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/include/Motif1.2 /usr/include/X11R5
  Where do we find X Windows libraries?                   /usr/lib/Motif1.2 /usr/lib/X11R5
  Additional header files:                                /usr/local/include/db
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.

