Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
a7c53769
Commit
a7c53769
authored
Nov 24, 1998
by
sof
Browse files
[project @ 1998-11-24 11:22:47 by sof]
Re-install hack which fixes 'leading underscore' feature test under cygwin32
parent
d180e820
Changes
1
Hide whitespace changes
Inline
Side-by-side
aclocal.m4
View file @
a7c53769
dnl $Id: aclocal.m4,v 1.3
2
1998/11/2
1 14:35:00
sof Exp $
dnl $Id: aclocal.m4,v 1.3
3
1998/11/2
4 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment