mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-27 01:44:28 +00:00
Simplify recent configure quoting portability workaround.
* configure.ac: Simplify setting of timestamp_string. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
parent
f91cf561ab
commit
e91e2dec63
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
@ -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])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user