From: Tom Tromey Date: Thu, 2 Aug 2001 22:40:25 +0000 (+0000) Subject: 2001-08-02 Tim Van Holder X-Git-Tag: branchpoint-real-1-5~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56fc34a8be4778e505b162ebdb144f73df4f4c45;p=thirdparty%2Fautomake.git 2001-08-02 Tim Van Holder * automake.texi (EXEEXT): Clarify. --- diff --git a/ChangeLog b/ChangeLog index 8ffcca576..f1dde43f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-02 Tim Van Holder + + * automake.texi (EXEEXT): Clarify. + 2001-08-01 Alexandre Duret-Lutz * m4/missing.m4 (AM_MISSING_HAS_RUN): Typo. diff --git a/automake.texi b/automake.texi index f4d49ad7d..1758de1f3 100644 --- a/automake.texi +++ b/automake.texi @@ -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 diff --git a/configure b/configure index 5c91482d8..56dca8189 100755 --- 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 diff --git a/stamp-vti b/stamp-vti index 8b2cfd36d..fbc69ab40 100644 --- 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 diff --git a/version.texi b/version.texi index 8b2cfd36d..fbc69ab40 100644 --- a/version.texi +++ b/version.texi @@ -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