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

Comparing rxvt-unicode/configure (file contents):
Revision 1.75 by root, Tue Jan 17 11:53:07 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;}
10146 10146
10147 10147
10148 10148
10149 10149
10150 10150
10151
10151for ac_func in \ 10152for ac_func in \
10152 revoke \ 10153 revoke \
10153 unsetenv \ 10154 unsetenv \
10154 setutent \ 10155 setutent \
10155 seteuid \ 10156 seteuid \
10157 setresuid \
10156 setreuid \ 10158 setreuid \
10157 _getpty \ 10159 _getpty \
10158 getpt \ 10160 getpt \
10159 posix_openpt \ 10161 posix_openpt \
10160 grantpt \ 10162 grantpt \
11885 11887
11886cat >>confdefs.h <<\_ACEOF 11888cat >>confdefs.h <<\_ACEOF
11887#define HAVE_UNIX_FDPASS 1 11889#define HAVE_UNIX_FDPASS 1
11888_ACEOF 11890_ACEOF
11889 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; }; }
11890fi 11896fi
11891 11897
11892echo "$as_me:$LINENO: checking for broken XIM callback" >&5 11898echo "$as_me:$LINENO: checking for broken XIM callback" >&5
11893echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6 11899echo $ECHO_N "checking for broken XIM callback... $ECHO_C" >&6
11894if test "${rxvt_broken_ximcb+set}" = set; then 11900if test "${rxvt_broken_ximcb+set}" = set; then
12856 PERL_O=rxvtperl.o 12862 PERL_O=rxvtperl.o
12857 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`" 12863 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts`"
12858 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 12864 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
12859 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 12865 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
12860 else 12866 else
12861 support_perl=no
12862 echo "$as_me:$LINENO: result: no, unable to link" >&5 12867 { { echo "$as_me:$LINENO: error: no, unable to link" >&5
12863echo "${ECHO_T}no, unable to link" >&6 12868echo "$as_me: error: no, unable to link" >&2;}
12869 { (exit 1); exit 1; }; }
12864 fi 12870 fi
12865 else 12871 else
12866 { { 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
12867echo "$as_me: error: no working perl found" >&2;} 12873echo "$as_me: error: no working perl found, or perl not version >= 5.8" >&2;}
12868 { (exit or perl not version >= 5.8); exit or perl not version >= 5.8; }; } 12874 { (exit 1); exit 1; }; }
12869 support_perl=no
12870 fi 12875 fi
12871fi 12876fi
12872 12877
12873 12878
12874 12879
13516 # Handling of arguments. 13521 # Handling of arguments.
13517 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13522 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13518 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13523 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13519 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13524 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13520 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13525 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13521 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13526 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13522 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13527 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13523echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13528echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13524 { (exit 1); exit 1; }; };; 13529 { (exit 1); exit 1; }; };;
13525 esac 13530 esac
13526done 13531done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines