diff options
| author | Eli Zaretskii | 2006-04-01 13:40:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-01 13:40:19 +0000 |
| commit | 9022d850a34dc8c954c100349a7785bc364cfad0 (patch) | |
| tree | fc283a492f1ee660491cf783a3be18627f583c1d | |
| parent | 367c48ef1ee5e861ace73d4219325e64191fc25a (diff) | |
| download | emacs-9022d850a34dc8c954c100349a7785bc364cfad0.tar.gz emacs-9022d850a34dc8c954c100349a7785bc364cfad0.zip | |
(hppa*-hp-hpux1[1-9]*): Add -D_INCLUDE__STDC_A1_SOURCE to CFLAGS.
Update Copyright years written to src/config.in.
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3c3a44560bc..6aacfd2bcd4 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -611,6 +611,7 @@ dnl see the `changequote' comment above. | |||
| 611 | ;; | 611 | ;; |
| 612 | hppa*-hp-hpux1[1-9]* ) | 612 | hppa*-hp-hpux1[1-9]* ) |
| 613 | machine=hp800 opsys=hpux11 | 613 | machine=hp800 opsys=hpux11 |
| 614 | CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" | ||
| 614 | ;; | 615 | ;; |
| 615 | 616 | ||
| 616 | hppa*-*-linux-gnu* ) | 617 | hppa*-*-linux-gnu* ) |
| @@ -2840,7 +2841,7 @@ if test "${REL_ALLOC}" = "yes" ; then | |||
| 2840 | fi | 2841 | fi |
| 2841 | 2842 | ||
| 2842 | AH_TOP([/* GNU Emacs site configuration template file. | 2843 | AH_TOP([/* GNU Emacs site configuration template file. |
| 2843 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004 | 2844 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, 2006 |
| 2844 | Free Software Foundation, Inc. | 2845 | Free Software Foundation, Inc. |
| 2845 | 2846 | ||
| 2846 | This file is part of GNU Emacs. | 2847 | This file is part of GNU Emacs. |