ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.22 by pcg, Wed Mar 17 03:07:35 2004 UTC vs.
Revision 1.24 by pcg, Fri Apr 2 17:59:49 2004 UTC

1036 --enable-utmp enable utmp (utmpx) support 1036 --enable-utmp enable utmp (utmpx) support
1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp) 1037 --enable-wtmp enable wtmp (wtmpx) support (requires --enable-utmp)
1038 --enable-lastlog enable lastlog support (requires --enable-utmp) 1038 --enable-lastlog enable lastlog support (requires --enable-utmp)
1039 --enable-xpm-background enable XPM background pixmaps 1039 --enable-xpm-background enable XPM background pixmaps
1040 --enable-transparency enable transparent backgrounds 1040 --enable-transparency enable transparent backgrounds
1041 --enable-tinting enable tinting of transparent bg
1041 --enable-menubar enable menubar 1042 --enable-menubar enable menubar
1042 --enable-rxvt-scroll enable rxvt style scrollbar 1043 --enable-rxvt-scroll enable rxvt style scrollbar
1043 --enable-next-scroll enable NeXT style scrollbar 1044 --enable-next-scroll enable NeXT style scrollbar
1044 --enable-xterm-scroll enable Xterm style scrollbar 1045 --enable-xterm-scroll enable Xterm style scrollbar
1045 --enable-plain-scroll enable plain style scrollbar 1046 --enable-plain-scroll enable plain style scrollbar
5030# Some flags need to be propagated to the compiler or linker for good 5031# Some flags need to be propagated to the compiler or linker for good
5031# libtool support. 5032# libtool support.
5032case "$host" in 5033case "$host" in
5033*-*-irix6*) 5034*-*-irix6*)
5034 # Find out which ABI we are using. 5035 # Find out which ABI we are using.
5035 echo '#line 5035 "configure"' > conftest.$ac_ext 5036 echo '#line 5036 "configure"' > conftest.$ac_ext
5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5037 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5037 (eval $ac_compile) 2>&5 5038 (eval $ac_compile) 2>&5
5038 ac_status=$? 5039 ac_status=$?
5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040 (exit $ac_status); }; then 5041 (exit $ac_status); }; then
5581# builds. 5582# builds.
5582chmod -w . 5583chmod -w .
5583save_CFLAGS="$CFLAGS" 5584save_CFLAGS="$CFLAGS"
5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5585CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5585compiler_c_o=no 5586compiler_c_o=no
5586if { (eval echo configure:5586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5587if { (eval echo configure:5587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5587 # The compiler can only warn and ignore the option if not recognized 5588 # The compiler can only warn and ignore the option if not recognized
5588 # So say no if there are warnings 5589 # So say no if there are warnings
5589 if test -s out/conftest.err; then 5590 if test -s out/conftest.err; then
5590 compiler_c_o=no 5591 compiler_c_o=no
5591 else 5592 else
7197 lt_cv_dlopen_self=cross 7198 lt_cv_dlopen_self=cross
7198else 7199else
7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7200 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7200 lt_status=$lt_dlunknown 7201 lt_status=$lt_dlunknown
7201 cat > conftest.$ac_ext <<EOF 7202 cat > conftest.$ac_ext <<EOF
7202#line 7202 "configure" 7203#line 7203 "configure"
7203#include "confdefs.h" 7204#include "confdefs.h"
7204 7205
7205#if HAVE_DLFCN_H 7206#if HAVE_DLFCN_H
7206#include <dlfcn.h> 7207#include <dlfcn.h>
7207#endif 7208#endif
7295 lt_cv_dlopen_self_static=cross 7296 lt_cv_dlopen_self_static=cross
7296else 7297else
7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7298 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7298 lt_status=$lt_dlunknown 7299 lt_status=$lt_dlunknown
7299 cat > conftest.$ac_ext <<EOF 7300 cat > conftest.$ac_ext <<EOF
7300#line 7300 "configure" 7301#line 7301 "configure"
7301#include "confdefs.h" 7302#include "confdefs.h"
7302 7303
7303#if HAVE_DLFCN_H 7304#if HAVE_DLFCN_H
7304#include <dlfcn.h> 7305#include <dlfcn.h>
7305#endif 7306#endif
8028MALLOC_TYPE=S 8029MALLOC_TYPE=S
8029support_addstrings=no 8030support_addstrings=no
8030support_frills=no 8031support_frills=no
8031support_linespace=no 8032support_linespace=no
8032support_inheritpixmap=no 8033support_inheritpixmap=no
8034support_tinting=no
8033support_keepscrolling=no 8035support_keepscrolling=no
8034support_selectionscrolling=no 8036support_selectionscrolling=no
8035support_menubar=no 8037support_menubar=no
8036support_mousewheel=no 8038support_mousewheel=no
8037support_mouseslipwheel=no 8039support_mouseslipwheel=no
8069 if test x$enableval = xyes; then 8071 if test x$enableval = xyes; then
8070 support_24bit=yes 8072 support_24bit=yes
8071 support_frills=yes 8073 support_frills=yes
8072 support_linespace=yes 8074 support_linespace=yes
8073 support_inheritpixmap=yes 8075 support_inheritpixmap=yes
8076 support_tinting=yes
8074 support_keepscrolling=yes 8077 support_keepscrolling=yes
8075 support_selectionscrolling=yes 8078 support_selectionscrolling=yes
8076 support_lastlog=yes 8079 support_lastlog=yes
8077 support_menubar=yes 8080 support_menubar=yes
8078 support_mousewheel=yes 8081 support_mousewheel=yes
8157 if test x$enableval = xyes -o x$enableval = xno; then 8160 if test x$enableval = xyes -o x$enableval = xno; then
8158 support_inheritpixmap=$enableval 8161 support_inheritpixmap=$enableval
8159 fi 8162 fi
8160fi; 8163fi;
8161 8164
8165# Check whether --enable-tinting or --disable-tinting was given.
8166if test "${enable_tinting+set}" = set; then
8167 enableval="$enable_tinting"
8168 if test x$enableval = xyes -o x$enableval = xno; then
8169 support_tinting=$enableval
8170 fi
8171fi;
8172
8162# Check whether --enable-menubar or --disable-menubar was given. 8173# Check whether --enable-menubar or --disable-menubar was given.
8163if test "${enable_menubar+set}" = set; then 8174if test "${enable_menubar+set}" = set; then
8164 enableval="$enable_menubar" 8175 enableval="$enable_menubar"
8165 if test x$enableval = xyes -o x$enableval = xno; then 8176 if test x$enableval = xyes -o x$enableval = xno; then
8166 support_menubar=$enableval 8177 support_menubar=$enableval
8848fi 8859fi
8849 8860
8850 8861
8851 8862
8852 8863
8864
8865if test "x$ac_path_x_has_been_run" != xyes; then
8853echo "$as_me:$LINENO: checking for X" >&5 8866 echo "$as_me:$LINENO: checking for X" >&5
8854echo $ECHO_N "checking for X... $ECHO_C" >&6 8867echo $ECHO_N "checking for X... $ECHO_C" >&6
8855 8868
8869ac_path_x_has_been_run=yes
8856 8870
8857# Check whether --with-x or --without-x was given. 8871# Check whether --with-x or --without-x was given.
8858if test "${with_x+set}" = set; then 8872if test "${with_x+set}" = set; then
8859 withval="$with_x" 8873 withval="$with_x"
8860 8874
8943 8957
8944/usr/openwin/include 8958/usr/openwin/include
8945/usr/openwin/share/include' 8959/usr/openwin/share/include'
8946 8960
8947if test "$ac_x_includes" = no; then 8961if test "$ac_x_includes" = no; then
8948 # Guess where to find include files, by looking for Intrinsic.h. 8962 # Guess where to find include files, by looking for a specified header file.
8949 # First, try using that file with no special directory specified. 8963 # First, try using that file with no special directory specified.
8950 cat >conftest.$ac_ext <<_ACEOF 8964 cat >conftest.$ac_ext <<_ACEOF
8951/* confdefs.h. */ 8965/* confdefs.h. */
8952_ACEOF 8966_ACEOF
8953cat confdefs.h >>conftest.$ac_ext 8967cat confdefs.h >>conftest.$ac_ext
9077 test "x$x_includes" = xNONE && x_includes=$ac_x_includes 9091 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9078 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries 9092 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9079 # Update the cache value to reflect the command line values. 9093 # Update the cache value to reflect the command line values.
9080 ac_cv_have_x="have_x=yes \ 9094 ac_cv_have_x="have_x=yes \
9081 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 9095 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
9096 # It might be that x_includes is empty (headers are found in the
9097 # standard search path. Then output the corresponding message
9098 ac_out_x_includes=$x_includes
9099 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
9082 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 9100 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
9083echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 9101echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
9084fi 9102fi
9085 9103
9104fi
9086if test "$no_x" = yes; then 9105if test "$no_x" = yes; then
9087 # Not all programs may use this symbol, but it does not hurt to define it. 9106 # Not all programs may use this symbol, but it does not hurt to define it.
9088 9107
9089cat >>confdefs.h <<\_ACEOF 9108cat >>confdefs.h <<\_ACEOF
9090#define X_DISPLAY_MISSING 1 9109#define X_DISPLAY_MISSING 1
16210if test $ac_cv_lib_xpg4_setlocale = yes; then 16229if test $ac_cv_lib_xpg4_setlocale = yes; then
16211 LIBS="$LIBS -lxpg4" 16230 LIBS="$LIBS -lxpg4"
16212fi 16231fi
16213 16232
16214 16233
16234if test x$support_tinting = xyes; then
16235
16236cat >>confdefs.h <<\_ACEOF
16237#define TINTING 1
16238_ACEOF
16239
16240fi
16215if test x$support_inheritpixmap = xyes; then 16241if test x$support_inheritpixmap = xyes; then
16216 16242
16217cat >>confdefs.h <<\_ACEOF 16243cat >>confdefs.h <<\_ACEOF
16218#define TRANSPARENT 1 16244#define TRANSPARENT 1
16219_ACEOF 16245_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines