Re: [neard][PATCH 1/8] build: adjust configure.ac syntax to match autoupdate
Krzysztof Kozlowski <[email protected]>
| Newsgroups | dev.linux.lists.oe-linux-nfc,org.01.lists.linux-nfc |
|---|---|
| Message-ID | <[email protected]> |
On 22/09/2021 18:11, Krzysztof Kozlowski wrote: > Effect of autoupdate, without changing the version. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> > --- > configure.ac | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 25b12b9a85d8..a1f7bd8bf56a 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -1,5 +1,5 @@ > -AC_PREREQ(2.60) > -AC_INIT(neard, 0.17, [linux-nfc(a)lists.01.org]) > +AC_PREREQ([2.60]) > +AC_INIT([neard],[0.17],[linux-nfc(a)lists.01.org]) > AC_CONFIG_MACRO_DIR([m4]) > > AM_INIT_AUTOMAKE([foreign subdir-objects color-tests]) > All applied to master in https://github.com/linux-nfc/neard Best regards, Krzysztof