From 299c72e6ed86a1e7a50ec1f5d1a813c383ed0345 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 10 Aug 2002 01:27:16 +0000 Subject: Update to a new version of automake and gettext. Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language. --- config.h.W32.template | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.W32.template') diff --git a/config.h.W32.template b/config.h.W32.template index 148b217..4e48467 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -357,6 +357,9 @@ /* Build host information. */ #define MAKE_HOST "Windows32" +/* Grok DOS paths (drive specs and backslash path element separators) */ +#define HAVE_DOS_PATHS + /* * Refer to README.W32 for info on the following settings */ -- cgit v1.2.3