configure.ac
changeset 2004 b8f10207e3d6
parent 1941 9fe177e0437d
child 2012 224cd6aacfc1
equal deleted inserted replaced
34:94b72eb7ee47 35:00a2d45be185
     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_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon])
     2 AC_INIT([LEMON], [svn-head], [etik-ol@cs.elte.hu], [lemon])
     3 AC_CONFIG_AUX_DIR([config])
     3 AC_CONFIG_AUX_DIR([config])
     4 AM_INIT_AUTOMAKE([1.7])
     4 AM_INIT_AUTOMAKE([1.7])
     5 AC_CONFIG_SRCDIR([lemon/invalid.h])
     5 AC_CONFIG_SRCDIR([lemon/list_graph.h])
     6 AC_CONFIG_HEADERS([config.h lemon/config.h])
     6 AC_CONFIG_HEADERS([config.h lemon/config.h])
     7 AC_PREREQ([2.59])
     7 AC_PREREQ([2.59])
     8 
     8 
     9 lx_cmdline_cxxflags_set=${CXXFLAGS+set}
     9 lx_cmdline_cxxflags_set=${CXXFLAGS+set}
    10 
    10