diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-06-26 00:02:18 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-06-26 00:02:18 +0000 |
commit | 1cc80cddec54322ef7677dd95f9234db38362d7e (patch) | |
tree | de6b0765e0b6fdc6673d39c5149f8a46b0449e34 /Makefile.am | |
parent | 3d0adb5d5088d923cbcc7c9a94628198a4c22313 (diff) | |
download | fetchmail-1cc80cddec54322ef7677dd95f9234db38362d7e.tar.gz fetchmail-1cc80cddec54322ef7677dd95f9234db38362d7e.tar.bz2 fetchmail-1cc80cddec54322ef7677dd95f9234db38362d7e.zip |
Kill m4-local directory, move the two files to top-level directory.
Suggested by Graham Wilson.
svn path=/trunk/; revision=3923
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 ddea7800..d6da0430 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ # Makefile for fetchmail -SUBDIRS= intl m4 m4-local po +SUBDIRS= intl m4 po AM_CFLAGS= @CEFLAGS@ AM_CPPFLAGS= @CPFLAGS@ -I$(top_srcdir)/intl -I$(top_builddir)/intl AM_LDFLAGS= @LDEFLAGS@ -ACLOCAL_AMFLAGS= -I m4 -I m4-local +ACLOCAL_AMFLAGS= -I m4 -I . AM_YFLAGS= -d BUILT_SOURCES= rcfile_y.h |