e32a824579
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.
15 lines
381 B
Bash
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"
|
|
|