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.76 by root, Tue Jan 17 12:22:59 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 10148
10147 10156
10148 10157
10149 10158
10150 10159
10151for ac_func in \ 10160for ac_func in \
10161 atexit \
10152 revoke \ 10162 revoke \
10153 unsetenv \ 10163 unsetenv \
10154 setutent \ 10164 setutent \
10155 seteuid \ 10165 seteuid \
10156 setreuid \ 10166 setreuid \
10167 setsid \
10168 setpgrp \
10169 setpgid \
10157 _getpty \ 10170 _getpty \
10158 getpt \ 10171 getpt \
10159 posix_openpt \ 10172 posix_openpt \
10160 grantpt \ 10173 grantpt \
10161 unlockpt \ 10174 unlockpt \
13516 # Handling of arguments. 13529 # Handling of arguments.
13517 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13530 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13518 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 13531 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13519 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 13532 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13520 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;; 13533 "src/rxvtlib.h" ) CONFIG_FILES="$CONFIG_FILES src/rxvtlib.h" ;;
13521 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:autoconf/config.h.in" ;; 13534 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.h.in" ;;
13522 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 13535 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
13523echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13536echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13524 { (exit 1); exit 1; }; };; 13537 { (exit 1); exit 1; }; };;
13525 esac 13538 esac
13526done 13539done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines