]> git.pld-linux.org Git - packages/conflib.git/blob - conflib-ac25x.patch
- more ac25x fixes (for more recent ac)
[packages/conflib.git] / conflib-ac25x.patch
1 --- conflib-0.4.5/acinclude.m4~ Fri Oct  9 19:03:56 1998
2 +++ conflib-0.4.5/acinclude.m4  Fri Aug 10 14:57:24 2001
3 @@ -1,7 +1,7 @@
4  dnl
5  dnl prüft ob fcntl(F_SETLK) broken ist.
6  dnl
7 -AC_DEFUN(UO_FUNC_BROKEN_F_SETLK, [
8 +AC_DEFUN([UO_FUNC_BROKEN_F_SETLK], [
9         AC_MSG_CHECKING([whether fcntl(F_SETLK) is broken])
10         AC_CACHE_VAL(uo_cv_setlk_broken,
11         AC_TRY_RUN([
12 --- conflib-0.4.5/configure.in~ Mon Oct 12 19:59:56 1998
13 +++ conflib-0.4.5/configure.in  Fri Aug 10 15:04:39 2001
14 @@ -86,7 +87,7 @@
15  AC_MSG_RESULT($fu_cv_sys_working_fnmatch)
16  UO_FUNC_BROKEN_F_SETLK
17  
18 -AC_SUBST(LIBOBJS)
19  AC_SUBST(ERSATZHEADER)
20  
21 -AC_OUTPUT(Makefile tests/Makefile doc/Makefile src/Makefile testsuite/Makefile Specfile)
22 +AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile testsuite/Makefile Specfile])
23 +AC_OUTPUT
This page took 0.061654 seconds and 3 git commands to generate.