mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Correct locations of files to include ".." where needed
This commit is contained in:
parent
117400e7df
commit
d1239aab57
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
This file, xopen-source.h, redefines _XOPEN_SOURCE to be the latest
|
This file, xopen-source.h, redefines _XOPEN_SOURCE to be the latest
|
||||||
version that is supported by the operating system's C library. It is
|
version that is supported by the operating system's C library. It is
|
||||||
used by the Autoconf macro in m4/xopen-source.m4.
|
used by the Autoconf macro in ../m4/xopen-source.m4.
|
||||||
|
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify it
|
This program is free software: you can redistribute it and/or modify it
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# latest version of _XOPEN_SOURCE supported by the C library. It does
|
# latest version of _XOPEN_SOURCE supported by the C library. It does
|
||||||
# this by compiling code with various values of that symbol. Once a
|
# this by compiling code with various values of that symbol. Once a
|
||||||
# particular value compiles without error, it redefines _XOPEN_SOURCE to
|
# particular value compiles without error, it redefines _XOPEN_SOURCE to
|
||||||
# that value using the auxiliary file <lib/xopen-source.h> and sets
|
# that value using the auxiliary file ../lib/xopen-source.h and sets
|
||||||
# $x_cv_latest_xopen_source to one of the following values:
|
# $x_cv_latest_xopen_source to one of the following values:
|
||||||
#
|
#
|
||||||
# 700 - _XOPEN_SOURCE=700 (for SUSv4 / XPG7) was accepted
|
# 700 - _XOPEN_SOURCE=700 (for SUSv4 / XPG7) was accepted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user