summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-01-30 02:45:23 +0100
committerBruno Haible <bruno@clisp.org>2023-01-30 02:45:23 +0100
commit219e21c7799972538eff55ebddf0e5380efc904b (patch)
tree3754b148c7d05d7f843a4094c2858e2ecb681b0c /top
parent522aea1093a598246346b3e1c426505c344fe19a (diff)
downloadgnulib-219e21c7799972538eff55ebddf0e5380efc904b.tar.gz
maintainer-makefile: Determine gnulib's location on disk correctly.
* top/maint.mk (gnulib_dir): Give priority to $(GNULIB_SRCDIR) over $(srcdir)/gnulib.
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/top/maint.mk b/top/maint.mk
index 034e25be3d..44f3db9d9d 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -64,10 +64,10 @@ VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
# You can override this variable in cfg.mk if your gnulib submodule lives
# in a different location.
-gnulib_dir ?= $(shell if test -f $(srcdir)/gnulib/gnulib-tool; then \
- echo $(srcdir)/gnulib; \
+gnulib_dir ?= $(shell if test -n "$(GNULIB_SRCDIR)" && test -f "$(GNULIB_SRCDIR)/gnulib-tool"; then \
+ echo "$(GNULIB_SRCDIR)"; \
else \
- echo ${GNULIB_SRCDIR}; \
+ echo $(srcdir)/gnulib; \
fi)
# You can override this variable in cfg.mk to set your own regexp