diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-07-28 06:33:59 +0000 |
commit | 3b3128196e8706c3616c88df7206b4a27f7b8959 (patch) | |
tree | 31433c1d06ed5be6756933b97f6d80a77f17b710 /devel/automake15/files/patch-aclocal.in | |
parent | Update to SRC680_m222. (diff) |
Update to the autotools new world order.
Tested by: numerous package build runs
Approved by: portmgr
Thanks to: des, kris, linimon, pav
Notes
Notes:
svn path=/head/; revision=196437
Diffstat (limited to 'devel/automake15/files/patch-aclocal.in')
-rw-r--r-- | devel/automake15/files/patch-aclocal.in | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/devel/automake15/files/patch-aclocal.in b/devel/automake15/files/patch-aclocal.in index d72fe290f094..947ba7e01f19 100644 --- a/devel/automake15/files/patch-aclocal.in +++ b/devel/automake15/files/patch-aclocal.in @@ -1,10 +1,15 @@ --- 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/."); ++++ 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; |