Index: host/trunk/empath/trunk/configure.ac
===================================================================
--- host/trunk/empath/trunk/configure.ac	(revision 3252)
+++ host/trunk/empath/trunk/configure.ac	(working copy)
@@ -54,7 +54,9 @@
 dnl *****************
 dnl apt
 dnl *****************
-AC_CHECK_HEADERS(apt-pkg/pkgcache.h )
+AC_LANG_PUSH(C++)
+AC_CHECK_HEADERS([apt-pkg/init.h],[],[AC_MSG_ERROR([apt-pkg/init.h not found, install libapt-pkg-dev])])
+AC_LANG_POP
 
 dnl ******************************
 dnl Defaults for GCC
Index: README
===================================================================
--- README	(revision 3252)
+++ README	(working copy)
@@ -15,7 +15,7 @@
 svn-buildpackage -us -uc -rfakeroot
 
 To build empath:
-cd host/trunk/emdebian-tools/trunk
+cd host/trunk/empath/trunk
 ./autogen.sh
 ./configure --enable-error-on-warning
 make
