libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.2.10-138-ge91e2de


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.10-138-ge91e2de
Date: Mon, 30 Aug 2010 19:33:11 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  e91e2dec63d75804dd922f6c14af6df8b0f7dde5 (commit)
      from  f91cf561abf175642e6c20299bea7d5199913133 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e91e2dec63d75804dd922f6c14af6df8b0f7dde5
Author: Eric Blake <address@hidden>
Date:   Mon Aug 30 21:32:35 2010 +0200

    Simplify recent configure quoting portability workaround.
    
    * configure.ac: Simplify setting of timestamp_string.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    5 +++++
 configure.ac |    5 +----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d730232..60a2297 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-30  Eric Blake  <address@hidden>
+
+       Simplify recent configure quoting portability workaround.
+       * configure.ac: Simplify setting of timestamp_string.
+
 2010-08-30  Charles Wilson  <address@hidden>
 
        Update path conversion warning messages
diff --git a/configure.ac b/configure.ac
index 87f3ce1..aaa946f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,10 +113,7 @@ case $lt_alpha in
     TIMESTAMP=
     ;;
 esac
-timestamp_string=
-if test -n "$TIMESTAMP"; then
-  timestamp_string=" (Build:$TIMESTAMP)"
-fi
+timestamp_string="${TIMESTAMP:+ (Build:$TIMESTAMP)}"
 AS_BOX([Configuring AC_PACKAGE_TARNAME$timestamp_string AC_PACKAGE_VERSION])
 echo
 AC_SUBST([TIMESTAMP])


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]