]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
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 d17fae4da3c16a716a645b12a17b6bb5600999f4..27a6e7a592828256d335284a1edf5518336e3958 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 53bbe9a50933de61a65c4601c434e7c4a179be2f..a0d34ee46c54514446182fbdcc09409a6fba8277 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 adec624fbd0eb228a5c09a13b63765c62cdc1228..06d5d7285f515c354b60dcc8c4dbb5e40a8311d6 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 5ea87e54f7404de968db70ee62b44ac4c54fee1e..d1c56645f22451a8d6ce43bce0c09fe2c7438b47 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 868227b0a64e2b7f0669e403bf75d54d36063920..a2d436aaad2ef09d7693d5e8517e468572687fec 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 801e4274a911a7e43612dc34d7e66e397cc2602b..3b5b6ad271a1e8af789ebf5b0f01b8d4f9e53aad 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 5aea77273dd931ad7ad886258af26878c3c391a5..9cb2827eda05848b6ba5d89db34d417dc8c65408 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 13dd4e1c16ee470e5d5a681ac128007a491cfb7c..957c1197c2d4559aefe51f5aeeee7269b9f8deee 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 3dcc0ae6e5dd67d7db9c6c5f58194af4aba97cba..75f2a002acc1572c6f2f502004655eab57adf7fc 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 13dd4e1c16ee470e5d5a681ac128007a491cfb7c..957c1197c2d4559aefe51f5aeeee7269b9f8deee 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