projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55070b0
)
build: add a space between arguments of AC_INIT() in configure.ac
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Tue, 2 Mar 2021 11:25:51 +0000
(12:25 +0100)
committer
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Tue, 2 Mar 2021 13:02:41 +0000
(14:02 +0100)
Make the AC_INIT() expansion consistent with other macros.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 70896ce96bae87fac5738509bd5e55dbcec63084..e0a917f54cf205cce41ae552c8e5512321fc291d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3,7
+3,7
@@
AC_PREREQ([2.69])
-AC_INIT([libgpiod],[2.0])
+AC_INIT([libgpiod],
[2.0])
AC_SUBST(EXTRA_VERSION, [-devel])
AC_DEFINE_UNQUOTED([GPIOD_VERSION_STR],