summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-08-28 15:52:35 +0000
committerTom Tromey <tromey@redhat.com>1997-08-28 15:52:35 +0000
commitd699e713d68507adc5f47250bae359a667a310d4 (patch)
tree207fc1d56e4d338614135ff7b3895be9823dd43a
parent51882b2e22dc382b69a7aa292224b955d6dfbedc (diff)
downloadautomake-d699e713d68507adc5f47250bae359a667a310d4.tar.gz
upped version number
-rw-r--r--Makefile.in28
-rw-r--r--aclocal.m43
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
-rw-r--r--m4/Makefile.in10
-rw-r--r--stamp-vti4
-rw-r--r--tests/Makefile.in10
-rw-r--r--version.texi4
8 files changed, 40 insertions, 23 deletions
diff --git a/Makefile.in b/Makefile.in
index fcea8a701..ffd51163e 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 3cd4ce203..3765d57bf 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 f3ce6f2b1..49b3ffa55 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 6620029a9..dfbe47ca4 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 330e44a0a..c54530ccb 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 49e7cbd27..ced07bd53 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 fc4ee04df..dbeac40fc 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 49e7cbd27..ced07bd53 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