diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-20 12:27:57 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-20 12:27:57 +0000 |
commit | 2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599 (patch) | |
tree | 363fa12bf304d7384295c18b6134f15a8650134d /Makefile.am | |
parent | 8bfa1889ebdbff232d567a761ea1ec8d32c18e52 (diff) | |
download | fetchmail-2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599.tar.gz fetchmail-2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599.tar.bz2 fetchmail-2fbf7bcbea6e6db78a1b3cacc3e8371a1db2d599.zip |
Fix HESIOD compile failure on FreeBSD 5-CURRENT,
adding a new macro that is based on ac_caolan_search_package from the
autoconf macro archive.
Mention +HESIOD in fetchmail -V if compiled in.
svn path=/trunk/; revision=3912
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5267d799..ecb38145 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ # Makefile for fetchmail -SUBDIRS= intl m4 po +SUBDIRS= intl m4 m4-local po AM_CFLAGS= @CEFLAGS@ AM_CPPFLAGS= @CPFLAGS@ -I$(top_srcdir)/intl AM_LDFLAGS= @LDEFLAGS@ -ACLOCAL_AMFLAGS= -I m4 +ACLOCAL_AMFLAGS= -I m4 -I m4-local AM_YFLAGS= -d BUILT_SOURCES= rcfile_y.h |