mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 09:50:07 +08:00
Update autoconf/automake standards
Generated files config.guess config.sub depcomp install-sh ltmain.sh missing and ylwrap have been moved to build-aux/ Ran autoupdate Replaced AC_TRY_LINK/AC_TRY_COMPILE by AC_LINK_IFELSE/AC_COMPILE_IFELSE Droped -I$(top_srcdir)/include from CFLAGS since AC_CONFIG_HEADERS already adds the -I Fixed bison detection Added AM_PROG_AR as required by autoreconf -i -Wall Updated NEWS and .gitignore
This commit is contained in:
10
NEWS
10
NEWS
@@ -1,6 +1,14 @@
|
||||
Version 0.7.1
|
||||
=============
|
||||
An experimental version of ODBC driver is now available: libmdbodbcW.so
|
||||
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
|
||||
===========
|
||||
|
Reference in New Issue
Block a user