From: Timo Sirainen Date: Sat, 19 Jun 2004 19:55:15 +0000 (+0300) Subject: Removed AC_ARG_PROGRAM. Lets see if this breaks anything.. X-Git-Tag: 1.1.alpha1~3929 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9112e256598959cd0b42b6d183793791833cd528;p=thirdparty%2Fdovecot%2Fcore.git Removed AC_ARG_PROGRAM. Lets see if this breaks anything.. --HG-- branch : HEAD --- diff --git a/configure.in b/configure.in index 83da60649a..09f78e3fde 100644 --- a/configure.in +++ b/configure.in @@ -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_CC AC_PROG_CPP AC_STDC_HEADERS AC_C_INLINE -AC_ARG_PROGRAM AM_PROG_LIBTOOL AM_ICONV