remove m4 from SUBDIRS

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8813 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-06-09 15:46:13 +00:00
parent 59e677aa48
commit 08b0389dcc
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-06-09 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* Makefile.am (SUBDIRS): remove m4 directory (does not have a
Makefile.am).
2004-06-09 Lars Gullik Bjonnes <larsbj@gullik.net>
* Makefile.am (dist_noinst_DATA): use the dist_ and noinst_

View File

@ -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 \