aboutsummaryrefslogtreecommitdiff
path: root/am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-05-13 23:43:07 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-05-13 23:43:07 +0300
commit3b336240d9ac05bac621568b95086dbff2371acd (patch)
treec4a1f208ce8f33300f7e31811b79aa921f9e357e /am
parent4c1056b45580fcb687cac656834f42dd9fba4ae8 (diff)
downloadgrecs-3b336240d9ac05bac621568b95086dbff2371acd.tar.gz
grecs-3b336240d9ac05bac621568b95086dbff2371acd.tar.bz2
Improvements in git2chg.awk and grecs setup sequence.
* build-aux/git2chg.awk: New configuration variables: since=YYYY-MM-DD, to cut off entries earlier than the given date, and append=FILE, to append FILE to the generated ChangeLog. * am/grecs.m4 (GRECS_HOST_PROJECT_INCLUDES): New substitution variable. * src/Make.am (INCLUDES): Expand GRECS_HOST_PROJECT_INCLUDES. * tests/Makefile.am: Likewise.
Diffstat (limited to 'am')
-rw-r--r--am/grecs.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/am/grecs.m4 b/am/grecs.m4
index ce6d077..0d1b03d 100644
--- a/am/grecs.m4
+++ b/am/grecs.m4
@@ -161,2 +161,3 @@ AC_DEFUN([GRECS_SETUP],[
AC_SUBST([GRECS_INCLUDES],['-I$(top_srcdir)/]grecsdir[src]')
+ AC_SUBST([GRECS_HOST_PROJECT_INCLUDES])
_GRECS_OPTION_SWITCH([install],[

Return to:

Send suggestions and report system problems to the System administrator.