]> git.lyx.org Git - lyx.git/commitdiff
remove m4 from SUBDIRS
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 9 Jun 2004 15:46:13 +0000 (15:46 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 9 Jun 2004 15:46:13 +0000 (15:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8813 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
Makefile.am

index 3e6b4f5682e51d221ece8cf55896989beaf4b2a9..6fa34b15bd2295188e92d2cd97ac410f4759fb20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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_
index 11db973d923d1756f95fc149c0ac40e34d89fdbd..1778e4ff5a1b11c1304765e6098bc25746087dfa 100644 (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 \