COIN-OR::LEMON - Graph Library

source: lemon-0.x/gui/configure.ac @ 2040:c7bd55c0d820

Last change on this file since 2040:c7bd55c0d820 was 2012:224cd6aacfc1, checked in by Akos Ladanyi, 18 years ago
  • added gettext infrastructure to the gui
  • the gui has a separate configure script now
  • other minor changes
File size: 731 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2AC_PREREQ([2.59])
3AC_INIT([gLEMON], [0.1], [etik-ol@cs.elte.hu], [glemon])
4AC_CONFIG_AUX_DIR([build-aux])
5AC_CONFIG_MACRO_DIR([m4])
6AM_INIT_AUTOMAKE([-Wall -Werror foreign])
7AC_CONFIG_SRCDIR([main_win.h])
8AC_CONFIG_HEADERS([config.h])
9
10dnl Checks for programs.
11AC_PROG_CXX
12AC_PROG_CXXCPP
13AC_PROG_INSTALL
14AC_PROG_LIBTOOL
15
16dnl i18n
17AM_GNU_GETTEXT_VERSION([0.14.5])
18AM_GNU_GETTEXT([external])
19
20dnl Checks for libraries.
21PKG_CHECK_MODULES([GTK], [libgnomecanvasmm-2.6 >= 2.6.0])
22
23dnl Checks for header files.
24
25dnl Checks for typedefs, structures, and compiler characteristics.
26
27dnl Checks for library functions.
28
29AC_CONFIG_FILES([
30Makefile
31po/Makefile.in
32])
33AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.