From b219e3bc7d18ec3a46ff6f3303d3506d4d52fbce Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 24 Feb 1998 20:39:48 +0000 Subject: [PATCH] upped version to 1.2f --- ChangeLog | 2 ++ Makefile.in | 12 ++++++------ aclocal.m4 | 2 +- configure | 2 +- configure.in | 2 +- m4/Makefile.in | 4 ++-- stamp-vti | 4 ++-- tests/Makefile.in | 2 +- version.texi | 4 ++-- 9 files changed, 18 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6318040..fb30196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Tue Feb 24 12:10:44 1998 Tom Tromey + * Released 1.2f. + * mans.am (install-man@SECTION@, uninstall-man@SECTION@): Quote `$' in sed expression. diff --git a/Makefile.in b/Makefile.in index a206dd1..233c017 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.2e from Makefile.am +# Makefile.in generated automatically by automake 1.2f from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -146,7 +146,7 @@ install-binSCRIPTS: $(bin_SCRIPTS) done uninstall-binSCRIPTS: - $(NORMAL_UNINSTALL) + @$(NORMAL_UNINSTALL) list='$(bin_SCRIPTS)'; for p in $$list; do \ rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \ done @@ -165,7 +165,7 @@ install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS) done uninstall-pkgdataSCRIPTS: - $(NORMAL_UNINSTALL) + @$(NORMAL_UNINSTALL) list='$(pkgdata_SCRIPTS)'; for p in $$list; do \ rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \ done @@ -272,7 +272,7 @@ uninstall-info: test -z "$ii" \ || install-info --info-dir=$(infodir) --remove $$file; \ done - $(NORMAL_UNINSTALL) + @$(NORMAL_UNINSTALL) for file in $(INFO_DEPS); do \ (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \ done @@ -320,7 +320,7 @@ install-pkgdataDATA: $(pkgdata_DATA) done uninstall-pkgdataDATA: - $(NORMAL_UNINSTALL) + @$(NORMAL_UNINSTALL) list='$(pkgdata_DATA)'; for p in $$list; do \ rm -f $(pkgdatadir)/$$p; \ done @@ -376,7 +376,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) done; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ - $(AWK) ' { files[$$0] = 1; } \ + awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) diff --git a/aclocal.m4 b/aclocal.m4 index 0d1b1f6..f3c6e83 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.2e +dnl aclocal.m4 generated automatically by aclocal 1.2f dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. dnl This Makefile.in is free software; the Free Software Foundation diff --git a/configure b/configure index fe92293..049aad0 100755 --- a/configure +++ b/configure @@ -688,7 +688,7 @@ fi PACKAGE=automake -VERSION=1.2e +VERSION=1.2f 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 8e109fe..17322db 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.2e) +AM_INIT_AUTOMAKE(automake, 1.2f) # 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 a6d78d7..73b2d0a 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.2e from Makefile.am +# Makefile.in generated automatically by automake 1.2f from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -106,7 +106,7 @@ install-m4dataDATA: $(m4data_DATA) done uninstall-m4dataDATA: - $(NORMAL_UNINSTALL) + @$(NORMAL_UNINSTALL) list='$(m4data_DATA)'; for p in $$list; do \ rm -f $(m4datadir)/$$p; \ done diff --git a/stamp-vti b/stamp-vti index 4c724f3..3d74cae 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ @set UPDATED 12 February 1998 -@set EDITION 1.2e -@set VERSION 1.2e +@set EDITION 1.2f +@set VERSION 1.2f diff --git a/tests/Makefile.in b/tests/Makefile.in index 8a81633..5c34e0e 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.2e from Makefile.am +# Makefile.in generated automatically by automake 1.2f from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation diff --git a/version.texi b/version.texi index 4c724f3..3d74cae 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ @set UPDATED 12 February 1998 -@set EDITION 1.2e -@set VERSION 1.2e +@set EDITION 1.2f +@set VERSION 1.2f -- 2.7.4