summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@gnome.org>2004-01-24 19:34:37 +0000
committerDodji Seketeli <dodji@src.gnome.org>2004-01-24 19:34:37 +0000
commit86fd0f9f8e9d190843bd9aba8d6425e12b48ad97 (patch)
tree82770a7ddc6cc33a43c60244a972a668a5b271cd /autogen.sh
parentd058779c836ec6ac56721581dd44d1dd91d3206c (diff)
downloadlibcroco-86fd0f9f8e9d190843bd9aba8d6425e12b48ad97.tar.gz
updated this to reflect this big change removed this test as it does not
2004-01-24 Dodji Seketeli <dodji@gnome.org> * 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.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
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