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

Comparing rxvt-unicode/configure (file contents):
Revision 1.114 by ayin, Wed Oct 31 12:00:52 2007 UTC vs.
Revision 1.115 by ayin, Mon Nov 5 01:04:43 2007 UTC

9636_ACEOF 9636_ACEOF
9637 9637
9638 9638
9639 9639
9640 9640
9641
9642
9643for ac_func in \ 9641for ac_func in unsetenv
9644 unsetenv \
9645 setutent \
9646 on_exit \
9647
9648do 9642do
9649as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9643as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9650{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9644{ echo "$as_me:$LINENO: checking for $ac_func" >&5
9651echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9645echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9652if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9646if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9791 9785
9792 9786
9793 9787
9794 9788
9795for ac_func in \ 9789for ac_func in \
9796 ttyslot \
9797 updwtmp \ 9790 updwtmp \
9798 updwtmpx \ 9791 updwtmpx \
9792 updlastlogx \
9799 9793
9800do 9794do
9801as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9795as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9802{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9796{ echo "$as_me:$LINENO: checking for $ac_func" >&5
9803echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9797echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11224 11218
11225cat >>confdefs.h <<_ACEOF 11219cat >>confdefs.h <<_ACEOF
11226#define LASTLOG_FILE "$path_lastlog" 11220#define LASTLOG_FILE "$path_lastlog"
11227_ACEOF 11221_ACEOF
11228 11222
11229 if test -d "$path_lastlog"; then
11230
11231cat >>confdefs.h <<\_ACEOF
11232#define LASTLOG_IS_DIR 1
11233_ACEOF
11234
11235 fi
11236fi 11223fi
11237 11224
11238{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5 11225{ echo "$as_me:$LINENO: checking where lastlogx is located" >&5
11239echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; } 11226echo $ECHO_N "checking where lastlogx is located... $ECHO_C" >&6; }
11240if test "${path_lastlogx+set}" = set; then 11227if test "${path_lastlogx+set}" = set; then
11321_ACEOF 11308_ACEOF
11322 11309
11323fi 11310fi
11324 11311
11325 11312
11326
11327{ echo "$as_me:$LINENO: checking where ttys/ttytab is located" >&5
11328echo $ECHO_N "checking where ttys/ttytab is located... $ECHO_C" >&6; }
11329if test "${rxvt_cv_path_ttytab+set}" = set; then
11330 echo $ECHO_N "(cached) $ECHO_C" >&6
11331else
11332 for ttys_file in /etc/ttys /etc/ttytab;
11333do
11334 if test -f "$ttys_file" ; then
11335 rxvt_cv_path_ttytab=$ttys_file
11336 break
11337 fi
11338done
11339
11340fi
11341{ echo "$as_me:$LINENO: result: $rxvt_cv_path_ttytab" >&5
11342echo "${ECHO_T}$rxvt_cv_path_ttytab" >&6; }
11343if test x$rxvt_cv_path_ttytab != x; then
11344
11345cat >>confdefs.h <<_ACEOF
11346#define TTYTAB_FILENAME "$rxvt_cv_path_ttytab"
11347_ACEOF
11348
11349fi
11350 11313
11351 11314
11352save_LIBS=$LIBS 11315save_LIBS=$LIBS
11353save_CFLAGS=$CFLAGS 11316save_CFLAGS=$CFLAGS
11354CFLAGS="$CFLAGS $X_CFLAGS" 11317CFLAGS="$CFLAGS $X_CFLAGS"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines