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/divxcalc | |
parent | 99fb36c32d824e3fb95f9b66463538631d38cdc8 (diff) | |
download | ports-e32a8245791aab6e734fe5ecda71641e15c94b45.tar.gz ports-e32a8245791aab6e734fe5ecda71641e15c94b45.zip |
Notes
Diffstat (limited to 'graphics/divxcalc')
-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" + |