From f8152c7853933f419678d3775bec70634c37e586 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Mar 2001 03:19:09 +0000 Subject: Automake macro. svn path=/trunk/; revision=3280 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4ed631e0..1935b397 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl Process this file with autoconf to produce a configure script. dnl AC_INIT(fetchmail.h) dnl A distinctive file to look for in srcdir. -AC_CONFIG_HEADER(config.h) +AM_CONFIG_HEADER(config.h) dnl We want these before the checks, so the checks can modify their values. test -z "$CFLAGS" && CFLAGS="-O" AC_SUBST(CFLAGS) -- cgit v1.2.3