diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-03-28 18:14:06 +0200 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-04 21:38:22 -0500 |
commit | 95b0863f8751fe4fc80782f8232bce7ef5d1ca0c (patch) | |
tree | 2d6d0d83e038a41570ab69f6f079ed814798ceb5 /configure.ac | |
parent | 641ec51c8bef4d3a44a327b2ea95e9c99e3f7655 (diff) |
build: use brackets in autoconf initialization macros
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2224c1f5..436461f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_PREREQ(2.60) +AC_PREREQ([2.60]) -AC_INIT(ModemManager, 0.4, dcbw@redhat.com, ModemManager) +AC_INIT([ModemManager],[0.4],[dcbw@redhat.com],[ModemManager]) AM_INIT_AUTOMAKE([1.9 subdir-objects tar-ustar no-dist-gzip dist-bzip2 -Wno-portability]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE |