diff options
author | Graham Wilson <graham@mknod.org> | 2004-11-12 18:23:15 +0000 |
---|---|---|
committer | Graham Wilson <graham@mknod.org> | 2004-11-12 18:23:15 +0000 |
commit | b4e7d65a954680b3092db0880bcf90aa4a93dec6 (patch) | |
tree | 09b3c68ed8a3596939f566265cfc535414affb6e /Makefile.am | |
parent | 7ce762e28c9bad597cb03a25723cdc7004fc96b7 (diff) | |
download | fetchmail-b4e7d65a954680b3092db0880bcf90aa4a93dec6.tar.gz fetchmail-b4e7d65a954680b3092db0880bcf90aa4a93dec6.tar.bz2 fetchmail-b4e7d65a954680b3092db0880bcf90aa4a93dec6.zip |
Re-add the m4-local directory, in case we need to add more macros in the future. Put the macros we already have back in that directory. (reverts r3924 and r3923)
svn path=/trunk/; revision=4002
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 2dbea302..814e7df3 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 -I$(top_builddir)/intl AM_LDFLAGS= @LDEFLAGS@ -ACLOCAL_AMFLAGS= -I m4 -I . +ACLOCAL_AMFLAGS= -I m4 -I m4-local AM_YFLAGS= -d BUILT_SOURCES= rcfile_y.h |