equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
29 m4_include([lib-cups.m4]) |
29 m4_include([lib-cups.m4]) |
30 m4_include([lib-ffi.m4]) |
30 m4_include([lib-ffi.m4]) |
31 m4_include([lib-freetype.m4]) |
31 m4_include([lib-freetype.m4]) |
32 m4_include([lib-std.m4]) |
32 m4_include([lib-std.m4]) |
33 m4_include([lib-x11.m4]) |
33 m4_include([lib-x11.m4]) |
34 m4_include([lib-elf.m4]) |
|
35 |
34 |
36 ################################################################################ |
35 ################################################################################ |
37 # Determine which libraries are needed for this configuration |
36 # Determine which libraries are needed for this configuration |
38 ################################################################################ |
37 ################################################################################ |
39 AC_DEFUN_ONCE([LIB_DETERMINE_DEPENDENCIES], |
38 AC_DEFUN_ONCE([LIB_DETERMINE_DEPENDENCIES], |
89 LIB_SETUP_LIBFFI |
88 LIB_SETUP_LIBFFI |
90 LIB_SETUP_LLVM |
89 LIB_SETUP_LLVM |
91 LIB_SETUP_BUNDLED_LIBS |
90 LIB_SETUP_BUNDLED_LIBS |
92 LIB_SETUP_MISC_LIBS |
91 LIB_SETUP_MISC_LIBS |
93 LIB_SETUP_SOLARIS_STLPORT |
92 LIB_SETUP_SOLARIS_STLPORT |
94 LIB_SETUP_LIBELF |
|
95 ]) |
93 ]) |
96 |
94 |
97 ################################################################################ |
95 ################################################################################ |
98 # Setup llvm (Low-Level VM) |
96 # Setup llvm (Low-Level VM) |
99 ################################################################################ |
97 ################################################################################ |