From: Bartosz Golaszewski Date: Tue, 2 Oct 2018 15:53:27 +0000 (+0200) Subject: build: don't use unicode characters in configure.ac X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bbcc88336b20e6bcab6e61e3df7a5d8413416d83;p=qemu-gpiodev%2Flibgpiod.git build: don't use unicode characters in configure.ac Replace unicode apostrophes with their ASCII counterparts. Signed-off-by: Bartosz Golaszewski --- 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