If your assessment is accurate, this is an issue for the autoconf folks,
not me. For those on the autoconf list, this version of GNU make is
built with autoconf 2.59. In my configure.in script I test the value of
PATH_SEPARATOR to choose whether to support DOS-style pathnames:
# If we're building on Windows/DOS/OS/2, add some support for DOS drive specs.
if test "$PATH_SEPARATOR" = ';'; then
AC_DEFINE(HAVE_DOS_PATHS, 1,
[Define this if your system requires backslashes or drive
specs in pathnames.])
fi
That's about it. Let me know if you would like more info.
FYI, the beta release discussed here is available in
ftp://alpha.gnu.org/gnu/make/.
Thanks.
--- Begin Message ---
- To: bug-make@xxxxxxx
- Subject: make 3.81 beta3 configuration script error
- From: Eric West <rice.cruft@xxxxxxxxx>
- Date: Sat, 12 Nov 2005 11:38:24 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=int7az5BW2pvXQzwQBU9e8VjxzlBbmphOcn0Iw1/4YmY2paXT0yvySja3Fj9OJqdTkZTfKWJ5biVivb7jlxZ+sKYQ1Wu5R5xcYY81VvqodtIqcr4OFD3L9/r2HYrQsqNm4La3auYe45SaCxCzYMeAbiBIgqj42Sep8a/K3T4dCQ=
_______________________________________________
Bug-make mailing list
Bug-make@xxxxxxx
http://lists.gnu.org/mailman/listinfo/bug-make
--- End Message ---
--
-------------------------------------------------------------------------------
Paul D. Smith <psmith@xxxxxxx> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf