aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-09-25 17:17:09 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-09-25 17:17:09 +0300
commitd51e1365118ce87016a39bd94437e31b35b8d307 (patch)
treec9d1b1f7184d50724be34ca5f01613114c28e0d6
parent221833bde252955e7cbcef913e26ccb2aec9b7fc (diff)
downloadgrecs-d51e1365118ce87016a39bd94437e31b35b8d307.tar.gz
grecs-d51e1365118ce87016a39bd94437e31b35b8d307.tar.bz2
Fix VPATH builds.
* am/grecs.m4 (GRECS_SETUP): Fix GRECS_INCLUDES
-rw-r--r--am/grecs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/am/grecs.m4 b/am/grecs.m4
index 1b1b060..1c1a412 100644
--- a/am/grecs.m4
+++ b/am/grecs.m4
@@ -195,7 +195,7 @@ AC_DEFUN([GRECS_SETUP],[
AC_SUBST([GRECS_CHANGELOG])
AC_SUBST([GRECS_DISTCK_AT])
AC_SUBST([GRECS_README])
- AC_SUBST([GRECS_INCLUDES],['-I$(top_srcdir)/]grecsdir[src]')
+ AC_SUBST([GRECS_INCLUDES],['-I$(top_srcdir)/]grecsdir[src] [-I$(top_builddir)/]grecsdir[src]')
AC_SUBST([GRECS_HOST_PROJECT_INCLUDES])
AC_SUBST([GRECS_DISTDOC])
AC_SUBST([GRECS_INCLUDE_DIR],['$(pkgincludedir)'])

Return to:

Send suggestions and report system problems to the System administrator.