]> git.pld-linux.org Git - packages/automake.git/commitdiff
- more fixes.
authorkloczek <kloczek@pld-linux.org>
Sun, 28 Jul 2002 07:42:09 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    automake-no_versioned_dir.patch -> 1.2

automake-no_versioned_dir.patch

index 4d3ca5c8e896525fdaa02aadd40fcf229541939b..0b603af90a7cfb10a9adc6610c229d335ffb35ab 100644 (file)
    unshift @INC, "$perllibdir";
  }
  
+@@ -218,7 +218,7 @@
+     # Search the versioned directory near the end, and then the
+     # unversioned directory last.  Only do this if the user didn't
+     # override acdir.
+-    push (@dirlist, "$acdir-$APIVERSION")
++    push (@dirlist, "$acdir")
+       if $acdir eq $default_acdir;
+     # By default $(datadir)/aclocal doesn't exist.  We don't want to
This page took 0.08649 seconds and 4 git commands to generate.