mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 08:51:22 +08:00
Releasing version 0.7.1
This commit is contained in:
parent
1213f84859
commit
f8ce1cccd4
2
NEWS
2
NEWS
@ -1,6 +1,6 @@
|
||||
Version 0.7.1
|
||||
=============
|
||||
autogen.sh is no more. Use "autoreconf" -if to bootstrap the configuration.
|
||||
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
|
||||
|
||||
2
README
2
README
@ -1,4 +1,4 @@
|
||||
This is mdbtools version 0.7
|
||||
This is mdbtools version 0.7.1
|
||||
|
||||
Welcome to the exciting world of MDB Tools! In short, MDB Tools is a set of
|
||||
programs to help you use Microsoft Access file in various settings. The major
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT([mdbtools],[0.7],[mdbtools-dev@lists.sourceforge.net])
|
||||
AC_INIT([mdbtools],[0.7.1],[mdbtools-dev@lists.sourceforge.net])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AC_CONFIG_AUX_DIR([build-aux])
|
||||
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user