From 7d64ba5ec865785f20c3f9576288adb034c9fdfb Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 8 Feb 2007 19:17:47 +0000 Subject: Newer autoconf defines "datarootdir", which "datadir" depends on. I still don't know why they did this... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5677 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fltk.list.in | 1 + makeinclude.in | 1 + 2 files changed, 2 insertions(+) diff --git a/fltk.list.in b/fltk.list.in index bb488925e..f1f53d2ad 100644 --- a/fltk.list.in +++ b/fltk.list.in @@ -43,6 +43,7 @@ $prefix=@prefix@ $exec_prefix=@exec_prefix@ $bindir=@bindir@ $datadir=@datadir@ +$datarootdir=@datarootdir@ $includedir=@includedir@ $libdir=@libdir@ $mandir=@mandir@ diff --git a/makeinclude.in b/makeinclude.in index aaf70e4d8..f4e46e1db 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -29,6 +29,7 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ datadir = @datadir@ +datarootdir = @datarootdir@ includedir = @includedir@ libdir = @libdir@ mandir = @mandir@ -- cgit v1.2.3