From 5ec91ec91456cd9d666e376353cc736abf4617d0 Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Thu, 24 Jan 2008 12:10:31 -0800 Subject: [PATCH] Add datarootdir to makefiles It seems that later versions of autoconf expect datarootdir to be use and set. --- Makefile.in | 1 + driver-vpi/Makefile.in | 1 + driver/Makefile.in | 1 + vvp/Makefile.in | 1 + 4 files changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 4d494bd4a..189ebeb74 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,6 +30,7 @@ VERSION = 0.9.devel prefix = @prefix@ exec_prefix = @exec_prefix@ srcdir = @srcdir@ +datarootdir = @datarootdir@ SUBDIRS = @subdirs@ diff --git a/driver-vpi/Makefile.in b/driver-vpi/Makefile.in index d166d562f..f9cd6def6 100644 --- a/driver-vpi/Makefile.in +++ b/driver-vpi/Makefile.in @@ -26,6 +26,7 @@ VERSION = 0.8.3 prefix = @prefix@ exec_prefix = @exec_prefix@ srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = $(srcdir) diff --git a/driver/Makefile.in b/driver/Makefile.in index 585922d35..c3bbca5ed 100644 --- a/driver/Makefile.in +++ b/driver/Makefile.in @@ -26,6 +26,7 @@ VERSION = 0.8 prefix = @prefix@ exec_prefix = @exec_prefix@ srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = $(srcdir) diff --git a/vvp/Makefile.in b/vvp/Makefile.in index b2123cb16..5998e85a5 100644 --- a/vvp/Makefile.in +++ b/vvp/Makefile.in @@ -24,6 +24,7 @@ SHELL = /bin/sh prefix = @prefix@ exec_prefix = @exec_prefix@ srcdir = @srcdir@ +datarootdir = @datarootdir@ VPATH = $(srcdir)