~ubuntu-branches/ubuntu/hardy/dicelab/hardy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Lemmen
  • Date: 2007-12-10 17:06:15 UTC
  • Revision ID: james.westby@ubuntu.com-20071210170615-q1av8grz0vjiv397
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT([dicelab], [0.5], [Robert Lemmen <robertle@semistable.com>])
 
2
AM_INIT_AUTOMAKE([dicelab], [0.5], [Robert Lemmen <robertle@semistable.com>])
 
3
AC_CONFIG_HEADERS([config.h])
 
4
AC_PROG_CC
 
5
AC_PROG_INSTALL
 
6
AC_PROG_LEX
 
7
AC_PROG_YACC
 
8
AC_CHECK_TOOL([TREECC], [treecc])
 
9
AC_HEADER_STDC
 
10
AC_CHECK_LIB([m], [pow])
 
11
AC_FUNC_MALLOC
 
12
AC_FUNC_REALLOC
 
13
AC_FUNC_MEMCMP
 
14
AC_OUTPUT(Makefile)