]> git.eshelyaron.com Git - emacs.git/commitdiff
Regenerated.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Apr 2006 13:51:18 +0000 (13:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Apr 2006 13:51:18 +0000 (13:51 +0000)
ChangeLog
configure
src/config.in

index d10a3aef1a4eeebc457a0f860ef0654557c473d5..ef1cfba9a930fd4d0d7912f8ba97e88c13bae7bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure: Regenerated.
+
+2006-04-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
+
+       * configure.in (HAVE_XAW3D): Disable Xaw3d check if
+       --without-toolkit-scroll-bars was specified.
+
+2006-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.in (hppa*-hp-hpux1[1-9]*): Add
+       -D_INCLUDE__STDC_A1_SOURCE to CFLAGS.  Update Copyright years
+       written to src/config.in.
+
 2006-03-18  Claudio Fontana  <claudio@gnu.org>
 
        * Makefile.in (INFO_FILES): New variable, contains all Info file names.
index 624cffc825164a694c648b33bc4f1beb80f2eff0..7e0799badae7fe742e8b65378c72adbf9afb9719 100755 (executable)
--- a/configure
+++ b/configure
@@ -2093,6 +2093,7 @@ _ACEOF
   ;;
   hppa*-hp-hpux1[1-9]* )
     machine=hp800 opsys=hpux11
+    CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
   ;;
 
   hppa*-*-linux-gnu* )
@@ -11412,7 +11413,7 @@ fi
 ### Is -lXaw3d available?
 HAVE_XAW3D=no
 if test "${HAVE_X11}" = "yes"; then
-  if test "${USE_X_TOOLKIT}" != "none"; then
+  if test "${USE_X_TOOLKIT}" != "none" && test "${with_toolkit_scroll_bars}" != "no"; then
             echo "$as_me:$LINENO: checking for X11/Xaw3d/Scrollbar.h" >&5
 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
index 11b842c3d003e5ac87c0ec99b867ba6edd93378f..2bc4ba56e79457db26260a9f104497fab353af40 100644 (file)
@@ -1,8 +1,8 @@
 /* src/config.in.  Generated from configure.in by autoheader.  */
 
 /* GNU Emacs site configuration template file.
-   Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005,
-                 2006 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1993, 1994, 1999, 2000, 2002, 2004, 2005, 2006
+             Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.