summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <james@jamesh.id.au>2006-01-02 11:30:32 +0000
committerJames Henstridge <jamesh@src.gnome.org>2006-01-02 11:30:32 +0000
commit7d3059e7323852c3cf8d6c7a33192cf8f145419a (patch)
tree9e65cce10bbdfd7a33eef8b912afe47999000cb7
parentd3add9e1150e7b3977c9fd959d02f65a1216c05d (diff)
downloadlibgtop-7d3059e7323852c3cf8d6c7a33192cf8f145419a.tar.gz
add quotes around symbol definition.
2006-01-02 James Henstridge <james@jamesh.id.au> * configure.in (LT_VERSION_INFO): add quotes around symbol definition.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c46f7fc6..ebc4d748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* configure.in:
diff --git a/configure.in b/configure.in
index a4b021da..198eabd0 100644
--- a/configure.in
+++ b/configure.in
@@ -44,7 +44,7 @@ AC_SUBST(LIBGTOP_VERSION_CODE, [libgtop_version_code])
# libtool versioning
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 ."