Skip to content
Snippets Groups Projects
Commit afb95684 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski
Browse files

build: add a space between arguments of AC_INIT() in configure.ac


Make the AC_INIT() expansion consistent with other macros.

Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 55070b0e
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment