From f24ceff2838be2adbd5bb6b91510706c541b0116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 8 Dec 2008 21:17:21 +0100 Subject: [PATCH] Make `config.status' happier. * guile-tools.in (datarootdir): New variable, needed since `pkgdatadir' may refer to `${datarootdir}'. --- guile-tools.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guile-tools.in b/guile-tools.in index a4db08f02..fc4b1274b 100644 --- a/guile-tools.in +++ b/guile-tools.in @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc. +# Copyright (C) 2001, 2003, 2006, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -43,6 +43,7 @@ EOF } prefix="@prefix@" +datarootdir="@datarootdir@" pkgdatadir="@datadir@/@PACKAGE@" guileversion="@GUILE_EFFECTIVE_VERSION@" default_scriptsdir=$pkgdatadir/$guileversion/scripts