handle datarootdir to avoid warnings
svn: r18350
This commit is contained in:
parent
2bda690d2d
commit
6dee10e090
|
@ -28,6 +28,11 @@ Local changes:
|
|||
* Removed +live_support in src/powerpc/darwin_closure.S so it builds
|
||||
with Mac OS X 10.3 (r8436)
|
||||
|
||||
* Manually added datarootdir handling in libffi/Makefile.in and
|
||||
libffi/include/Makefile.in to eliminate warnings, change taken from
|
||||
git master source at http://github.com/atgreen/libffi/, tree
|
||||
997968323ed45a5ea5db1ff83124619ae1949bfb. (r18350)
|
||||
|
||||
Note: recreating "configure" with autoconf 2.61 does not work as is,
|
||||
since the scripts require 2.59. To allow this, the two requirements
|
||||
in "libffi/configure.ac" and "config/override.m4" were temporarily
|
||||
|
|
|
@ -326,6 +326,7 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
|
|
|
@ -196,6 +196,7 @@ build_cpu = @build_cpu@
|
|||
build_os = @build_os@
|
||||
build_vendor = @build_vendor@
|
||||
datadir = @datadir@
|
||||
datarootdir = @datarootdir@
|
||||
exec_prefix = @exec_prefix@
|
||||
host = @host@
|
||||
host_alias = @host_alias@
|
||||
|
|
Loading…
Reference in New Issue
Block a user