From 0a83b8093490a0dc5ef709192fe39d2ac6257e4f Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Tue, 25 Sep 2007 21:47:52 +0000 Subject: [PATCH] Add dos2unix comand to mingw build git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9957 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Windows.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 9a5922e02..e65387c46 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -279,7 +279,7 @@ tar -zxf bison-2.0-MSYS.tar.gz
  • - To get the latest SWIG SVN, type in the following: + To get the latest SWIG SVN (version from Subversion source control), type in the following:
     mkdir /usr/src
     cd /usr/src
    @@ -296,6 +296,7 @@ the autotools will fail miserably on those.
       You are now ready to build SWIG. Execute the following commands to build swig.exe:
     
     cd /usr/src/swig
    +dos2unix configure.in
     ./autogen.sh
     ./configure
     make