summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-04-01 13:40:19 +0000
committerEli Zaretskii <eliz@gnu.org>2006-04-01 13:40:19 +0000
commit9022d850a34dc8c954c100349a7785bc364cfad0 (patch)
treefc283a492f1ee660491cf783a3be18627f583c1d /configure.in
parent367c48ef1ee5e861ace73d4219325e64191fc25a (diff)
(hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE to CFLAGS.
Update Copyright years written to src/config.in.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3c3a44560b..6aacfd2bcd 100644
--- a/configure.in
+++ b/configure.in
@@ -611,6 +611,7 @@ dnl see the `changequote' comment above.
;;
hppa*-hp-hpux1[1-9]* )
machine=hp800 opsys=hpux11
+ CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
;;
hppa*-*-linux-gnu* )
@@ -2840,7 +2841,7 @@ if test "${REL_ALLOC}" = "yes" ; then
fi
AH_TOP([/* GNU Emacs site configuration template file.
- Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004
+ Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, 2006
Free Software Foundation, Inc.
This file is part of GNU Emacs.