Create a new tab when open is selected and there are no tabs. Fixes bug 50.
1 dnl Process this file with autoconf to produce a configure script.
3 AC_INIT([gLEMON], [svn-head], [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.
13 AM_GNU_GETTEXT_VERSION([0.14.2])
14 AM_GNU_GETTEXT([external])
16 dnl Checks for libraries.
17 PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0 gtkmm-2.4 >= 2.6])
18 PKG_CHECK_MODULES([LEMON], [lemon >= 0.5])
20 dnl Checks for header files.
21 AC_CHECK_HEADERS([libintl.h locale.h])
23 dnl Checks for typedefs, structures, and compiler characteristics.
27 dnl Checks for library functions.
28 AC_CHECK_FUNCS([setlocale sqrt])