From: kloczek Date: Sun, 28 Jul 2002 07:42:09 +0000 (+0000) Subject: - more fixes. X-Git-Tag: automake-1_6_2-3~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=8ed6f1c2c5c6abfa725d9586cfb8dc70bf420272;hp=8f16f38ec0a96ba6a6cf88019e3ae15b9e7b760e;p=packages%2Fautomake.git - more fixes. Changed files: automake-no_versioned_dir.patch -> 1.2 --- diff --git a/automake-no_versioned_dir.patch b/automake-no_versioned_dir.patch index 4d3ca5c..0b603af 100644 --- a/automake-no_versioned_dir.patch +++ b/automake-no_versioned_dir.patch @@ -29,3 +29,12 @@ 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