diff -r 2d6c8075d9d0 -r 818510fa3d99 configure.ac --- a/configure.ac Wed Sep 29 14:12:26 2004 +0000 +++ b/configure.ac Wed Sep 29 15:30:04 2004 +0000 @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([HugoLib], [0.2], [etik-ol@cs.elte.hu], [hugo]) +AC_INIT([LEMON], [0.2], [etik-ol@cs.elte.hu], [lemon]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE(1.7) -AC_CONFIG_SRCDIR([src/hugo/invalid.h]) +AC_CONFIG_SRCDIR([src/lemon/invalid.h]) AC_PREREQ(2.57) dnl Checks for programs. @@ -27,5 +27,5 @@ AC_HEADER_STDC AC_CHECK_FUNCS(gettimeofday) -AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/hugo/Makefile src/test/Makefile src/benchmark/Makefile]) +AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile]) AC_OUTPUT