configure.ac
changeset 2214 a886e48e0d91
parent 2103 a979fcdda073
child 2237 5674a5983e1e
equal deleted inserted replaced
40:8864950622dc 41:b9c7496a60a3
     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], [svn-head], [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 dnl AM_INIT_AUTOMAKE([-Wall -Werror foreign])
     6 AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
     7 AM_INIT_AUTOMAKE([-Wall foreign])
       
     8 AC_CONFIG_SRCDIR([lemon/list_graph.h])
     7 AC_CONFIG_SRCDIR([lemon/list_graph.h])
     9 AC_CONFIG_HEADERS([config.h lemon/config.h])
     8 AC_CONFIG_HEADERS([config.h lemon/config.h])
    10 
     9 
    11 lx_cmdline_cxxflags_set=${CXXFLAGS+set}
    10 lx_cmdline_cxxflags_set=${CXXFLAGS+set}
    12 
    11 
    96 
    95 
    97 AC_CONFIG_FILES([
    96 AC_CONFIG_FILES([
    98 Makefile
    97 Makefile
    99 lemon.spec
    98 lemon.spec
   100 autopackage/default.apspec
    99 autopackage/default.apspec
   101 doc/Makefile
       
   102 doc/Doxyfile
   100 doc/Doxyfile
   103 lemon/Makefile
       
   104 lemon/lemon.pc
   101 lemon/lemon.pc
   105 benchmark/Makefile
       
   106 demo/Makefile
       
   107 test/Makefile
       
   108 ])
   102 ])
   109 
   103 
   110 AC_OUTPUT
   104 AC_OUTPUT
   111 
   105 
   112 echo
   106 echo