[gnome-keyring] Remove non-ascii characters from configure.in



commit 63283a8a1023a25ca227ffbee79f962e7ce7cd5c
Author: Stef Walter <stefw collabora co uk>
Date:   Tue Apr 19 07:12:31 2011 +0200

    Remove non-ascii characters from configure.in

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 4937565..dc6fe19 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl ****************************************************************************
 dnl Library package and libtool versioning
 dnl
 dnl Updating the libtool versions, follow these instructions sequentially:
-dnl  1. If the library source code has changed at all since the last update, then increment revision (â??c:r:aâ?? becomes â??c:r+1:aâ??).
+dnl  1. If the library source code has changed at all since the last update, then increment revision ('c:r:a' becomes 'c:r+1:a').
 dnl  2. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
 dnl  3. If any interfaces have been added since the last public release, then increment age.
 dnl  4. If any interfaces have been removed or changed since the last public release, then set age to 0.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]