Changeset 921:818510fa3d99 in lemon-0.x for configure.ac
- Timestamp:
- 09/29/04 17:30:04 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r774 r921 1 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 3 AC_CONFIG_AUX_DIR([config]) 4 4 AM_INIT_AUTOMAKE(1.7) 5 AC_CONFIG_SRCDIR([src/ hugo/invalid.h])5 AC_CONFIG_SRCDIR([src/lemon/invalid.h]) 6 6 AC_PREREQ(2.57) 7 7 … … 28 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 31 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.