]> sourceware.org Git - automake.git/commitdiff
Now release 0.29
authorTom Tromey <tromey@redhat.com>
Sun, 14 Jan 1996 05:38:41 +0000 (05:38 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 14 Jan 1996 05:38:41 +0000 (05:38 +0000)
ChangeLog
Makefile.in
TODO
configure
configure.in
version.texi

index ad8be995208203477b70b419c2de51d8e1466a55..43c3f776e00921b03455424a4f63c62c17e727f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Sat Jan 13 00:18:06 1996  Tom Tromey  <tromey@creche.cygnus.com>
 
+       * configure.in (VERSION): Version 0.29.
+
        * Makefile.am (maintainer-check): Look for perl4.036 in path.
 
        * dist-vars.am (DISTFILES):  Include BUILT_SOURCES.
index d1e76540560bac541e49f052a0d8d7aa2df6d7a7..a16dc3208195b4ced455c9ab05e101d13ea70192 100644 (file)
@@ -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 e0b1ebfb8af9b9a9b05d8eb34bbb96dbda4e0540..f378c97a557948575c14a1928b1a5474ae3fdf3d 100644 (file)
--- 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
index c4b742040c7607a7d75e37dd289be1ea1c2c1be4..9252c108333ba06b0043868dc44f51d04dd85fdb 100755 (executable)
--- a/configure
+++ b/configure
@@ -522,7 +522,7 @@ cat >> confdefs.h <<EOF
 #define PACKAGE "$PACKAGE"
 EOF
 
-VERSION=0.28
+VERSION=0.29
 
 cat >> confdefs.h <<EOF
 #define VERSION "$VERSION"
index f5a0dd21bd5d752e8da2b59ea8deb9f11315e13a..cc92909a3f87cc6ec260d44461d1d4041c00e14b 100644 (file)
@@ -6,7 +6,7 @@ dnl AC_CONFIG_HEADER(config.h)
 PACKAGE=automake
 AC_SUBST(PACKAGE)
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
-VERSION=0.28
+VERSION=0.29
 AC_SUBST(VERSION)
 AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
 ALL_LINGUAS=
index 377ced10f2ca47844c0240d3ca0d479792e5af2e..3a721021adc9859879f2f7ccdfd3c1124fd53982 100644 (file)
@@ -1,3 +1,3 @@
 @set UPDATED 13 January
-@set EDITION 0.28
-@set VERSION 0.28
+@set EDITION 0.29
+@set VERSION 0.29
This page took 0.036942 seconds and 5 git commands to generate.