mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
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:
@@ -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@
|
||||||
|
|||||||
@@ -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@
|
||||||
|
|||||||
Reference in New Issue
Block a user