]> git.pld-linux.org Git - packages/automake.git/commitdiff
- patch on automake 1.5 to allow compiling new packages (i.e. abiword)
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 22 Apr 2002 16:40:24 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-abi.patch -> 1.1

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

diff --git a/automake-abi.patch b/automake-abi.patch
new file mode 100644 (file)
index 0000000..cfb1e6a
--- /dev/null
@@ -0,0 +1,26 @@
+--- ./m4/depout.m4.org Mon May 14 02:01:09 2001
++++ ./m4/depout.m4     Mon Apr 22 18:37:18 2002
+@@ -12,8 +12,8 @@
+ test x"$AMDEP_TRUE" != x"" ||
+ for mf in $CONFIG_FILES; do
+   case "$mf" in
+-  Makefile) dirpart=.;;
+-  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
++  Makefile|GNUmakefile) dirpart=.;;
++  */Makefile|*/GNUmakefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
+   *) continue;;
+   esac
+   grep '^DEP_FILES *= *[^ #]' < "$mf" > /dev/null || continue
+--- ./automake.in.org  Thu Aug 23 07:26:53 2001
++++ ./automake.in      Mon Apr 22 18:36:10 2002
+@@ -1940,7 +1940,9 @@
+         }
+       # Let the language do some special magic if required.
+-      $lang->target_hook ($aggregate, $object, $full);
++      if (defined $lang) {
++              $lang->target_hook ($aggregate, $object, $full);
++      }
+       if ($derived_source)
+       {
This page took 0.044099 seconds and 4 git commands to generate.