]> git.pld-linux.org Git - packages/gawk.git/commitdiff
- include .m4 files properly
authorgrzegol <grzegol@pld-linux.org>
Sun, 1 Feb 2004 13:57:49 +0000 (13:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gawk-acinclude.patch -> 1.1

gawk-acinclude.patch [new file with mode: 0644]

diff --git a/gawk-acinclude.patch b/gawk-acinclude.patch
new file mode 100644 (file)
index 0000000..30f7e87
--- /dev/null
@@ -0,0 +1,16 @@
+diff -urN aa/gawk-3.1.3/acinclude.m4 gawk-3.1.3/acinclude.m4
+--- aa/gawk-3.1.3/acinclude.m4 2002-10-06 21:43:58.000000000 +0200
++++ gawk-3.1.3/acinclude.m4    2004-02-01 14:53:46.007338912 +0100
+@@ -1,6 +1,6 @@
+-m4_sinclude(arch.m4)dnl
+-m4_sinclude(gettext.m4)dnl
+-m4_sinclude(lcmessage.m4)dnl
+-m4_sinclude(progtest.m4)dnl
+-m4_sinclude(socket.m4)dnl
+-m4_sinclude(strtod.m4)dnl
++m4_sinclude(m4/arch.m4)dnl
++m4_sinclude(m4/gettext.m4)dnl
++m4_sinclude(m4/lcmessage.m4)dnl
++m4_sinclude(m4/progtest.m4)dnl
++m4_sinclude(m4/socket.m4)dnl
++m4_sinclude(m4/strtod.m4)dnl
This page took 0.19169 seconds and 4 git commands to generate.