Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Side by Side Diff: third_party/yasm/patched-yasm/aclocal.m4

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*- 1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2 2
3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 # 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation 5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it, 6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved. 7 # with or without modifications, as long as this notice is preserved.
8 8
9 # This program is distributed in the hope that it will be useful, 9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 # PARTICULAR PURPOSE. 12 # PARTICULAR PURPOSE.
13 13
14 m4_ifndef([AC_AUTOCONF_VERSION], 14 m4_ifndef([AC_AUTOCONF_VERSION],
15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17 [m4_warning([this file was generated for autoconf 2.65. 17 [m4_warning([this file was generated for autoconf 2.68.
18 You have another version of autoconf. It may work, but is not guaranteed to. 18 You have another version of autoconf. It may work, but is not guaranteed to.
19 If you have problems, you may need to regenerate the build system entirely. 19 If you have problems, you may need to regenerate the build system entirely.
20 To do so, use the procedure documented by the package, typically `autoreconf'.]) ]) 20 To do so, use the procedure documented by the package, typically `autoreconf'.]) ])
21 21
22 # intlmacosx.m4 serial 3 (gettext-0.18)
23 dnl Copyright (C) 2004-2010 Free Software Foundation, Inc.
24 dnl This file is free software; the Free Software Foundation
25 dnl gives unlimited permission to copy and/or distribute it,
26 dnl with or without modifications, as long as this notice is preserved.
27 dnl
28 dnl This file can can be used in projects which are not available under
29 dnl the GNU General Public License or the GNU Library General Public
30 dnl License but which still want to provide support for the GNU gettext
31 dnl functionality.
32 dnl Please note that the actual code of the GNU gettext library is covered
33 dnl by the GNU Library General Public License, and the rest of the GNU
34 dnl gettext package package is covered by the GNU General Public License.
35 dnl They are *not* in the public domain.
36
37 dnl Checks for special options needed on MacOS X.
38 dnl Defines INTL_MACOSX_LIBS.
39 AC_DEFUN([gt_INTL_MACOSX],
40 [
41 dnl Check for API introduced in MacOS X 10.2.
42 AC_CACHE_CHECK([for CFPreferencesCopyAppValue],
43 [gt_cv_func_CFPreferencesCopyAppValue],
44 [gt_save_LIBS="$LIBS"
45 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
46 AC_TRY_LINK([#include <CoreFoundation/CFPreferences.h>],
47 [CFPreferencesCopyAppValue(NULL, NULL)],
48 [gt_cv_func_CFPreferencesCopyAppValue=yes],
49 [gt_cv_func_CFPreferencesCopyAppValue=no])
50 LIBS="$gt_save_LIBS"])
51 if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then
52 AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1],
53 [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.])
54 fi
55 dnl Check for API introduced in MacOS X 10.3.
56 AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent],
57 [gt_save_LIBS="$LIBS"
58 LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation"
59 AC_TRY_LINK([#include <CoreFoundation/CFLocale.h>], [CFLocaleCopyCurrent(); ],
60 [gt_cv_func_CFLocaleCopyCurrent=yes],
61 [gt_cv_func_CFLocaleCopyCurrent=no])
62 LIBS="$gt_save_LIBS"])
63 if test $gt_cv_func_CFLocaleCopyCurrent = yes; then
64 AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1],
65 [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the C oreFoundation framework.])
66 fi
67 INTL_MACOSX_LIBS=
68 if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLoca leCopyCurrent = yes; then
69 INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation"
70 fi
71 AC_SUBST([INTL_MACOSX_LIBS])
72 ])
73
22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, In c. 74 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, In c.
23 # 75 #
24 # This file is free software; the Free Software Foundation 76 # This file is free software; the Free Software Foundation
25 # gives unlimited permission to copy and/or distribute it, 77 # gives unlimited permission to copy and/or distribute it,
26 # with or without modifications, as long as this notice is preserved. 78 # with or without modifications, as long as this notice is preserved.
27 79
28 # AM_AUTOMAKE_VERSION(VERSION) 80 # AM_AUTOMAKE_VERSION(VERSION)
29 # ---------------------------- 81 # ----------------------------
30 # Automake X.Y traces this macro to ensure aclocal.m4 has been 82 # Automake X.Y traces this macro to ensure aclocal.m4 has been
31 # generated from the m4 files accompanying Automake X.Y. 83 # generated from the m4 files accompanying Automake X.Y.
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 # 888 #
837 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will 889 # If the MINIMUM-VERSION argument is passed, AM_PATH_PYTHON will
838 # cause an error if the version of python installed on the system 890 # cause an error if the version of python installed on the system
839 # doesn't meet the requirement. MINIMUM-VERSION should consist of 891 # doesn't meet the requirement. MINIMUM-VERSION should consist of
840 # numbers and dots only. 892 # numbers and dots only.
841 AC_DEFUN([AM_PATH_PYTHON], 893 AC_DEFUN([AM_PATH_PYTHON],
842 [ 894 [
843 dnl Find a Python interpreter. Python versions prior to 2.0 are not 895 dnl Find a Python interpreter. Python versions prior to 2.0 are not
844 dnl supported. (2.0 was released on October 16, 2000). 896 dnl supported. (2.0 was released on October 16, 2000).
845 m4_define_default([_AM_PYTHON_INTERPRETER_LIST], 897 m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
846 [python python2 python3 python3.0 python2.5 python2.4 python 2.3 python2.2 dnl 898 [python python2 python3 python3.2 python3.1 python3.0 python 2.7 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
847 python2.1 python2.0]) 899 python2.1 python2.0])
848 900
849 m4_if([$1],[],[ 901 m4_if([$1],[],[
850 dnl No version check is needed. 902 dnl No version check is needed.
851 # Find any Python interpreter. 903 # Find any Python interpreter.
852 if test -z "$PYTHON"; then 904 if test -z "$PYTHON"; then
853 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :) 905 AC_PATH_PROGS([PYTHON], _AM_PYTHON_INTERPRETER_LIST, :)
854 fi 906 fi
855 am_display_PYTHON=python 907 am_display_PYTHON=python
856 ], [ 908 ], [
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 m4_include([m4/cython.m4]) 1295 m4_include([m4/cython.m4])
1244 m4_include([m4/gettext.m4]) 1296 m4_include([m4/gettext.m4])
1245 m4_include([m4/iconv.m4]) 1297 m4_include([m4/iconv.m4])
1246 m4_include([m4/lib-ld.m4]) 1298 m4_include([m4/lib-ld.m4])
1247 m4_include([m4/lib-link.m4]) 1299 m4_include([m4/lib-link.m4])
1248 m4_include([m4/lib-prefix.m4]) 1300 m4_include([m4/lib-prefix.m4])
1249 m4_include([m4/nls.m4]) 1301 m4_include([m4/nls.m4])
1250 m4_include([m4/po.m4]) 1302 m4_include([m4/po.m4])
1251 m4_include([m4/progtest.m4]) 1303 m4_include([m4/progtest.m4])
1252 m4_include([m4/pythonhead.m4]) 1304 m4_include([m4/pythonhead.m4])
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/Mkfiles/vc9/yasm.sln ('k') | third_party/yasm/patched-yasm/config.h.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698