Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alex D
GHC
Commits
0d9152af
Commit
0d9152af
authored
Aug 19, 2003
by
panne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2003-08-19 09:25:34 by panne]
Renamed FP_ALTZONE to FP_DECL_ALTZONE
parent
6a0b7a2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
aclocal.m4
aclocal.m4
+3
-3
configure.ac
configure.ac
+1
-1
No files found.
aclocal.m4
View file @
0d9152af
...
@@ -28,11 +28,11 @@ AC_SUBST(ContextDiffCmd, [$fp_cv_context_diff])
...
@@ -28,11 +28,11 @@ AC_SUBST(ContextDiffCmd, [$fp_cv_context_diff])
])# FP_PROG_CONTEXT_DIFF
])# FP_PROG_CONTEXT_DIFF
# FP_ALTZONE
# FP_
DECL_
ALTZONE
# -------------------
# -------------------
# Defines HAVE_DECL_ALTZONE to 1 if declared, 0 otherwise.
# Defines HAVE_DECL_ALTZONE to 1 if declared, 0 otherwise.
# Used by base package.
# Used by base package.
AC_DEFUN([FP_ALTZONE],
AC_DEFUN([FP_
DECL_
ALTZONE],
[AC_REQUIRE([AC_HEADER_TIME])dnl
[AC_REQUIRE([AC_HEADER_TIME])dnl
AC_CHECK_HEADERS([sys/time.h])
AC_CHECK_HEADERS([sys/time.h])
AC_CHECK_DECLS([altzone], [], [],[#if TIME_WITH_SYS_TIME
AC_CHECK_DECLS([altzone], [], [],[#if TIME_WITH_SYS_TIME
...
@@ -45,7 +45,7 @@ AC_CHECK_DECLS([altzone], [], [],[#if TIME_WITH_SYS_TIME
...
@@ -45,7 +45,7 @@ AC_CHECK_DECLS([altzone], [], [],[#if TIME_WITH_SYS_TIME
# include <time.h>
# include <time.h>
# endif
# endif
#endif])
#endif])
])# FP_ALTZONE
])# FP_
DECL_
ALTZONE
# FP_COMPUTE_INT(EXPRESSION, VARIABLE, INCLUDES, IF-FAILS)
# FP_COMPUTE_INT(EXPRESSION, VARIABLE, INCLUDES, IF-FAILS)
...
...
configure.ac
View file @
0d9152af
...
@@ -838,7 +838,7 @@ dnl ** how do we get a timezone name, and UTC offset ?
...
@@ -838,7 +838,7 @@ dnl ** how do we get a timezone name, and UTC offset ?
AC_STRUCT_TIMEZONE
AC_STRUCT_TIMEZONE
dnl ** do we have altzone?
dnl ** do we have altzone?
FP_ALTZONE
FP_
DECL_
ALTZONE
dnl ** does struct stat contain st_blksize?
dnl ** does struct stat contain st_blksize?
AC_STRUCT_ST_BLKSIZE
AC_STRUCT_ST_BLKSIZE
...
...
Write
Preview
Markdown
is supported
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