Skip to content
Snippets Groups Projects
Commit 51d8a1d2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-04-10 12:38:38 by simonm]

define LEADING_UNDERSCORE in config.h.
parent a586fca9
No related merge requests found
dnl $Id: aclocal.m4,v 1.21 1998/04/07 21:24:55 sof Exp $
dnl $Id: aclocal.m4,v 1.22 1998/04/10 12:38:38 simonm Exp $
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl
......@@ -107,6 +107,9 @@ changequote([, ])dnl
esac);
LeadingUnderscore=`echo $ac_cv_lead_uscore | sed 'y/yesno/YESNO/'`
AC_SUBST(LeadingUnderscore)
case $LeadingUnderscore in
YES) AC_DEFINE(LEADING_UNDERSCORE);;
esac
])
dnl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment