freebsd-ports/graphics/divxcalc/files/patch-admin::detect-autoconf.sh
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
391 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="autoconf-2.53"
+AUTOHEADER="autoheader-2.53"
+AUTOM4TE="autom4te-2.53"
+AUTOMAKE="automake-1.5"
+ACLOCAL="aclocal-1.5"