add quotes around symbol definition.

2006-01-02  James Henstridge  <james@jamesh.id.au>

	* configure.in (LT_VERSION_INFO): add quotes around symbol definition.
This commit is contained in:
James Henstridge
2006-01-02 11:30:32 +00:00
committed by James Henstridge
parent d3add9e115
commit 7d3059e732
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-01-02 James Henstridge <james@jamesh.id.au>
* configure.in (LT_VERSION_INFO): add quotes around symbol definition.
2005-12-15 Benoît Dejean <benoit@placenet.org> 2005-12-15 Benoît Dejean <benoit@placenet.org>
* configure.in: * configure.in:

View File

@@ -44,7 +44,7 @@ AC_SUBST(LIBGTOP_VERSION_CODE, [libgtop_version_code])
# libtool versioning # libtool versioning
AC_SUBST(LT_VERSION_INFO, AC_SUBST(LT_VERSION_INFO,
[-version-info libgtop_current:libgtop_revision:libgtop_age]) ["-version-info libgtop_current:libgtop_revision:libgtop_age"])
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I ." ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I ."