diff --git a/ChangeLog b/ChangeLog index 30c4c8183..39447c4ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-07-12 Alexandre Duret-Lutz + * m4/lbtt.m4: Run lbtt-translate, not lbtt. + * iface/gspn/gspn.cc: Include cassert. 2003-07-10 Alexandre Duret-Lutz diff --git a/m4/lbtt.m4 b/m4/lbtt.m4 index bd33dc821..2bfd07f23 100644 --- a/m4/lbtt.m4 +++ b/m4/lbtt.m4 @@ -2,13 +2,13 @@ AC_DEFUN([AX_CHECK_LBTT], [ AC_ARG_WITH([included-lbtt], [AC_HELP_STRING([--with-included-lbtt], [use the LBTT program inclued here])]) - AS_IF([AM_RUN_LOG([lbtt --help | grep spot])], + AS_IF([AM_RUN_LOG([lbtt-translate --help | grep spot])], [need_included_lbtt=no], [need_included_lbtt=yes]) if test "$need_included_lbtt" = yes; then if test "$with_included_lbtt" = no; then - AC_MSG_ERROR([Cannot find lbtt. Please install lbtt first, + AC_MSG_ERROR([Cannot find lbtt. Please install lbtt first, or configure with --with-included-lbtt]) else with_included_lbtt=yes