aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
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 1c0f8f3..38d9f9e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ REQUIRED_INTLTOOL_VERSION=0.35.0
PKG_NAME=planfahr
(test -f $srcdir/configure.ac \
- && test -f $srcdir/src/libplanfahr.h) || {
+ && test -f $srcdir/libplanfahr/libplanfahr.h) || {
echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
echo " top-level $PKG_NAME directory"
exit 1