mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-02-26 05:33:03 +08:00
Add new binary util - mdb-exportjson
A new binary util for exporting mdb rows as json lines. This is very useful for importing mdb data to mongo in combination with mongoimport. The code is vastly similar to the mdb-export but there are enough dissimilarities and disagreement about flag values that I thought a separate util is warranted.
This commit is contained in:
@@ -196,6 +196,8 @@ if test x$enable_gtk_doc = xauto ; then
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
|
||||
AM_CONDITIONAL(HAVE_GNOME_DOC_UTILS, test x$enable_gtk_doc = xyes)
|
||||
AM_CONDITIONAL(ENABLE_SK, test x$enable_gtk_doc = xyes)
|
||||
|
||||
##################################################
|
||||
# Check for txt2man
|
||||
|
||||
Reference in New Issue
Block a user