summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xautogen.sh2
-rw-r--r--tests/test-output-refs/test7.out0
3 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bfe5bc1..d204940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
xml rendering/layout engine.
Libcroco now needs libxml2 and glib only.
Sewfox need libgnomecanvas2.
+ * autogen.sh: updated this to reflect this big change
+ * tests/test-output-refs/test7.out: removed this test
+ as it does not belong to libcroco anymore.
2004-01-16 Dodji Seketeli <dodji@gnome.org>
diff --git a/autogen.sh b/autogen.sh
index 3466355..f7d81f1 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ PKG_NAME="libcroco"
(test -f $srcdir/configure.in \
&& test -f $srcdir/README \
- && test -f $srcdir/src/parser/cr-parser.h) || {
+ && test -f $srcdir/src/cr-parser.h) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1
diff --git a/tests/test-output-refs/test7.out b/tests/test-output-refs/test7.out
deleted file mode 100644
index e69de29..0000000
--- a/tests/test-output-refs/test7.out
+++ /dev/null