changeset 2177:84ffac0d1c04 HEAD

Removed AC_ARG_PROGRAM. Lets see if this breaks anything..
author Timo Sirainen <tss@iki.fi>
date Sat, 19 Jun 2004 22:55:15 +0300
parents a0173f504707
children 39f55e074619
files configure.in
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Jun 19 22:52:25 2004 +0300
+++ b/configure.in	Sat Jun 19 22:55:15 2004 +0300
@@ -1,7 +1,7 @@
 AC_INIT(src)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(dovecot, 1.0-test17)
+AM_INIT_AUTOMAKE(dovecot, 1.0-test19)
 
 AM_MAINTAINER_MODE
 
@@ -10,7 +10,6 @@
 AC_PROG_CPP
 AC_STDC_HEADERS
 AC_C_INLINE
-AC_ARG_PROGRAM
 AM_PROG_LIBTOOL
 AM_ICONV