1 10596 jefftsai --- configure.in.old 2007-02-15 13:59:41.872687000 +0800 2 10596 jefftsai +++ configure.in 2007-02-15 13:58:54.165435000 +0800 3 10596 jefftsai @@ -58,6 +58,7 @@ 4 10596 jefftsai AC_C_INLINE 5 10596 jefftsai AM_PROG_LEX 6 10596 jefftsai AC_PROG_YACC 7 10596 jefftsai +AC_PROG_AWK 8 10596 jefftsai case $YACC in 9 10596 jefftsai *yacc*) 10 10596 jefftsai AC_MSG_ERROR(You need bison to build Evolution) 11 10596 jefftsai @@ -1583,7 +1584,7 @@ 12 10596 jefftsai # Get the version of the DBus API, so we can hack around API changes until the API stabilises: 13 10596 jefftsai # multiply by 1000 to convert decimal to integer; so e.g. 0.31 become 310 14 10596 jefftsai # since preprocessor values must be integral 15 10596 jefftsai - DBUS_VERSION="`$PKG_CONFIG --modversion dbus-1 | awk '{print 1000 * $1}'`" 16 10596 jefftsai + DBUS_VERSION="`$PKG_CONFIG --modversion dbus-1 | $AWK '{print 1000 * $1}'`" 17 10596 jefftsai AC_SUBST(DBUS_VERSION) 18 10596 jefftsai else 19 10596 jefftsai plugins_enabled=`echo $plugins_enabled | sed -e "s/new-mail-notify//g"` 20