Drop autogen.sh: Do use autoconf

Automake is changing and some of the stuff in autogen.sh is expected to fail
soon:
https://www.gnu.org/software/automake/manual/html_node/Future-of-aclocal.html

"autoreconf -if" will overwrite the INSTALL file, so its content is now in the
README file.

Added NEWS warning

Adjusted .gitignore
This commit is contained in:
Nirgal Vourgère
2013-07-14 21:35:06 +02:00
parent 5312060544
commit a63692312c
5 changed files with 101 additions and 270 deletions

12
NEWS
View File

@@ -1,15 +1,17 @@
Version 0.7.1
=============
autogen.sh is no more. Use "autoreconf" -if to bootstrap the configuration.
autoconf/automake has been updated to more recent standards.
- config.guess config.sub depcomp install-sh ltmain.sh missing ylwrap
files are now in build-aux/ directory
You'll now need autoconf >= 2.58
An experimental (buggy) version of ODBC driver that supports UCS-2 interface
is now available: libmdbodbcW.so
Note that libmdbodbc supports UTF-8 really well, so that this is usually not
needed.
autoconf/automake has been updates to more recent standards.
- config.guess config.sub depcomp install-sh ltmain.sh missing ylwrap
files are now in build-aux/ directory
You'll now need autoconf >= 2.58
Version 0.3
===========
The organization of the project files has changed a bit from that last release.