# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([libaute-db], [0.3.0], [azagli@libero.it])
+AC_INIT([libaute-db], [0.5.0], [azagli@libero.it])
AC_CONFIG_SRCDIR([src/aute_db.c])
AC_CONFIG_HEADER([config.h])
AC_PROG_LIBTOOL
# Checks for libraries.
-PKG_CHECK_MODULES(LIBAUTEDB, [gtk+-2.0 >= 2.16.0
- libaute >= 0.1.0
- libgtkform >= 0.3.0])
+PKG_CHECK_MODULES(LIBAUTEDB, [libaute >= 0.2.0
+ libgtkform >= 0.5.0])
AC_SUBST(LIBAUTEDB_CFLAGS)
AC_SUBST(LIBAUTEDB_LIBS)
/*
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2013 Andrea Zagli <azagli@libero.it>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
aute = aute_new ();
+ /* the libaute module to use */
params = g_slist_append (params, argv[1]);
+ /* the libgda connection string */
params = g_slist_append (params, argv[2]);
aute_set_config (aute, params);