* configure.ac: Simplify setting of timestamp_string.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2010-08-30 Eric Blake <eblake@redhat.com>
+
+ Simplify recent configure quoting portability workaround.
+ * configure.ac: Simplify setting of timestamp_string.
+
2010-08-30 Charles Wilson <libtool@cwilson.fastmail.fm>
Update path conversion warning messages
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])