equal
deleted
inserted
replaced
1 dnl Process this file with autoconf to produce a configure script. |
1 dnl Process this file with autoconf to produce a configure script. |
2 AC_PREREQ([2.59]) |
2 AC_PREREQ([2.59]) |
3 AC_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon]) |
3 AC_INIT([LEMON], [svnhead], [etik-ol@cs.elte.hu], [lemon]) |
4 AC_CONFIG_AUX_DIR([build-aux]) |
4 AC_CONFIG_AUX_DIR([build-aux]) |
5 AC_CONFIG_MACRO_DIR([m4]) |
5 AC_CONFIG_MACRO_DIR([m4]) |
6 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) |
6 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) |
7 AC_CONFIG_SRCDIR([lemon/list_graph.h]) |
7 AC_CONFIG_SRCDIR([lemon/list_graph.h]) |
8 AC_CONFIG_HEADERS([config.h lemon/config.h]) |
8 AC_CONFIG_HEADERS([config.h lemon/config.h]) |