configure.ac
changeset 921 818510fa3d99
parent 774 4297098d9677
child 934 003736604835
     1.1 --- a/configure.ac	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/configure.ac	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  dnl Process this file with autoconf to produce a configure script.
     1.5 -AC_INIT([HugoLib], [0.2], [etik-ol@cs.elte.hu], [hugo])
     1.6 +AC_INIT([LEMON], [0.2], [etik-ol@cs.elte.hu], [lemon])
     1.7  AC_CONFIG_AUX_DIR([config])
     1.8  AM_INIT_AUTOMAKE(1.7)
     1.9 -AC_CONFIG_SRCDIR([src/hugo/invalid.h])
    1.10 +AC_CONFIG_SRCDIR([src/lemon/invalid.h])
    1.11  AC_PREREQ(2.57)
    1.12  
    1.13  dnl Checks for programs.
    1.14 @@ -27,5 +27,5 @@
    1.15  AC_HEADER_STDC
    1.16  AC_CHECK_FUNCS(gettimeofday)
    1.17  
    1.18 -AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/hugo/Makefile src/test/Makefile src/benchmark/Makefile])
    1.19 +AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile])
    1.20  AC_OUTPUT