autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FWD: make 3.81 beta3 configuration script error


From: Paul D. Smith
Subject: FWD: make 3.81 beta3 configuration script error
Date: Mon, 14 Nov 2005 01:49:10 -0500

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 --- Subject: make 3.81 beta3 configuration script error Date: Sat, 12 Nov 2005 11:38:24 -0500
_______________________________________________
Bug-make mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-make

--- End Message ---
-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]