fixed bug in sanity check
authorTom Tromey <tromey@redhat.com>
Mon, 24 Mar 1997 20:48:14 +0000 (20:48 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 24 Mar 1997 20:48:14 +0000 (20:48 +0000)
ChangeLog
Makefile.in
aclocal.m4
configure
configure.in
m4/Makefile.in
m4/sanity.m4
stamp-vti
tests/Makefile.in
version.texi

index d17fae4..27a6e7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Mon Mar 24 23:28:59 1997  Tom Tromey  <tromey@cygnus.com>
 
+       * m4/sanity.m4: Sleep before creating temp file.
+
        * header-vars.am (NORMAL_INSTALL, PRE_INSTALL, POST_INSTALL):
        Define.
 
index 53bbe9a..a0d34ee 100644 (file)
@@ -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@
index adec624..06d5d72 100644 (file)
@@ -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
index 5ea87e5..d1c5664 100755 (executable)
--- a/configure
+++ b/configure
@@ -608,7 +608,7 @@ cat >> confdefs.h <<EOF
 #define PACKAGE "$PACKAGE"
 EOF
 
-VERSION=1.1m
+VERSION=1.1n
 
 cat >> confdefs.h <<EOF
 #define VERSION "$VERSION"
@@ -616,9 +616,9 @@ EOF
 
 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&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
index 868227b..a2d436a 100644 (file)
@@ -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.
index 801e427..3b5b6ad 100644 (file)
@@ -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@
index 5aea772..9cb2827 100644 (file)
@@ -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
index 13dd4e1..957c119 100644 (file)
--- 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
index 3dcc0ae..75f2a00 100644 (file)
@@ -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@
index 13dd4e1..957c119 100644 (file)
@@ -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