From 08b0389dcc16c49bc2cb48e4fce4f6d25c5af293 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 9 Jun 2004 15:46:13 +0000 Subject: [PATCH] remove m4 from SUBDIRS git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8813 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 5 +++++ Makefile.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3e6b4f5682..6fa34b15bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-06-09 Jean-Marc Lasgouttes + + * Makefile.am (SUBDIRS): remove m4 directory (does not have a + Makefile.am). + 2004-06-09 Lars Gullik Bjonnes * Makefile.am (dist_noinst_DATA): use the dist_ and noinst_ diff --git a/Makefile.am b/Makefile.am index 11db973d92..1778e4ff5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,9 +9,9 @@ MAINTAINERCLEANFILES += $(srcdir)/aclocal.m4 \ DIST_SUBDIRS = m4 config development intl po boost src sourcedoc lib if USE_INCLUDED_BOOST -SUBDIRS = m4 config development intl po boost src sourcedoc lib +SUBDIRS = config development intl po boost src sourcedoc lib else -SUBDIRS = m4 config development intl po src sourcedoc lib +SUBDIRS = config development intl po src sourcedoc lib endif EXTRA_DIST = ANNOUNCE INSTALL.OS2 INSTALL.autoconf README.OS2 \