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
This commit is contained in:
Michael R Sweet
2007-02-08 19:17:47 +00:00
parent 7b4d33bbdd
commit 7d64ba5ec8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -43,6 +43,7 @@ $prefix=@prefix@
$exec_prefix=@exec_prefix@ $exec_prefix=@exec_prefix@
$bindir=@bindir@ $bindir=@bindir@
$datadir=@datadir@ $datadir=@datadir@
$datarootdir=@datarootdir@
$includedir=@includedir@ $includedir=@includedir@
$libdir=@libdir@ $libdir=@libdir@
$mandir=@mandir@ $mandir=@mandir@
+1
View File
@@ -29,6 +29,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@ exec_prefix = @exec_prefix@
bindir = @bindir@ bindir = @bindir@
datadir = @datadir@ datadir = @datadir@
datarootdir = @datarootdir@
includedir = @includedir@ includedir = @includedir@
libdir = @libdir@ libdir = @libdir@
mandir = @mandir@ mandir = @mandir@