]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
reverted addition of depdemo; it's completely unusable yet :-(
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 16 Dec 1998 06:30:42 +0000 (06:30 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Dec 1998 06:30:42 +0000 (06:30 +0000)
ChangeLog
Makefile.am

index d31b8488de71eb1b480bf9ef2d7c402f1053c7c9..d05d1ff6cabfe6e403474bba29d22022f81b1ccf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,6 @@
        * Makefile.am (cvs-dist): our release tags are in lower case
        (cvs-diff): ditto
        (EXTRA_DIST): added README-alpha
-       (DIST_SUBDIRS): added depdemo
        * README-alpha: minor adaptations
        * demo/Makefile.am, mdemo/Makefile.am, depdemo/Makefile.am:
        removed comment about special needs for distribution
index 6bbb44870738469fabf6940709b6f6111d444de0..32cb1d3730bb1508de89f80f2fc62b5a58bf04bb 100644 (file)
@@ -2,7 +2,7 @@
 ## Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 AUTOMAKE_OPTIONS = gnits
 SUBDIRS = doc tests libltdl
-DIST_SUBDIRS = $(SUBDIRS) demo depdemo mdemo
+DIST_SUBDIRS = $(SUBDIRS) demo mdemo
 
 # We need to export these variables when we run ltconfig.
 CFLAGS = @CFLAGS@
@@ -63,7 +63,6 @@ ACINCLUDE_M4_LIST = \
        $(srcdir)/acinclude.m4 \
        $(srcdir)/libltdl/acinclude.m4 \
        $(srcdir)/demo/acinclude.m4 \
-       $(srcdir)/depdemo/acinclude.m4 \
        $(srcdir)/mdemo/acinclude.m4
 
 # All our rules should depend on these demo files.