]> git.pld-linux.org Git - packages/global.git/blob - global-acinclude-fix.patch
- vim-rt dep not vim itself
[packages/global.git] / global-acinclude-fix.patch
1 diff -Nur global-4.6.1.orig/acinclude.m4 global-4.6.1/acinclude.m4
2 --- global-4.6.1.orig/acinclude.m4      2003-10-03 12:15:29.000000000 +0200
3 +++ global-4.6.1/acinclude.m4   2004-02-20 17:35:21.000000000 +0100
4 @@ -18,7 +18,7 @@
5  # along with this program; if not, write to the Free Software
6  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7  #
8 -AC_DEFUN(AG_STRUCT_DP_D_NAMLEN,
9 +AC_DEFUN([AG_STRUCT_DP_D_NAMLEN],
10  [AC_CACHE_CHECK([for dp_d_namlen in struct dirent], ac_cv_struct_dp_d_namlen,
11  [AC_TRY_COMPILE([#include <sys/types.h>
12  #include <dirent.h>], [struct dirent s; s.d_namlen;],
13 @@ -28,7 +28,7 @@
14  fi
15  ])
16  
17 -AC_DEFUN(AG_STRUCT_DP_D_TYPE,
18 +AC_DEFUN([AG_STRUCT_DP_D_TYPE],
19  [AC_CACHE_CHECK([for dp_d_type in struct dirent], ac_cv_struct_dp_d_type,
20  [AC_TRY_COMPILE([#include <sys/types.h>
21  #include <dirent.h>], [struct dirent s; s.d_type;],
22 @@ -39,7 +39,7 @@
23  ])
24  
25  dnl derived from acspecific.m4 and fix warning.
26 -AC_DEFUN(AG_BYTE_ORDER,
27 +AC_DEFUN([AG_BYTE_ORDER],
28  [AC_CACHE_CHECK(whether byte ordering is bigendian, ac_cv_c_bigendian,
29  [ac_cv_c_bigendian=unknown
30  # See if sys/param.h defines the BYTE_ORDER macro.
31 @@ -70,7 +70,7 @@
32  fi
33  ])
34  
35 -AC_DEFUN(AG_DJGPP,
36 +AC_DEFUN([AG_DJGPP],
37  [AC_CACHE_CHECK([whether we are using the GNU DJGPP compiler], ac_cv_djgpp,
38  [AC_TRY_COMPILE([], [#ifdef __DJGPP__
39  int a;
This page took 0.049441 seconds and 3 git commands to generate.