1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Make `config.status' happier.

* guile-tools.in (datarootdir): New variable, needed since `pkgdatadir'
  may refer to `${datarootdir}'.
This commit is contained in:
Ludovic Courtès 2008-12-08 21:17:21 +01:00
parent b2b91068a4
commit f24ceff283

View file

@ -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