aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2007-11-01 07:38:41 +0000
committerJan Djärv2007-11-01 07:38:41 +0000
commita5c2c204bdd936c704f1ac346fdee5643ef89d15 (patch)
tree125eed3fa02d752fb2ff78862f9994562c4e57c5
parente818a45041b54e37a5f0e0c1dccf8a7294e54040 (diff)
downloademacs-a5c2c204bdd936c704f1ac346fdee5643ef89d15.tar.gz
emacs-a5c2c204bdd936c704f1ac346fdee5643ef89d15.zip
Regenerate.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure117
2 files changed, 26 insertions, 95 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a010f1863d..fd23fce5da3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12007-11-01 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * configure.in: Remove HAVE_X11R5 check.
4
12007-10-31 Glenn Morris <rgm@gnu.org> 52007-10-31 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un' 7 * Makefile.in (install-arch-indep): Fallback to $USER and `id -un'
diff --git a/configure b/configure
index d53db5f1816..dfb48837f79 100755
--- a/configure
+++ b/configure
@@ -11079,75 +11079,6 @@ echo "${ECHO_T}before 6" >&6; }
11079 fi 11079 fi
11080fi 11080fi
11081 11081
11082if test "${window_system}" = "x11"; then
11083 { echo "$as_me:$LINENO: checking X11 version 5" >&5
11084echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6; }
11085 if test "${emacs_cv_x11_version_5+set}" = set; then
11086 echo $ECHO_N "(cached) $ECHO_C" >&6
11087else
11088 cat >conftest.$ac_ext <<_ACEOF
11089/* confdefs.h. */
11090_ACEOF
11091cat confdefs.h >>conftest.$ac_ext
11092cat >>conftest.$ac_ext <<_ACEOF
11093/* end confdefs.h. */
11094#include <X11/Xlib.h>
11095int
11096main ()
11097{
11098#if XlibSpecificationRelease < 5
11099fail;
11100#endif
11101
11102 ;
11103 return 0;
11104}
11105_ACEOF
11106rm -f conftest.$ac_objext conftest$ac_exeext
11107if { (ac_try="$ac_link"
11108case "(($ac_try" in
11109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11110 *) ac_try_echo=$ac_try;;
11111esac
11112eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11113 (eval "$ac_link") 2>conftest.er1
11114 ac_status=$?
11115 grep -v '^ *+' conftest.er1 >conftest.err
11116 rm -f conftest.er1
11117 cat conftest.err >&5
11118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11119 (exit $ac_status); } && {
11120 test -z "$ac_c_werror_flag" ||
11121 test ! -s conftest.err
11122 } && test -s conftest$ac_exeext &&
11123 $as_test_x conftest$ac_exeext; then
11124 emacs_cv_x11_version_5=yes
11125else
11126 echo "$as_me: failed program was:" >&5
11127sed 's/^/| /' conftest.$ac_ext >&5
11128
11129 emacs_cv_x11_version_5=no
11130fi
11131
11132rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11133 conftest$ac_exeext conftest.$ac_ext
11134fi
11135
11136 if test $emacs_cv_x11_version_5 = yes; then
11137 { echo "$as_me:$LINENO: result: 5 or newer" >&5
11138echo "${ECHO_T}5 or newer" >&6; }
11139 HAVE_X11R5=yes
11140
11141cat >>confdefs.h <<\_ACEOF
11142#define HAVE_X11R5 1
11143_ACEOF
11144
11145 else
11146 HAVE_X11R5=no
11147 { echo "$as_me:$LINENO: result: before 5" >&5
11148echo "${ECHO_T}before 5" >&6; }
11149 fi
11150fi
11151 11082
11152### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. 11083### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified.
11153HAVE_RSVG=no 11084HAVE_RSVG=no
@@ -12372,13 +12303,10 @@ fi
12372 12303
12373HAVE_XAW3D=no 12304HAVE_XAW3D=no
12374if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then 12305if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
12375 if test x"${HAVE_X11R5}" != xyes; then 12306 if test "$with_xaw3d" != no; then
12376 USE_X_TOOLKIT=none 12307 { echo "$as_me:$LINENO: checking for xaw3d" >&5
12377 else
12378 if test "$with_xaw3d" != no; then
12379 { echo "$as_me:$LINENO: checking for xaw3d" >&5
12380echo $ECHO_N "checking for xaw3d... $ECHO_C" >&6; } 12308echo $ECHO_N "checking for xaw3d... $ECHO_C" >&6; }
12381 if test "${emacs_cv_xaw3d+set}" = set; then 12309 if test "${emacs_cv_xaw3d+set}" = set; then
12382 echo $ECHO_N "(cached) $ECHO_C" >&6 12310 echo $ECHO_N "(cached) $ECHO_C" >&6
12383else 12311else
12384 cat >conftest.$ac_ext <<_ACEOF 12312 cat >conftest.$ac_ext <<_ACEOF
@@ -12428,25 +12356,25 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12428 conftest$ac_exeext conftest.$ac_ext 12356 conftest$ac_exeext conftest.$ac_ext
12429fi 12357fi
12430 12358
12431 else 12359 else
12432 emacs_cv_xaw3d=no 12360 emacs_cv_xaw3d=no
12433 fi 12361 fi
12434 if test $emacs_cv_xaw3d = yes; then 12362 if test $emacs_cv_xaw3d = yes; then
12435 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5 12363 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
12436echo "${ECHO_T}yes; using Lucid toolkit" >&6; } 12364echo "${ECHO_T}yes; using Lucid toolkit" >&6; }
12437 USE_X_TOOLKIT=LUCID 12365 USE_X_TOOLKIT=LUCID
12438 HAVE_XAW3D=yes 12366 HAVE_XAW3D=yes
12439 12367
12440cat >>confdefs.h <<\_ACEOF 12368cat >>confdefs.h <<\_ACEOF
12441#define HAVE_XAW3D 1 12369#define HAVE_XAW3D 1
12442_ACEOF 12370_ACEOF
12443 12371
12444 else 12372 else
12445 { echo "$as_me:$LINENO: result: no" >&5 12373 { echo "$as_me:$LINENO: result: no" >&5
12446echo "${ECHO_T}no" >&6; } 12374echo "${ECHO_T}no" >&6; }
12447 { echo "$as_me:$LINENO: checking for libXaw" >&5 12375 { echo "$as_me:$LINENO: checking for libXaw" >&5
12448echo $ECHO_N "checking for libXaw... $ECHO_C" >&6; } 12376echo $ECHO_N "checking for libXaw... $ECHO_C" >&6; }
12449 if test "${emacs_cv_xaw+set}" = set; then 12377 if test "${emacs_cv_xaw+set}" = set; then
12450 echo $ECHO_N "(cached) $ECHO_C" >&6 12378 echo $ECHO_N "(cached) $ECHO_C" >&6
12451else 12379else
12452 cat >conftest.$ac_ext <<_ACEOF 12380 cat >conftest.$ac_ext <<_ACEOF
@@ -12496,19 +12424,18 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12496 conftest$ac_exeext conftest.$ac_ext 12424 conftest$ac_exeext conftest.$ac_ext
12497fi 12425fi
12498 12426
12499 if test $emacs_cv_xaw = yes; then 12427 if test $emacs_cv_xaw = yes; then
12500 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5 12428 { echo "$as_me:$LINENO: result: yes; using Lucid toolkit" >&5
12501echo "${ECHO_T}yes; using Lucid toolkit" >&6; } 12429echo "${ECHO_T}yes; using Lucid toolkit" >&6; }
12502 USE_X_TOOLKIT=LUCID 12430 USE_X_TOOLKIT=LUCID
12503 elif test x"${USE_X_TOOLKIT}" = xLUCID; then 12431 elif test x"${USE_X_TOOLKIT}" = xLUCID; then
12504 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5 12432 { { echo "$as_me:$LINENO: error: Lucid toolkit requires X11/Xaw include files" >&5
12505echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;} 12433echo "$as_me: error: Lucid toolkit requires X11/Xaw include files" >&2;}
12506 { (exit 1); exit 1; }; } 12434 { (exit 1); exit 1; }; }
12507 else 12435 else
12508 { echo "$as_me:$LINENO: result: no; do not use toolkit by default" >&5 12436 { echo "$as_me:$LINENO: result: no; do not use toolkit by default" >&5
12509echo "${ECHO_T}no; do not use toolkit by default" >&6; } 12437echo "${ECHO_T}no; do not use toolkit by default" >&6; }
12510 USE_X_TOOLKIT=none 12438 USE_X_TOOLKIT=none
12511 fi
12512 fi 12439 fi
12513 fi 12440 fi
12514fi 12441fi