From 3f6a10ef117843758448e68fabfdc2619013d96b Mon Sep 17 00:00:00 2001 From: jeroen Date: Wed, 9 May 2007 21:24:33 +0000 Subject: [PATCH] 2007-05-09 Jeroen Dekkers * Makefile.in: Add the datarootdir autoconf variable. --- ChangeLog | 4 ++++ Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28c8af2e0..aea205f17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-09 Jeroen Dekkers + + * Makefile.in: Add the datarootdir autoconf variable. + 2007-05-09 Robert Millan * util/i386/pc/grub-probe.c (probe): When detecting partition map, diff --git a/Makefile.in b/Makefile.in index a0beebb3a..b2bb0d429 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # -*- makefile -*- # -# Copyright (C) 1994,1995,1996,1997,1998,1999,2000,2001,2002,2004,2005,2006 Free Software Foundation, Inc. +# Copyright (C) 1994,1995,1996,1997,1998,1999,2000,2001,2002,2004,2005,2006,2007 Free Software Foundation, Inc. # # This Makefile.in is free software; the author # gives unlimited permission to copy and/or distribute it, @@ -28,6 +28,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ +datarootdir = @datarootdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@