]> sourceware.org Git - automake.git/commitdiff
2001-08-02 Tim Van Holder <tim.van.holder@pandora.be>
authorTom Tromey <tromey@redhat.com>
Thu, 2 Aug 2001 22:40:25 +0000 (22:40 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 2 Aug 2001 22:40:25 +0000 (22:40 +0000)
* automake.texi (EXEEXT): Clarify.

ChangeLog
automake.texi
configure
stamp-vti
version.texi

index 8ffcca576b9470c8f17e4591b989301c423587d3..f1dde43f90c86046688da690ab4de8cb42c3e759 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-02  Tim Van Holder  <tim.van.holder@pandora.be>
+
+       * automake.texi (EXEEXT): Clarify.
+
 2001-08-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * m4/missing.m4 (AM_MISSING_HAS_RUN): Typo.
index f4d49ad7d49bb7482a4293e411f6eb1b7925ee83..1758de1f37c05bc926682ba6e28d7235125030cb 100644 (file)
@@ -2872,7 +2872,9 @@ program using such a substitution, then your @file{configure.in} must
 take care to add @samp{$(EXEEXT)} when constructing the output variable.
 
 With Autoconf 2.13 and earlier, you must explicitly use @code{AC_EXEEXT}
-to get this support.  With Autoconf 2.50, @code{AC_EXEEXT} is implicit.
+to get this support.  With Autoconf 2.50, @code{AC_EXEEXT} is run
+automatically if you configure a compiler (say, through
+@code{AC_PROG_CC}).
 
 Sometimes maintainers like to write an explicit link rule for their
 program.  Without executable extension support, this is easy---you
index 5c91482d8a07489b9637f524339577694b34b5c3..56dca8189b20d3cce7e76516b20eee5e47c0be4e 100755 (executable)
--- a/configure
+++ b/configure
@@ -825,7 +825,7 @@ AMTAR=${AMTAR-"${am_missing_run}tar"}
 if test -z "$install_sh"; then
    for install_sh in "$ac_aux_dir/install-sh" \
                      "$ac_aux_dir/install.sh" \
-                     "${am_missing_run}${ac_auxdir}/install-sh";
+                     "${am_missing_run}${ac_aux_dir}/install-sh";
    do
      test -f "$install_sh" && break
    done
index 8b2cfd36d3f396fdb44d129310cfd1e06013c8bd..fbc69ab40ebe8d5a297daa5f471d4d2ee7f69924 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,4 +1,4 @@
-@set UPDATED 30 July 2001
-@set UPDATED-MONTH July 2001
+@set UPDATED 2 August 2001
+@set UPDATED-MONTH August 2001
 @set EDITION 1.4k
 @set VERSION 1.4k
index 8b2cfd36d3f396fdb44d129310cfd1e06013c8bd..fbc69ab40ebe8d5a297daa5f471d4d2ee7f69924 100644 (file)
@@ -1,4 +1,4 @@
-@set UPDATED 30 July 2001
-@set UPDATED-MONTH July 2001
+@set UPDATED 2 August 2001
+@set UPDATED-MONTH August 2001
 @set EDITION 1.4k
 @set VERSION 1.4k
This page took 0.04017 seconds and 5 git commands to generate.