ports/devel/automake15/files/patch-aclocal.in
Ade Lovett 3b3128196e Update to the autotools new world order.
Tested by:	numerous package build runs
Approved by:	portmgr
Thanks to:	des, kris, linimon, pav
2007-07-28 06:33:59 +00:00

15 lines
509 B
Text

--- aclocal.in.orig Mon Jul 16 22:36:23 2001
+++ aclocal.in Thu Apr 5 03:19:44 2007
@@ -34,3 +34,3 @@
# Note that this isn't pkgdatadir, but a separate directory.
-$acdir = "@datadir@/aclocal";
+$acdir = "@datadir@/aclocal-@VERSION@";
@@ -117,2 +117,3 @@
local (@dirlist) = &parse_arguments (@ARGV);
+push (@dirlist, "%%LOCALBASE%%/share/aclocal") if (!grep(/^--acdir/, @ARGV));
&scan_m4_files (@dirlist);
@@ -205,2 +206,3 @@
print $acdir, "\n";
+ print "%%LOCALBASE%%/share/aclocal", "\n";
exit 0;