Correcting the structure of the graph's and adaptor's map.
The template assign operators and map iterators can be used for adaptors also.
Some bugfix in the adaptors
New class SwapBpUGraphAdaptor which swaps the two nodeset of the graph.
1 dnl Process this file with autoconf to produce a configure script.
3 AC_INIT([gLEMON], [0.1], [etik-ol@cs.elte.hu], [glemon])
4 AC_CONFIG_AUX_DIR([build-aux])
5 AC_CONFIG_MACRO_DIR([m4])
6 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
7 AC_CONFIG_SRCDIR([main_win.h])
8 AC_CONFIG_HEADERS([config.h])
10 dnl Checks for programs.
17 AM_GNU_GETTEXT_VERSION([0.14.5])
18 AM_GNU_GETTEXT([external])
20 dnl Checks for libraries.
21 PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
23 dnl Checks for header files.
25 dnl Checks for typedefs, structures, and compiler characteristics.
27 dnl Checks for library functions.