]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2007-05-09 Jeroen Dekkers <jeroen@dekkers.cx>
authorjeroen <jeroen@localhost>
Wed, 9 May 2007 21:24:33 +0000 (21:24 +0000)
committerjeroen <jeroen@localhost>
Wed, 9 May 2007 21:24:33 +0000 (21:24 +0000)
* Makefile.in: Add the datarootdir autoconf variable.

ChangeLog
Makefile.in

index 28c8af2e0153b3339a8ff4c0142776e480be1fad..aea205f17e9e03c153863fd37acd510ab0c5c0a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-09  Jeroen Dekkers  <jeroen@dekkers.cx>
+
+       * Makefile.in: Add the datarootdir autoconf variable.
+
 2007-05-09  Robert Millan  <rmh@aybabtu.com>
 
        * util/i386/pc/grub-probe.c (probe): When detecting partition map,
index a0beebb3a04fb9ab31adfa2a2a072d0532452b8f..b2bb0d429b128b5d6ed43ecf68964c5c962fd671 100644 (file)
@@ -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@