applied dos2unix on configure.in (fixed configure for mingw)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9869 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Mark Gossage 2007-07-19 07:13:25 +00:00
commit 513147b70b
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
Version 1.3.32 (in progress)
============================
07/19/2007: mgossage
Fixed bug that stopped configure working on mingw (applied dos2unix to configure.in)
07/10/2007: mgossage
[lua] Extra compatibility with Lua 5.1 (updated SWIG_init, docs, examples, test suite)
Removed name clash for static link of multiple modules

View file

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl The macros which aren't shipped with the autotools are stored in the
dnl The macros which aren't shipped with the autotools are stored in the
dnl Tools/config directory in .m4 files.
AC_INIT([swig],[1.3.32],[http://www.swig.org])