Changes to compile with gtk3 and libgda5.
authorAndrea Zagli <azagli@libero.it>
Thu, 25 Jul 2013 09:18:58 +0000 (11:18 +0200)
committerAndrea Zagli <azagli@libero.it>
Thu, 25 Jul 2013 09:18:58 +0000 (11:18 +0200)
configure.ac
tests/test.c

index 426c6cefd82b96f792419aa82286a60ec9b34534..8a994bc538e76cb5848ddb47e99b7109181573f8 100644 (file)
@@ -2,7 +2,7 @@
 # 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])
 
@@ -21,9 +21,8 @@ AC_PROG_CC
 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)
index d299560a1b3865061c24d0a8f61659a3d8a5de3a..bcae4fb06fc5dc7eeae5dda8bb86100eaf7e055c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -30,7 +30,9 @@ main (int argc, char **argv)
 
        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);