aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-03-10 09:57:47 +0100
committerGuido Günther <agx@sigxcpu.org>2014-03-10 10:29:01 +0100
commit1b38625628edf159668f30b95a1badb248baa4e6 (patch)
tree0dcbfd27cb1f3de233dba2f415463d0e34edb235 /autogen.sh
parent68dcd1e4fe6520d757bd4c2bc0d13dc0271fb77f (diff)
Make the code match the docs
We should be able to include libplanfahr via #incluce <libplanfahr/libplanfahr.h> only
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