~ubuntu-branches/ubuntu/edgy/mdbtools/edgy

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Filip Van Raemdonck
  • Date: 2004-02-18 19:05:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040218190535-zg1lfb936o73gnib
Tags: 0.5.99-2
Add bison builddep. (Closes: #233484)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to produce a configure script.
2
2
AC_INIT(src/extras/mdb-dump.c)
3
3
AM_INIT_AUTOMAKE(mdbtools,0.6pre1)
 
4
AM_MAINTAINER_MODE
4
5
AM_CONFIG_HEADER(include/config.h)
5
6
 
6
7
AC_PROG_CC(gcc)