aumix (2.8-4) unstable; urgency=low * Added support for autoconf 2.5 (11_autoconf25.patch). --- aumix-2.8-orig/configure.in 2002-11-25 02:04:16.000000000 +0100 +++ aumix-2.8/configure.in 2003-09-21 18:53:03.000000000 +0200 @@ -82,9 +82,9 @@ ) AC_ARG_WITH(sysmouse, [ --without-sysmouse Compile only without sysmouse support], - AC_MSG_RESULT([Compiling without sysmouse support]), + [AC_MSG_RESULT([Compiling without sysmouse support])], dnl Checks for sysmouse availability. - AC_CHECK_HEADERS(sys/consio.h machine/console.h, break) + [AC_CHECK_HEADERS(sys/consio.h machine/console.h, break) AC_CACHE_CHECK([for CONS_MOUSECTL], aumix_cv_cons_mousectl, [AC_EGREP_CPP([A mouse is a mouse is a mouse], @@ -101,7 +101,7 @@ AC_DEFINE(HAVE_SYSMOUSE, 1, [Define this if you have sysmouse console mouse support and want to use it.]) - fi + fi] ) ]) AM_CONDITIONAL(CURSES, test "x$CURSLIB" != "x")