From bbcc88336b20e6bcab6e61e3df7a5d8413416d83 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 2 Oct 2018 17:53:27 +0200 Subject: [PATCH] build: don't use unicode characters in configure.ac Replace unicode apostrophes with their ASCII counterparts. Signed-off-by: Bartosz Golaszewski --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 445bd0c..782b395 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_SUBST(VERSION_STR, [$PACKAGE_VERSION$EXTRA_VERSION]) # # (...) # 3. If the library source code has changed at all since the last update, then -# increment revision (‘c:r:a’ becomes ‘c:r+1:a’). +# increment revision ('c:r:a' becomes 'c:r+1:a'). # 4. If any interfaces have been added, removed, or changed since the last # update, increment current, and set revision to 0. # 5. If any interfaces have been added since the last public release, then -- 2.30.2