Revert directory structure changes
diff --git a/autogen.sh b/autogen.sh
index 28088eb..e5a30eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -36,7 +36,7 @@
 	exit 1
 fi
 
-test -f libxml/entities.h || {
+test -f entities.h || {
 	echo "You must run this script in the top-level libxml directory"
 	exit 1
 }