Забавно. Собираю программу
geany. В выводе configure скрипта вижу:
checking whether the force is with you... no
В configure.in:
# just for a laugh (it has absolutely no effect)
AC_ARG_ENABLE(the-force, AC_HELP_STRING([--enable-the-force],
[enable if you are Luke Skywalker and the force is with you [[default=no]]]), [be_luke="$enableval"], [be_luke="no"])
AC_MSG_CHECKING([whether the force is with you])
if test "x$be_luke" = "xyes"; then
. AC_MSG_RESULT([yes])
else
. AC_MSG_RESULT([no])
fi
Улыбнуло.
Также запостил в
programmers_fun.