~ubuntu-branches/ubuntu/lucid/zabbix/lucid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-08-10 18:37:11 UTC
  • mfrom: (1.1.7 upstream) (8.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080810183711-h4n52nkqqf3iuqhn
Tags: 1:1.4.6-1ubuntu1
* Merge from debian unstable, remaining changes:
 + fixing missing pid directory in /var/run
 + Added the same patch to debian/zabbix-server-{mysql,pgsql}.zabbix-server.init

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
dnl Process this file with autoconf to produce a configure script.
21
21
 
22
22
AC_INIT(src/zabbix_server/server.c)
23
 
AM_INIT_AUTOMAKE([zabbix],[1.4.5])
 
23
AM_INIT_AUTOMAKE([zabbix],[1.4.6])
24
24
 
25
25
AC_MSG_NOTICE([Configuring $PACKAGE_NAME $PACKAGE_VERSION])
26
26