aboutsummaryrefslogtreecommitdiff
path: root/devel/automake15/files/patch-aclocal.in
blob: d72fe290f09416e3164e0dcbba512a7a77759a30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- aclocal.in.orig	Mon Jul 16 22:36:23 2001
+++ aclocal.in	Sun May  6 13:52:34 2007
@@ -35,2 +35,3 @@
 $acdir = "@datadir@/aclocal";
+$acdir_ver = "@datadir@/aclocal%%BUILD_VERSION%%";
 
@@ -210,2 +211,3 @@
     push (@dirlist, $acdir);
+    push (@dirlist, $acdir_ver) if (-d "$acdir_ver/.");