From 3f149d7293f5ce37c8211d8d51ea3665e077272f Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Thu, 1 Feb 2007 13:42:43 +0000 Subject: [PATCH] Adhere to the new GNU Coding Standards, avoiding a warning with autoconf 2.59c and later --- mk/config.mk.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index 3718485..ef0c479 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -508,6 +508,7 @@ FPTOOLS_TOP_ABS_PLATFORM = @hardtop_plat@ # passing through, we might as well set them. prefix = @prefix@ +datarootdir = @datarootdir@ exec_prefix = @exec_prefix@ bindir = @bindir@ datadir0 = @datadir@ -- 1.7.10.4