diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-08-03 22:36:52 +0000 |
commit | e32a8245791aab6e734fe5ecda71641e15c94b45 (patch) | |
tree | 4daccf3b91f25a920b92ab009f8f336fb635fb30 /graphics | |
parent | - Fix conjuration with gcc-3.4.2 (diff) |
Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.
This marks the end of "Phase 1" of the autotools updates.
Notes
Notes:
svn path=/head/; revision=115365
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/divxcalc/files/patch-admin::detect-autoconf.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/divxcalc/files/patch-admin::detect-autoconf.sh b/graphics/divxcalc/files/patch-admin::detect-autoconf.sh new file mode 100644 index 000000000000..e4bb5b9ca368 --- /dev/null +++ b/graphics/divxcalc/files/patch-admin::detect-autoconf.sh @@ -0,0 +1,15 @@ +--- admin/detect-autoconf.sh.orig Sun May 25 13:51:54 2003 ++++ admin/detect-autoconf.sh Wed Jul 7 05:36:58 2004 +@@ -3,7 +3,7 @@ + # Global variables... +-AUTOCONF="autoconf" +-AUTOHEADER="autoheader" +-AUTOM4TE="autom4te" +-AUTOMAKE="automake" +-ACLOCAL="aclocal" ++AUTOCONF="autoconf253" ++AUTOHEADER="autoheader253" ++AUTOM4TE="autom4te253" ++AUTOMAKE="automake15" ++ACLOCAL="aclocal15" + |