Skip to content

Commit

Permalink
[Template merge] Update valency file variable to follow giella-core
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Feb 13, 2023
1 parent 7d01bbb commit fb6a071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion m4/giella-macros.m4
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ AC_MSG_RESULT([$GIELLA_CORE])
###############################################################
### This is the version of the Giella Core that we require. ###
### UPDATE AS NEEDED.
_giella_core_min_version=0.18.0
_giella_core_min_version=0.18.1
# GIELLA_CORE/GTCORE env. variable, required by the infrastructure to find scripts:
AC_ARG_VAR([GIELLA_CORE], [directory for the Giella infra core scripts and other required resources])
Expand Down
2 changes: 1 addition & 1 deletion tools/grammarcheckers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIELLA_GC_WHSPACE_ANAL_SRC=analyser-gt-whitespace.regex
GIELLA_GC_DISAMBIGUATOR_SRC=disambiguator.cg3

# If a valency file is used, specify its name here:
GIELLA_GC_VALENCY=
GIELLA_GC_VALENCY_SRC=

# If there are additional, language specific files used in the GC archive,
# specify here:
Expand Down

0 comments on commit fb6a071

Please sign in to comment.