gns_ua: (Default)
gns_ua ([personal profile] gns_ua) wrote2007-02-12 05:45 pm

сборка eterm


checking for Linux 2.1 or higher... yes
checking if we should enable name reporting escape sequences... no
checking for life_signs in -lKenny... no
Oh my god, they killed Kenny! You bastards!
configure: creating ./config.status
config.status: creating Makefile


Потому что в configure.in стоит:

dnl# Enable/disable humor
AC_ARG_WITH(sense-of-humor, [ --without-sense-of-humor Specify this if you have no sense of humor], [
if test "$withval" = "no"; then
HUMOR=none
fi
])

if test -z "$HUMOR"; then
AC_CHECK_LIB(Kenny, life_signs, , [
echo " Oh my god, they killed Kenny! You bastards!"
AC_DEFINE(HAVE_HUMOR, 1, [Defined if user has a sense of humor.])
])
fi