]> git.pld-linux.org Git - packages/conflib.git/commitdiff
- fin in acinclude.m4 (quote in [] function name),
authorkloczek <kloczek@pld-linux.org>
Fri, 10 Aug 2001 13:12:56 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove tests/Makefile from AC_OUTPUT() paramaters.

Changed files:
    conflib-ac25x.patch -> 1.1

conflib-ac25x.patch [new file with mode: 0644]

diff --git a/conflib-ac25x.patch b/conflib-ac25x.patch
new file mode 100644 (file)
index 0000000..7a3f9b9
--- /dev/null
@@ -0,0 +1,19 @@
+--- conflib-0.4.5/acinclude.m4~        Fri Oct  9 19:03:56 1998
++++ conflib-0.4.5/acinclude.m4 Fri Aug 10 14:57:24 2001
+@@ -1,7 +1,7 @@
+ dnl
+ dnl prüft ob fcntl(F_SETLK) broken ist.
+ dnl
+-AC_DEFUN(UO_FUNC_BROKEN_F_SETLK, [
++AC_DEFUN([UO_FUNC_BROKEN_F_SETLK], [
+       AC_MSG_CHECKING([whether fcntl(F_SETLK) is broken])
+       AC_CACHE_VAL(uo_cv_setlk_broken,
+       AC_TRY_RUN([
+--- conflib-0.4.5/configure.in~        Mon Oct 12 19:59:56 1998
++++ conflib-0.4.5/configure.in Fri Aug 10 15:04:39 2001
+@@ -89,4 +89,4 @@
+ AC_SUBST(LIBOBJS)
+ AC_SUBST(ERSATZHEADER)
+-AC_OUTPUT(Makefile tests/Makefile doc/Makefile src/Makefile testsuite/Makefile Specfile)
++AC_OUTPUT(Makefile doc/Makefile src/Makefile testsuite/Makefile Specfile)
This page took 0.073017 seconds and 4 git commands to generate.