diff options
| author | Eli Zaretskii | 2006-04-01 13:51:18 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-04-01 13:51:18 +0000 |
| commit | 7c00e1e9748ffdff639269ee3b4268407d7a66ad (patch) | |
| tree | c60e8fd1694850f82e536487bb3b498c46791f92 | |
| parent | 5f17041ce2b2e6b9cd2ede78f21bcaa7ae6569d6 (diff) | |
| download | emacs-7c00e1e9748ffdff639269ee3b4268407d7a66ad.tar.gz emacs-7c00e1e9748ffdff639269ee3b4268407d7a66ad.zip | |
Regenerated.
| -rw-r--r-- | ChangeLog | 15 | ||||
| -rwxr-xr-x | configure | 3 | ||||
| -rw-r--r-- | src/config.in | 4 |
3 files changed, 19 insertions, 3 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2006-04-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure: Regenerated. | ||
| 4 | |||
| 5 | 2006-04-01 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change) | ||
| 6 | |||
| 7 | * configure.in (HAVE_XAW3D): Disable Xaw3d check if | ||
| 8 | --without-toolkit-scroll-bars was specified. | ||
| 9 | |||
| 10 | 2006-04-01 Eli Zaretskii <eliz@gnu.org> | ||
| 11 | |||
| 12 | * configure.in (hppa*-hp-hpux1[1-9]*): Add | ||
| 13 | -D_INCLUDE__STDC_A1_SOURCE to CFLAGS. Update Copyright years | ||
| 14 | written to src/config.in. | ||
| 15 | |||
| 1 | 2006-03-18 Claudio Fontana <claudio@gnu.org> | 16 | 2006-03-18 Claudio Fontana <claudio@gnu.org> |
| 2 | 17 | ||
| 3 | * Makefile.in (INFO_FILES): New variable, contains all Info file names. | 18 | * Makefile.in (INFO_FILES): New variable, contains all Info file names. |
| @@ -2093,6 +2093,7 @@ _ACEOF | |||
| 2093 | ;; | 2093 | ;; |
| 2094 | hppa*-hp-hpux1[1-9]* ) | 2094 | hppa*-hp-hpux1[1-9]* ) |
| 2095 | machine=hp800 opsys=hpux11 | 2095 | machine=hp800 opsys=hpux11 |
| 2096 | CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS" | ||
| 2096 | ;; | 2097 | ;; |
| 2097 | 2098 | ||
| 2098 | hppa*-*-linux-gnu* ) | 2099 | hppa*-*-linux-gnu* ) |
| @@ -11412,7 +11413,7 @@ fi | |||
| 11412 | ### Is -lXaw3d available? | 11413 | ### Is -lXaw3d available? |
| 11413 | HAVE_XAW3D=no | 11414 | HAVE_XAW3D=no |
| 11414 | if test "${HAVE_X11}" = "yes"; then | 11415 | if test "${HAVE_X11}" = "yes"; then |
| 11415 | if test "${USE_X_TOOLKIT}" != "none"; then | 11416 | if test "${USE_X_TOOLKIT}" != "none" && test "${with_toolkit_scroll_bars}" != "no"; then |
| 11416 | echo "$as_me:$LINENO: checking for X11/Xaw3d/Scrollbar.h" >&5 | 11417 | echo "$as_me:$LINENO: checking for X11/Xaw3d/Scrollbar.h" >&5 |
| 11417 | echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 | 11418 | echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 |
| 11418 | if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then | 11419 | if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then |
diff --git a/src/config.in b/src/config.in index 11b842c3d00..2bc4ba56e79 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* src/config.in. Generated from configure.in by autoheader. */ | 1 | /* src/config.in. Generated from configure.in by autoheader. */ |
| 2 | 2 | ||
| 3 | /* GNU Emacs site configuration template file. | 3 | /* GNU Emacs site configuration template file. |
| 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, | 4 | Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, 2006 |
| 5 | 2006 Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||