mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Clean up use of autoconf macros
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Tue May 23 19:40:55 CDT 2006 Jeff Smith <whydoubt@yahoo.com>
|
||||
* src/util/mdb-export.c: Fix typo in help text
|
||||
* configure.in: Clean up use of autoconf macros
|
||||
|
||||
Sat Dec 17 03:49:30 CST 2005 Jeff Smith <whydoubt@yahoo.com>
|
||||
* src/util/mdb-sql.c: Add fflush after each newline (Pedro Gutierrez)
|
||||
|
@@ -1,6 +1,7 @@
|
||||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/extras/mdb-dump.c)
|
||||
AM_INIT_AUTOMAKE(mdbtools,0.6pre1)
|
||||
AC_INIT(mdbtools, 0.6pre1, [mdbtools-dev@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR(src/extras/mdb-dump.c)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_HEADERS(include/config.h)
|
||||
|
||||
AC_PROG_CC(gcc)
|
||||
|
Reference in New Issue
Block a user