From 06b1fade0c7b39b1942e96327ae2c56ff6b4b7bc Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 14 Jan 1996 05:38:41 +0000 Subject: [PATCH] Now release 0.29 --- ChangeLog | 2 ++ Makefile.in | 8 ++++---- TODO | 14 ++++++++++---- configure | 2 +- configure.in | 2 +- version.texi | 4 ++-- 6 files changed, 20 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad8be995..43c3f776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Sat Jan 13 00:18:06 1996 Tom Tromey + * configure.in (VERSION): Version 0.29. + * Makefile.am (maintainer-check): Look for perl4.036 in path. * dist-vars.am (DISTFILES): Include BUILT_SOURCES. diff --git a/Makefile.in b/Makefile.in index d1e76540..a16dc320 100644 --- a/Makefile.in +++ b/Makefile.in @@ -83,10 +83,10 @@ INSTALL COPYING Makefile.am texinfo.tex NEWS aclocal.m4 install-sh PACKAGE = @PACKAGE@ VERSION = @VERSION@ -DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFOS) $(MANS) \ - $(DIST_OTHER) $(DATA) -DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(INFO_DEPS) \ - $(MANS) $(DIST_OTHER) $(DATA) +DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \ + $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER) $(DATA) +DEP_DISTFILES = $(DIST_COMMON) $(SOURCES) $(BUILT_SOURCES) $(HEADERS) \ + $(TEXINFOS) $(INFO_DEPS) $(MANS) $(DIST_OTHER) $(DATA) default: all diff --git a/TODO b/TODO index e0b1ebfb..f378c97a 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,13 @@ Top priorities: * am_error should use printf-style arguments (for eventual gettext scheme) +If --gnits, put this into dist rule: + @if sed 1q NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \ + echo "NEWS not updated; not releasing" 1>&2; \ + exit 1; \ + fi + + uninstall and pkg-dirs should rm -rf the dir. In general most .am files should be merged into automake. For @@ -35,10 +42,9 @@ Need OTHER_SOURCES to hold sources whose objects end up in eg LIBOBJS. Dependency tracking should work here. Maybe if it doesn't exist it should be generated automatically by scanning the directory. (yes) -"@kr@" is a hack that should be fixed. And it should be possible to -have ansi2knr in just one place in a package. Jim Meyering says just -rely on configure to make links as appropriate. Not sure how I feel -about this. +It should be possible to have ansi2knr in just one place in a package. +Jim Meyering says just rely on configure to make links as appropriate. +Not sure how I feel about this. Consider automatic support for ".y" files. [ not right now; it is nice to be able to print the number of diff --git a/configure b/configure index c4b74204..9252c108 100755 --- a/configure +++ b/configure @@ -522,7 +522,7 @@ cat >> confdefs.h <> confdefs.h <