COIN-OR::LEMON - Graph Library

Changeset 2012:224cd6aacfc1 in lemon-0.x for configure.ac


Ignore:
Timestamp:
03/23/06 20:57:14 (18 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2646
Message:
  • added gettext infrastructure to the gui
  • the gui has a separate configure script now
  • other minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r1994 r2012  
    11dnl Process this file with autoconf to produce a configure script.
     2AC_PREREQ([2.59])
    23AC_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon])
    3 AC_CONFIG_AUX_DIR([config])
    4 AM_INIT_AUTOMAKE([1.7])
     4AC_CONFIG_AUX_DIR([build-aux])
     5AC_CONFIG_MACRO_DIR([m4])
     6dnl AM_INIT_AUTOMAKE([-Wall -Werror foreign])
     7AM_INIT_AUTOMAKE([-Wall foreign])
    58AC_CONFIG_SRCDIR([lemon/list_graph.h])
    69AC_CONFIG_HEADERS([config.h lemon/config.h])
    7 AC_PREREQ([2.59])
    810
    911lx_cmdline_cxxflags_set=${CXXFLAGS+set}
     
    6567fi
    6668if test x"$enable_gui" != x"no"; then
    67   PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
     69  AC_CONFIG_SUBDIRS([gui])
    6870fi
    6971AM_CONDITIONAL([WANT_GUI], [test x"$enable_gui" != x"no"])
     
    123125demo/Makefile
    124126test/Makefile
    125 gui/Makefile
    126127])
    127128
Note: See TracChangeset for help on using the changeset viewer.