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

Comparing rxvt-unicode/configure (file contents):
Revision 1.74 by root, Tue Jan 17 09:07:40 2006 UTC vs.
Revision 1.77 by root, Tue Jan 17 15:41:32 2006 UTC

1370 1370
1371 1371
1372 1372
1373 1373
1374 1374
1375 ac_config_headers="$ac_config_headers config.h:config.h.in"
1376
1377
1375ac_aux_dir= 1378ac_aux_dir=
1376for ac_dir in autoconf $srcdir/autoconf; do 1379for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1377 if test -f $ac_dir/install-sh; then 1380 if test -f $ac_dir/install-sh; then
1378 ac_aux_dir=$ac_dir 1381 ac_aux_dir=$ac_dir
1379 ac_install_sh="$ac_aux_dir/install-sh -c" 1382 ac_install_sh="$ac_aux_dir/install-sh -c"
1380 break 1383 break
1381 elif test -f $ac_dir/install.sh; then 1384 elif test -f $ac_dir/install.sh; then
1387 ac_install_sh="$ac_aux_dir/shtool install -c" 1390 ac_install_sh="$ac_aux_dir/shtool install -c"
1388 break 1391 break
1389 fi 1392 fi
1390done 1393done
1391if test -z "$ac_aux_dir"; then 1394if test -z "$ac_aux_dir"; then
1392 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&5 1395 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1393echo "$as_me: error: cannot find install-sh or install.sh in autoconf $srcdir/autoconf" >&2;} 1396echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1394 { (exit 1); exit 1; }; } 1397 { (exit 1); exit 1; }; }
1395fi 1398fi
1396ac_config_guess="$SHELL $ac_aux_dir/config.guess" 1399ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1397ac_config_sub="$SHELL $ac_aux_dir/config.sub" 1400ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1398ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. 1401ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1399
1400 ac_config_headers="$ac_config_headers config.h:autoconf/config.h.in"
1401
1402 1402
1403# Make sure we can run config.sub. 1403# Make sure we can run config.sub.
1404$ac_config_sub sun4 >/dev/null 2>&1 || 1404$ac_config_sub sun4 >/dev/null 2>&1 ||
1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 1405 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1406echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1406echo "$as_me: error: cannot run $ac_config_sub" >&2;}
10130#define RETSIGTYPE $ac_cv_type_signal 10130#define RETSIGTYPE $ac_cv_type_signal
10131_ACEOF 10131_ACEOF
10132 10132
10133 10133
10134 10134
10135case "$host_alias" in
10136 *ultrix) ac_cv_func_setsid='no' ;;
10137 *) break;;
10138esac
10139
10140
10141
10142
10143 10135
10144 10136
10145 10137
10146 10138
10147 10139
10156 10148
10157 10149
10158 10150
10159 10151
10160for ac_func in \ 10152for ac_func in \
10161 atexit \
10162 revoke \ 10153 revoke \
10163 unsetenv \ 10154 unsetenv \
10164 setutent \ 10155 setutent \
10165 seteuid \ 10156 seteuid \
10157 setresuid \
10166 setreuid \ 10158 setreuid \
10167 setsid \
10168 setpgrp \
10169 setpgid \
10170 _getpty \ 10159 _getpty \
10171 getpt \ 10160 getpt \
10172 posix_openpt \ 10161 posix_openpt \
10173 grantpt \ 10162 grantpt \
10174 unlockpt \ 10163 unlockpt \
11898 11887
11899cat >>confdefs.h <<\_ACEOF 11888cat >>confdefs.h <<\_ACEOF
11900#define HAVE_UNIX_FDPASS 1 11889#define HAVE_UNIX_FDPASS 1
11901_ACEOF 11890_ACEOF
11902 11891
11892else
11893 { { echo "$as_me:$LINENO: error: urxvt requires unix-compliant filehandle passing ability" >&5
11894echo "$as_me: error: urxvt requires unix-compliant filehandle passing ability" >&2;}
11895 { (exit 1); exit 1; }; }
11903fi 11896fi
11904 11897
11905echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11898echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11906echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11899echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11907if test "${rxvt_broken_ximcb+set}" = set; then 11900if test "${rxvt_broken_ximcb+set}" = set; then
12869 PERL_O=rxvtperl.o 12862 PERL_O=rxvtperl.o
12870 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 12863 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12871 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 12864 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12872 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 12865 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12873 else 12866 else
12874 support_perl=no
12875 echo "$as_me:$LINENO: result: no, unable to link" >&5 12867 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12876echo "${ECHO_T}no, unable to link" >&6 12868echo "$as_me: error: no, unable to link" >&2;}
12869 { (exit 1); exit 1; }; }
12877 fi 12870 fi
12878 else 12871 else
12879 { { echo "$as_me:$LINENO: error: no working perl found" >&5 12872 { { echo "$as_me:$LINENO: error: no working perl found, or perl not version >= 5.8" >&5
12880echo "$as_me: error: no working perl found" >&2;} 12873echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12881 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 12874 { (exit 1); exit 1; }; }
12882 support_perl=no
12883 fi 12875 fi
12884fi 12876fi
12885 12877
12886 12878
12887 12879
13529 # Handling of arguments. 13521 # Handling of arguments.
13530 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13522 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13531 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13523 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13532 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13524 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13533 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13525 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13534 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13526 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13535 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13527 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13536echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13528echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13537 { (exit 1); exit 1; }; };; 13529 { (exit 1); exit 1; }; };;
13538 esac 13530 esac
13539done 13531done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines