summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2007-02-08 19:17:47 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2007-02-08 19:17:47 +0000
commit7d64ba5ec865785f20c3f9576288adb034c9fdfb (patch)
tree53937b73523818d23bae05d37217835fe3f5897b
parent7b4d33bbddbcc05fa7c31b2275e8f1bb2e516a75 (diff)
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
-rw-r--r--fltk.list.in1
-rw-r--r--makeinclude.in1
2 files changed, 2 insertions, 0 deletions
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@