]> git.pld-linux.org Git - packages/automake.git/commitdiff
- fix in regexp.m4 (causes failing rebuild for examaple on gide)
authorkloczek <kloczek@pld-linux.org>
Sat, 27 Jul 2002 19:57:35 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  s/LIBOBJS/AC_LIBOBJ/ in AC_SUBST.

Changed files:
    automake-regex.m4.patch -> 1.1

automake-regex.m4.patch [new file with mode: 0644]

diff --git a/automake-regex.m4.patch b/automake-regex.m4.patch
new file mode 100644 (file)
index 0000000..a0cbce8
--- /dev/null
@@ -0,0 +1,9 @@
+--- automake-1.6.2/m4/regex.m4~        Sat Jul 27 21:44:15 2002
++++ automake-1.6.2/m4/regex.m4 Sat Jul 27 21:44:15 2002
+@@ -59,5 +59,5 @@
+   AC_MSG_RESULT(rx)
+   AC_CHECK_FUNC(re_rx_search, , [AC_LIBOBJ([rx])])
+ fi
+-AC_SUBST(LIBOBJS)dnl
++AC_SUBST(AC_LIBOBJ)dnl
+ ])
This page took 0.135475 seconds and 4 git commands to generate.