From xemacs-m  Tue Dec 17 10:44:21 1996
Received: from black-ice.cc.vt.edu (root@black-ice.cc.vt.edu [128.173.14.71]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id KAA00037 for <xemacs-beta@xemacs.org>; Tue, 17 Dec 1996 10:44:17 -0600 (CST)
Received: from black-ice.cc.vt.edu (valdis@LOCALHOST [127.0.0.1])
          by black-ice.cc.vt.edu (8.8.4/8.8.4) with ESMTP
	  id LAA98994; Tue, 17 Dec 1996 11:43:20 -0500
Message-Id: <199612171643.LAA98994@black-ice.cc.vt.edu>
X-Mailer: exmh version 2.0alpha 12/3/96
To: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Cc: xemacs-beta@xemacs.org
Subject: Re: configure failure on AIX 
In-Reply-To: Your message of "17 Dec 1996 09:37:52 +0100."
             <y9lwwuho9b3.fsf@modas.informatik.uni-tuebingen.de> 
From: Valdis.Kletnieks@vt.edu
X-Url: http://black-ice.cc.vt.edu/~valdis/
References: <y9lwwuho9b3.fsf@modas.informatik.uni-tuebingen.de>
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="==_Exmh_-1544672650P";
	micalg=pgp-md5; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7bit
Date: Tue, 17 Dec 1996 11:43:19 -0500

--==_Exmh_-1544672650P
Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
Content-Id: <45718.850840994.0@black-ice.cc.vt.edu>

------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <45718.850840994.1@black-ice.cc.vt.edu>

On 17 Dec 1996 09:37:52 +0100, you said:
> 
> It seems there's a real bug in the configure script; without it, even
> /bin/ksh on 4.1.4 runs configure fine.

Yep. Broken on XEmacs 20.0-b31 and AIX 4.2 as well.

My brute force fix is attached.  Basically, I assumed that somebody got
a little \-happy, and just trimmed out 3.  This resulted in src/Makefile
having a valid -bI: value.  *DONT* apply this yet, mine is still compiling,
but at least configure generated something that LOOKED OK for src/Makefile.

I'll post more once I actually get a runnable.


------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <45718.850840994.2@black-ice.cc.vt.edu>

*** configure.dist	Tue Dec 17 02:56:58 1996
--- configure	Tue Dec 17 02:57:52 1996
***************
*** 5532,5540 ****
  echo "	defining" AIX_SMT_EXP to be "-bI:$export"
  echo "#define" AIX_SMT_EXP "-bI:$export" >> confdefs.h
  DEFS="$DEFS -DAIX_SMT_EXP=-bI:$export"
! ac_sed_defs="${ac_sed_defs}\${ac_dA}AIX_SMT_EXP\${ac_dB}AIX_SMT_EXP\${ac_dC}-bI:\\\\\\\$export\${ac_dD}
! \${ac_uA}AIX_SMT_EXP\${ac_uB}AIX_SMT_EXP\${ac_uC}-bI:\\\\\\\$export\${ac_uD}
! \${ac_eA}AIX_SMT_EXP\${ac_eB}AIX_SMT_EXP\${ac_eC}-bI:\\\\\\\$export\${ac_eD}
  "
  }
  
--- 5532,5540 ----
  echo "	defining" AIX_SMT_EXP to be "-bI:$export"
  echo "#define" AIX_SMT_EXP "-bI:$export" >> confdefs.h
  DEFS="$DEFS -DAIX_SMT_EXP=-bI:$export"
! ac_sed_defs="${ac_sed_defs}\${ac_dA}AIX_SMT_EXP\${ac_dB}AIX_SMT_EXP\${ac_dC}-bI:\\\\$export\${ac_dD}
! \${ac_uA}AIX_SMT_EXP\${ac_uB}AIX_SMT_EXP\${ac_uC}-bI:\\\\$export\${ac_uD}
! \${ac_eA}AIX_SMT_EXP\${ac_eB}AIX_SMT_EXP\${ac_eC}-bI:\\\\$export\${ac_eD}
  "
  }
  

------- =_aaaaaaaaaa0--

--==_Exmh_-1544672650P
Content-Type: application/pgp-signature

-----BEGIN PGP MESSAGE-----
Version: 2.6.2

iQCVAwUBMrbNo9QBOOoptg9JAQEkWwQAi0Fp9VhxVG1qJm6F0NASwhj7Upn36taJ
REVzN7/A3raM2CNL2uh/bDSOezpS5t+RxQmHkws9lS0ZcsPa3JN3ux5hcJvrj/tu
tEmPnqds02jKUu57OGSLFJb5aedATtOCynN05rYhLvUnnVbmhi+079th/IxW3X6G
2fhdsues9ZQ=
=eofw
-----END PGP MESSAGE-----

--==_Exmh_-1544672650P--

