summaryrefslogtreecommitdiff
path: root/doc/install.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-23 21:09:21 -0700
committerEric Blake <ebb9@byu.net>2008-12-23 21:09:21 -0700
commit0b31661907b165a639ae5965ba1d81dda967f283 (patch)
tree3d5e0e3cfb74a706eabaf2717c412c50f6891423 /doc/install.texi
parent192ecc0b053763ac22e92583b190d4dc08fdb692 (diff)
downloadautoconf-0b31661907b165a639ae5965ba1d81dda967f283.tar.gz
Improve INSTALL for HP-UX.
* doc/install.texi (Particular Systems): For HP-UX, also recommend -D_XOPEN_SOURCE=500. Needed for the declaration of mbstate_t on HP-UX 11.11. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'doc/install.texi')
-rw-r--r--doc/install.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.texi b/doc/install.texi
index f4c8c4ca..d498639f 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -188,7 +188,7 @@ not installed, it is recommended to use the following options in order to
use an ANSI C compiler:
@example
-./configure CC="cc -Ae"
+./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
@end example
@noindent