Deleted Added
full compact
aclocal.m4 (267897) aclocal.m4 (275698)
1# generated automatically by aclocal 1.14 -*- Autoconf -*-
1# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,

--- 6 unchanged lines hidden (view full) ---

16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.69.
19You have another version of autoconf. It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
23# visibility.m4 serial 5 (gettext-0.18.2)
2
3# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
5# This file is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,

--- 6 unchanged lines hidden (view full) ---

16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18[m4_warning([this file was generated for autoconf 2.69.
19You have another version of autoconf. It may work, but is not guaranteed to.
20If you have problems, you may need to regenerate the build system entirely.
21To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22
23# visibility.m4 serial 5 (gettext-0.18.2)
24dnl Copyright (C) 2005, 2008, 2010-2013 Free Software Foundation, Inc.
24dnl Copyright (C) 2005, 2008, 2010-2014 Free Software Foundation, Inc.
25dnl This file is free software; the Free Software Foundation
26dnl gives unlimited permission to copy and/or distribute it,
27dnl with or without modifications, as long as this notice is preserved.
28
29dnl From Bruno Haible.
30
31dnl Tests whether the compiler supports the command-line option
32dnl -fvisibility=hidden and the function and variable attributes

--- 75 unchanged lines hidden (view full) ---

108# ----------------------------
109# Automake X.Y traces this macro to ensure aclocal.m4 has been
110# generated from the m4 files accompanying Automake X.Y.
111# (This private macro should not be called outside this file.)
112AC_DEFUN([AM_AUTOMAKE_VERSION],
113[am__api_version='1.14'
114dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
115dnl require some minimum version. Point them to the right macro.
25dnl This file is free software; the Free Software Foundation
26dnl gives unlimited permission to copy and/or distribute it,
27dnl with or without modifications, as long as this notice is preserved.
28
29dnl From Bruno Haible.
30
31dnl Tests whether the compiler supports the command-line option
32dnl -fvisibility=hidden and the function and variable attributes

--- 75 unchanged lines hidden (view full) ---

108# ----------------------------
109# Automake X.Y traces this macro to ensure aclocal.m4 has been
110# generated from the m4 files accompanying Automake X.Y.
111# (This private macro should not be called outside this file.)
112AC_DEFUN([AM_AUTOMAKE_VERSION],
113[am__api_version='1.14'
114dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
115dnl require some minimum version. Point them to the right macro.
116m4_if([$1], [1.14], [],
116m4_if([$1], [1.14.1], [],
117 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
118])
119
120# _AM_AUTOCONF_VERSION(VERSION)
121# -----------------------------
122# aclocal traces this macro to find the Autoconf version.
123# This is a private macro too. Using m4_define simplifies
124# the logic in aclocal, which can simply ignore this definition.
125m4_define([_AM_AUTOCONF_VERSION], [])
126
127# AM_SET_CURRENT_AUTOMAKE_VERSION
128# -------------------------------
129# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
130# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
131AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
117 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
118])
119
120# _AM_AUTOCONF_VERSION(VERSION)
121# -----------------------------
122# aclocal traces this macro to find the Autoconf version.
123# This is a private macro too. Using m4_define simplifies
124# the logic in aclocal, which can simply ignore this definition.
125m4_define([_AM_AUTOCONF_VERSION], [])
126
127# AM_SET_CURRENT_AUTOMAKE_VERSION
128# -------------------------------
129# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
130# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
131AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
132[AM_AUTOMAKE_VERSION([1.14])dnl
132[AM_AUTOMAKE_VERSION([1.14.1])dnl
133m4_ifndef([AC_AUTOCONF_VERSION],
134 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
135_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
136
137# AM_AUX_DIR_EXPAND -*- Autoconf -*-
138
139# Copyright (C) 2001-2013 Free Software Foundation, Inc.
140#

--- 1093 unchanged lines hidden ---
133m4_ifndef([AC_AUTOCONF_VERSION],
134 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
135_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
136
137# AM_AUX_DIR_EXPAND -*- Autoconf -*-
138
139# Copyright (C) 2001-2013 Free Software Foundation, Inc.
140#

--- 1093 unchanged lines hidden ---