Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
4baf1580
Commit
4baf1580
authored
Jun 05, 1997
by
sof
Browse files
[project @ 1997-06-05 23:55:16 by sof]
2.04 updates
parent
203387fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
4baf1580
...
...
@@ -74,6 +74,7 @@ fi
# Suitable names to slam in *_CPP are in platform.h.in.
# We also record the architecture, vendor, and operating system (OS)
# separately.
HostPlatformFull=$HostPlatform
case $HostPlatform in
alpha-dec-osf[[1234]]*)
HostPlatform=alpha-dec-osf1 # canonicalise for our purposes
...
...
@@ -248,6 +249,7 @@ TargetVendor_CPP=$HostVendor_CPP
dnl Cannot afford all these SUBSTs (because of braindead seds w/ 99 cmd limits)
dnl AC_SUBST(BuildPlatform)
AC_SUBST(HostPlatformFull)
AC_SUBST(HostPlatform)
AC_SUBST(TargetPlatform)
AC_SUBST(HostPlatform_CPP)
...
...
@@ -577,9 +579,13 @@ dnl ** check if it is safe to include both <time.h> and <sys/time.h>
#
AC_HEADER_TIME
#
dnl ** how do we get a timezone name?
dnl ** how do we get a timezone name
, and UTC offset
?
#
AC_STRUCT_TIMEZONE
HaveAltZone=yes
AC_MSG_CHECKING([for altzone])
AC_TRY_LINK([#include <time.h>], [return altzone;], AC_DEFINE(HAVE_ALTZONE),HaveAltZone=no)
AC_MSG_RESULT($HaveAltZone)
#
dnl ** determine the type of signal()
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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