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

Comparing rxvt-unicode/configure (file contents):
Revision 1.21 by pcg, Sun Mar 14 23:14:37 2004 UTC vs.
Revision 1.22 by pcg, Wed Mar 17 03:07:35 2004 UTC

3279LINKER=$LINKER 3279LINKER=$LINKER
3280 3280
3281 3281
3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE" 3282CPPFLAGS="-D_GNU_SOURCE -D_XOPEN_SOURCE"
3283 3283
3284if test x$GXX = xyes; then
3285 CXXFLAGS="$CXXFLAGS -fno-exceptions"
3286fi
3287 3284
3288ac_ext=cc 3285ac_ext=cc
3289ac_cpp='$CXXCPP $CPPFLAGS' 3286ac_cpp='$CXXCPP $CPPFLAGS'
3290ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3287ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3291ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3288ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5033# Some flags need to be propagated to the compiler or linker for good 5030# Some flags need to be propagated to the compiler or linker for good
5034# libtool support. 5031# libtool support.
5035case "$host" in 5032case "$host" in
5036*-*-irix6*) 5033*-*-irix6*)
5037 # Find out which ABI we are using. 5034 # Find out which ABI we are using.
5038 echo '#line 5038 "configure"' > conftest.$ac_ext 5035 echo '#line 5035 "configure"' > conftest.$ac_ext
5039 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5036 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5040 (eval $ac_compile) 2>&5 5037 (eval $ac_compile) 2>&5
5041 ac_status=$? 5038 ac_status=$?
5042 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5043 (exit $ac_status); }; then 5040 (exit $ac_status); }; then
5584# builds. 5581# builds.
5585chmod -w . 5582chmod -w .
5586save_CFLAGS="$CFLAGS" 5583save_CFLAGS="$CFLAGS"
5587CFLAGS="$CFLAGS -o out/conftest2.$ac_objext" 5584CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
5588compiler_c_o=no 5585compiler_c_o=no
5589if { (eval echo configure:5589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then 5586if { (eval echo configure:5586: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
5590 # The compiler can only warn and ignore the option if not recognized 5587 # The compiler can only warn and ignore the option if not recognized
5591 # So say no if there are warnings 5588 # So say no if there are warnings
5592 if test -s out/conftest.err; then 5589 if test -s out/conftest.err; then
5593 compiler_c_o=no 5590 compiler_c_o=no
5594 else 5591 else
7200 lt_cv_dlopen_self=cross 7197 lt_cv_dlopen_self=cross
7201else 7198else
7202 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7199 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7203 lt_status=$lt_dlunknown 7200 lt_status=$lt_dlunknown
7204 cat > conftest.$ac_ext <<EOF 7201 cat > conftest.$ac_ext <<EOF
7205#line 7205 "configure" 7202#line 7202 "configure"
7206#include "confdefs.h" 7203#include "confdefs.h"
7207 7204
7208#if HAVE_DLFCN_H 7205#if HAVE_DLFCN_H
7209#include <dlfcn.h> 7206#include <dlfcn.h>
7210#endif 7207#endif
7298 lt_cv_dlopen_self_static=cross 7295 lt_cv_dlopen_self_static=cross
7299else 7296else
7300 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 7297 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
7301 lt_status=$lt_dlunknown 7298 lt_status=$lt_dlunknown
7302 cat > conftest.$ac_ext <<EOF 7299 cat > conftest.$ac_ext <<EOF
7303#line 7303 "configure" 7300#line 7300 "configure"
7304#include "confdefs.h" 7301#include "confdefs.h"
7305 7302
7306#if HAVE_DLFCN_H 7303#if HAVE_DLFCN_H
7307#include <dlfcn.h> 7304#include <dlfcn.h>
7308#endif 7305#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines