]> git.pld-linux.org Git - packages/gettext.git/blob - gettext-m4.patch
- build fix for autoconf 2.64
[packages/gettext.git] / gettext-m4.patch
1 diff -urN gettext-0.17.org/gettext-tools/gnulib-m4/openmp.m4 gettext-0.17/gettext-tools/gnulib-m4/openmp.m4
2 --- gettext-0.17.org/gettext-tools/gnulib-m4/openmp.m4  2007-05-27 21:50:22.000000000 +0200
3 +++ gettext-0.17/gettext-tools/gnulib-m4/openmp.m4      2009-08-19 14:33:04.694430366 +0200
4 @@ -1,11 +1,15 @@
5 -# openmp.m4 serial 4
6 -dnl Copyright (C) 2006-2007 Free Software Foundation, Inc.
7 +# openmp.m4 serial 7
8 +dnl Copyright (C) 2006-2009 Free Software Foundation, Inc.
9  dnl This file is free software; the Free Software Foundation
10  dnl gives unlimited permission to copy and/or distribute it,
11  dnl with or without modifications, as long as this notice is preserved.
12  
13  dnl This file can be removed once we assume autoconf >= 2.62.
14  
15 +dnl Expand to nothing in autoconf >= 2.62. m4_copy has a different
16 +dnl semantic in autoconf > 2.63.
17 +m4_ifdef([AC_OPENMP], [], [
18 +
19  # _AC_LANG_OPENMP
20  # ---------------
21  # Expands to some language dependent source code for testing the presence of
22 @@ -90,3 +94,5 @@
23    fi
24    AC_SUBST([OPENMP_]_AC_LANG_PREFIX[FLAGS])
25  ])
26 +
27 +])
This page took 0.509788 seconds and 3 git commands to generate.