configure.ac
changeset 922 e816fac59f6d
parent 774 4297098d9677
child 934 003736604835
equal deleted inserted replaced
3:093e4a4db2fc 4:2a40e6fd5316
     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([HugoLib], [0.2], [etik-ol@cs.elte.hu], [hugo])
     2 AC_INIT([LEMON], [0.2], [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([src/hugo/invalid.h])
     5 AC_CONFIG_SRCDIR([src/lemon/invalid.h])
     6 AC_PREREQ(2.57)
     6 AC_PREREQ(2.57)
     7 
     7 
     8 dnl Checks for programs.
     8 dnl Checks for programs.
     9 AC_PROG_CC
     9 AC_PROG_CC
    10 AC_PROG_CXX
    10 AC_PROG_CXX
    25 
    25 
    26 dnl Checks for library functions.
    26 dnl Checks for library functions.
    27 AC_HEADER_STDC
    27 AC_HEADER_STDC
    28 AC_CHECK_FUNCS(gettimeofday)
    28 AC_CHECK_FUNCS(gettimeofday)
    29 
    29 
    30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/hugo/Makefile src/test/Makefile src/benchmark/Makefile])
    30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile])
    31 AC_OUTPUT
    31 AC_OUTPUT