COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for configure.ac


Ignore:
Timestamp:
09/29/04 17:30:04 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r774 r921  
    11dnl Process this file with autoconf to produce a configure script.
    2 AC_INIT([HugoLib], [0.2], [etik-ol@cs.elte.hu], [hugo])
     2AC_INIT([LEMON], [0.2], [etik-ol@cs.elte.hu], [lemon])
    33AC_CONFIG_AUX_DIR([config])
    44AM_INIT_AUTOMAKE(1.7)
    5 AC_CONFIG_SRCDIR([src/hugo/invalid.h])
     5AC_CONFIG_SRCDIR([src/lemon/invalid.h])
    66AC_PREREQ(2.57)
    77
     
    2828AC_CHECK_FUNCS(gettimeofday)
    2929
    30 AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/hugo/Makefile src/test/Makefile src/benchmark/Makefile])
     30AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile])
    3131AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.