summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-04-12 16:55:17 +0000
commitc54d0948db7f30fd06b97d146dc1e4db6be13c40 (patch)
tree67d182c485094d8ff7d93f38d88ca8b40de1aafb /autogen.sh
parent17114030e0e37f93682c903dd818da1f0e2e6f6b (diff)
downloadlibcroco-c54d0948db7f30fd06b97d146dc1e4db6be13c40.tar.gz
a big tree cleanup to organised the sources component-wise.
Dodji.
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 f7d81f1..3466355 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/cr-parser.h) || {
+ && test -f $srcdir/src/parser/cr-parser.h) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1