freebsd-ports/graphics/divxcalc/files/patch-admin::detect-autoconf.sh
Ade Lovett e32a824579 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.
2004-08-03 22:36:52 +00:00

15 lines
381 B
Bash

--- 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"