From 86fd0f9f8e9d190843bd9aba8d6425e12b48ad97 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Sat, 24 Jan 2004 19:34:37 +0000 Subject: updated this to reflect this big change removed this test as it does not 2004-01-24 Dodji Seketeli * 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. --- ChangeLog | 3 +++ autogen.sh | 2 +- tests/test-output-refs/test7.out | 0 3 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 tests/test-output-refs/test7.out 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 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 -- cgit v1.2.1