From 9c11ddf6d58ae61001ad8b5f4c9f6fc8e59baecf Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 24 Mar 1997 20:48:14 +0000 Subject: [PATCH] fixed bug in sanity check --- ChangeLog | 2 ++ Makefile.in | 6 +++++- aclocal.m4 | 4 ++-- configure | 4 ++-- configure.in | 2 +- m4/Makefile.in | 6 +++++- m4/sanity.m4 | 2 +- stamp-vti | 4 ++-- tests/Makefile.in | 6 +++++- version.texi | 4 ++-- 10 files changed, 27 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index d17fae4da..27a6e7a59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ Mon Mar 24 23:28:59 1997 Tom Tromey + * m4/sanity.m4: Sleep before creating temp file. + * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL): Define. diff --git a/Makefile.in b/Makefile.in index 53bbe9a50..a0d34ee46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1m from Makefile.am +# Makefile.in generated automatically by automake 1.1n from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -42,6 +42,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ + +NORMAL_INSTALL = @: +PRE_INSTALL = @: +POST_INSTALL = @: INSTALL_SCRIPT = @INSTALL_SCRIPT@ PACKAGE = @PACKAGE@ PERL = @PERL@ diff --git a/aclocal.m4 b/aclocal.m4 index adec624fb..06d5d7285 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.1m +dnl aclocal.m4 generated automatically by aclocal 1.1n # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. @@ -43,9 +43,9 @@ AC_SUBST(INSTALL_SCRIPT)dnl AC_DEFUN(AM_SANITY_CHECK, [AC_MSG_CHECKING([whether build environment is sane]) -echo timestamp > conftestfile # Just in case sleep 1 +echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks diff --git a/configure b/configure index 5ea87e54f..d1c56645f 100755 --- a/configure +++ b/configure @@ -608,7 +608,7 @@ cat >> confdefs.h <> confdefs.h <&6 echo "configure:619: checking whether build environment is sane" >&5 -echo timestamp > conftestfile # Just in case sleep 1 +echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks diff --git a/configure.in b/configure.in index 868227b0a..a2d436aaa 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.1m) +AM_INIT_AUTOMAKE(automake, 1.1n) # 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 801e4274a..3b5b6ad27 100644 --- a/m4/Makefile.in +++ b/m4/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1m from Makefile.am +# Makefile.in generated automatically by automake 1.1n from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -42,6 +42,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ + +NORMAL_INSTALL = @: +PRE_INSTALL = @: +POST_INSTALL = @: INSTALL_SCRIPT = @INSTALL_SCRIPT@ PACKAGE = @PACKAGE@ PERL = @PERL@ diff --git a/m4/sanity.m4 b/m4/sanity.m4 index 5aea77273..9cb2827ed 100644 --- a/m4/sanity.m4 +++ b/m4/sanity.m4 @@ -4,9 +4,9 @@ AC_DEFUN(AM_SANITY_CHECK, [AC_MSG_CHECKING([whether build environment is sane]) -echo timestamp > conftestfile # Just in case sleep 1 +echo timestamp > conftestfile # Do `set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks diff --git a/stamp-vti b/stamp-vti index 13dd4e1c1..957c1197c 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ @set UPDATED 21 March 1997 -@set EDITION 1.1m -@set VERSION 1.1m +@set EDITION 1.1n +@set VERSION 1.1n diff --git a/tests/Makefile.in b/tests/Makefile.in index 3dcc0ae6e..75f2a002a 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1m from Makefile.am +# Makefile.in generated automatically by automake 1.1n from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -42,6 +42,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ + +NORMAL_INSTALL = @: +PRE_INSTALL = @: +POST_INSTALL = @: INSTALL_SCRIPT = @INSTALL_SCRIPT@ PACKAGE = @PACKAGE@ PERL = @PERL@ diff --git a/version.texi b/version.texi index 13dd4e1c1..957c1197c 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ @set UPDATED 21 March 1997 -@set EDITION 1.1m -@set VERSION 1.1m +@set EDITION 1.1n +@set VERSION 1.1n -- 2.47.3