aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-29 03:19:09 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-29 03:19:09 +0000
commitf8152c7853933f419678d3775bec70634c37e586 (patch)
tree099138b647350b8e1d21bc79dfa486b5882e7a4c /configure.in
parent34aca33968f9434cdc167b57e037e87090bcd2cc (diff)
downloadfetchmail-f8152c7853933f419678d3775bec70634c37e586.tar.gz
fetchmail-f8152c7853933f419678d3775bec70634c37e586.tar.bz2
fetchmail-f8152c7853933f419678d3775bec70634c37e586.zip
Automake macro.
svn path=/trunk/; revision=3280
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)