From: sof Date: Tue, 24 Nov 1998 11:22:47 +0000 (+0000) Subject: [project @ 1998-11-24 11:22:47 by sof] X-Git-Tag: Approx_2487_patches~196 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a7c5376962a9d8ee76d02cb04b09e03dd729b933;p=ghc-hetmet.git [project @ 1998-11-24 11:22:47 by sof] Re-install hack which fixes 'leading underscore' feature test under cygwin32 --- diff --git a/aclocal.m4 b/aclocal.m4 index 7a8c368..c44d17b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.32 1998/11/21 14:35:00 sof Exp $ +dnl $Id: aclocal.m4,v 1.33 1998/11/24 11:22:47 sof Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -71,10 +71,13 @@ dnl dnl Hack!: nlist() under Digital UNIX insist on there being an _, dnl but symbol table listings shows none. What is going on here?!? dnl +dnl Another hack: cygwin doesn't come with nlist.h , so we hardwire +dnl the underscoredness of that "platform" changequote(<<, >>)dnl << case $HostPlatform in alpha-dec-osf*) fptools_cv_lead_uscore='no';; +*cygwin32) fptools_cv_lead_uscore='yes';; *) >> changequote([, ])dnl AC_TRY_RUN([#ifdef HAVE_NLIST_H