From: Tom Tromey Date: Thu, 28 Aug 1997 15:52:33 +0000 (+0000) Subject: upped version number X-Git-Tag: Release-1-2b~15 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=02c7d9e85e83ac98fc0addf59e539d65da3b19bd;p=automake.git upped version number --- diff --git a/Makefile.in b/Makefile.in index fcea8a70..ffd51163 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,10 +1,15 @@ -# Makefile.in generated automatically by automake 1.2 from Makefile.am +# Makefile.in generated automatically by automake 1.2a from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + SHELL = /bin/sh @@ -95,10 +100,10 @@ TEXINFOS = automake.texi DATA = $(pkgdata_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS THANKS TODO aclocal.in aclocal.m4 ansi2knr.1 \ -ansi2knr.c automake.in config.guess config.sub configure configure.in \ -elisp-comp install-sh mdate-sh missing mkinstalldirs stamp-vti \ -texinfo.tex version.texi ylwrap +Makefile.in NEWS README-alpha THANKS TODO aclocal.in aclocal.m4 \ +ansi2knr.1 ansi2knr.c automake.in config.guess config.sub configure \ +configure.in elisp-comp install-sh mdate-sh missing mkinstalldirs \ +stamp-vti texinfo.tex version.texi ylwrap DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -123,9 +128,9 @@ config.status: $(srcdir)/configure $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) automake: $(top_builddir)/config.status automake.in - cd $(top_builddir) && CONFIG_FILES=$@:automake.in CONFIG_HEADERS= ./config.status + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status aclocal: $(top_builddir)/config.status aclocal.in - cd $(top_builddir) && CONFIG_FILES=$@:aclocal.in CONFIG_HEADERS= ./config.status + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) @@ -269,9 +274,10 @@ dist-info: $(INFO_DEPS) mostlyclean-aminfo: rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \ - automake.fns automake.ky automake.log automake.pg \ - automake.toc automake.tp automake.tps automake.vr \ - automake.vrs automake.op automake.tr automake.cv + automake.fns automake.ky automake.kys automake.ps \ + automake.log automake.pg automake.toc automake.tp \ + automake.tps automake.vr automake.vrs automake.op automake.tr \ + automake.cv automake.cn clean-aminfo: @@ -280,7 +286,7 @@ distclean-aminfo: maintainer-clean-aminfo: for i in $(INFO_DEPS); do \ rm -f $$i; \ - if test "`echo $$i-[0-9]*`" = "$$i-[0-9]*"; then \ + if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \ rm -f $$i-[0-9]*; \ fi; \ done diff --git a/aclocal.m4 b/aclocal.m4 index 3cd4ce20..3765d57b 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,5 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.2 - +dnl aclocal.m4 generated automatically by aclocal 1.2a dnl Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. dnl This Makefile.in is free software; the Free Software Foundation diff --git a/configure b/configure index f3ce6f2b..49b3ffa5 100755 --- a/configure +++ b/configure @@ -604,7 +604,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' PACKAGE=automake -VERSION=1.2 +VERSION=1.2a if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/configure.in b/configure.in index 6620029a..dfbe47ca 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(automake.in) -AM_INIT_AUTOMAKE(automake, 1.2) +AM_INIT_AUTOMAKE(automake, 1.2a) # Find an appropriate tar for use in "dist" targets. A "best guess" # is good enough -- if we can't find GNU tar, we don't really care. diff --git a/m4/Makefile.in b/m4/Makefile.in index 330e44a0..c54530cc 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,8 +1,14 @@ -# Makefile.in generated automatically by automake 1.2 from Makefile.am +# Makefile.in generated automatically by automake 1.2a from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. SHELL = /bin/sh diff --git a/stamp-vti b/stamp-vti index 49e7cbd2..ced07bd5 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ @set UPDATED 6 August 1997 -@set EDITION 1.2 -@set VERSION 1.2 +@set EDITION 1.2a +@set VERSION 1.2a diff --git a/tests/Makefile.in b/tests/Makefile.in index fc4ee04d..dbeac40f 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,8 +1,14 @@ -# Makefile.in generated automatically by automake 1.2 from Makefile.am +# Makefile.in generated automatically by automake 1.2a from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy, distribute and modify it. +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. SHELL = /bin/sh diff --git a/version.texi b/version.texi index 49e7cbd2..ced07bd5 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ @set UPDATED 6 August 1997 -@set EDITION 1.2 -@set VERSION 1.2 +@set EDITION 1.2a +@set VERSION 1.2a