]> sourceware.org Git - automake.git/commitdiff
Nothing
authorTom Tromey <tromey@redhat.com>
Mon, 20 May 1996 22:08:51 +0000 (22:08 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 20 May 1996 22:08:51 +0000 (22:08 +0000)
Makefile.in
TODO

index 61027dc5959dca4545d26fc90a835a797f953f56..4c6bafcf5ae304810eb1409ae88cf83cb0318857 100644 (file)
@@ -300,9 +300,6 @@ distdir: $(DEP_DISTFILES)
        rm -rf $(distdir)
        mkdir $(distdir)
        chmod 777 $(distdir)
-       distdir=`cd $(distdir) && pwd` \
-         && cd $(srcdir) \
-         && automake --include-deps --output-dir=$$distdir --strictness=gnits
        @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \
          test -f $(distdir)/$$file \
          || ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \
diff --git a/TODO b/TODO
index ad0554b149cb7cd548a6f65a2abb0f4782eabcb3..4050f2f3124be06c199c6414fd7a0b9a56c52acc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,10 @@
 Priorities for release:
+  [ none ]
+
+If @LIBOBJS@ or @ALLOCA@ appears in _LDADD or _LIBADD, put it into
+dependencies automatically
+
+Man pages can be generated
 
 * ansi2knr.c needs STDC_HEADERS and HAVE_STRING_H
   [ I've asked François about this.  The change should probably
@@ -12,6 +18,7 @@ Consider: should Gnits require jm_MAINTAINER_MODE?
 Consider: "cvs" option adds some cvs-specific rules?
 
 Consider adding an option that statically rewrites @MAINT@ to "#M#".
+(this would be useful at Cygnus)
 
 
 Automake and Cygnus: info target separate from all.  Always make
This page took 0.030422 seconds and 5 git commands to generate.