~ubuntu-branches/ubuntu/dapper/renattach/dapper

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Mats Rynge
  • Date: 2004-12-29 20:52:50 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041229205250-b3z2r3df8kteoel8
Tags: 1.2.2-1
* New upstream release (closes: #284698)
* Changed build-depends to include exim4 as an alternative to
  the virtual mail-transport-agent package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AC_INIT(renattach, 1.2.2)
 
2
AM_INIT_AUTOMAKE
 
3
AC_CONFIG_SRCDIR(src/renattach.c)
 
4
AC_CONFIG_HEADER(config.h)
 
5
AC_PROG_CC
 
6
AC_PROG_INSTALL
 
7
AC_HEADER_STDC
 
8
AC_CHECK_HEADERS(memory.h stdlib.h string.h strings.h signal.h syslog.h unistd.h)
 
9
AC_C_CONST
 
10
AC_FUNC_MALLOC
 
11
AC_CHECK_FUNCS(execv fork ftruncate memset pipe strcasecmp strchr strncasecmp strrchr strstr)
 
12
AC_CONFIG_FILES(Makefile src/Makefile conf/Makefile)
 
13
AC_OUTPUT