From d330445fb7f84748e70e67ca5bc44ce0a1a258f7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 9 Jun 2016 15:55:33 -0400 Subject: Work with the new version of autothing. --- config.mk | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 414f761..5c45630 100644 --- a/config.mk +++ b/config.mk @@ -3,11 +3,14 @@ # differ. We're not a GNU package. ifeq ($(topsrcdir),) -topsrcdir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST)))) -endif + +topoutdir := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST)))) +topsrcdir := $(topoutdir) + +include $(topsrcdir)/build-aux/no-builtin-variables.mk PACKAGE = libretools -VERSION = $(LIBRETOOLS_VERSION) +VERSION = $(firstword $(LIBRETOOLS_VERSION) 0) DESTDIR = @@ -28,3 +31,5 @@ mandir = $(datarootdir)/man devtoolsdir = $(call abspath,$(topsrcdir)/../devtools-par) RONNFLAGS = --manual='libretools Manual' --organization='Parabola' + +endif -- cgit v1.2.2