From: Eric Blake Date: Mon, 30 Aug 2010 19:32:35 +0000 (+0200) Subject: Simplify recent configure quoting portability workaround. X-Git-Tag: v2.4~67 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e91e2dec63d75804dd922f6c14af6df8b0f7dde5;p=thirdparty%2Flibtool.git Simplify recent configure quoting portability workaround. * configure.ac: Simplify setting of timestamp_string. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index d7302320e..60a2297c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-30 Eric Blake + + Simplify recent configure quoting portability workaround. + * configure.ac: Simplify setting of timestamp_string. + 2010-08-30 Charles Wilson Update path conversion warning messages diff --git a/configure.ac b/configure.ac index 87f3ce1dd..aaa946f73 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])