[Libreoffice-commits] cppunit.git: doc/Money.dox examples/money

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Feb 16 11:41:31 UTC 2019


 doc/Money.dox               |    2 +-
 examples/money/configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c37be301e883e6fda168e30093acfd0afcf63666
Author:     Markus Mohrhard <markus.mohrhard at googlemail.com>
AuthorDate: Sat Feb 16 19:40:55 2019 +0800
Commit:     Markus Mohrhard <markus.mohrhard at googlemail.com>
CommitDate: Sat Feb 16 19:40:55 2019 +0800

    use []  in AC macros

diff --git a/doc/Money.dox b/doc/Money.dox
index 2cbb88b..de58fed 100644
--- a/doc/Money.dox
+++ b/doc/Money.dox
@@ -67,7 +67,7 @@ hold the code we're going to build. Create \c configure.in and
 <tt>configure.in</tt>
 \verbatim
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(money,0.1)
+AC_INIT([money],[0.1])
 AC_CONFIG_SRCDIR(Makefile.am)
 AM_INIT_AUTOMAKE
 PKG_CHECK_MODULES([CPPUNIT], [cppunit >= 1.11.6])
diff --git a/examples/money/configure.ac b/examples/money/configure.ac
index 954d567..fe210e3 100644
--- a/examples/money/configure.ac
+++ b/examples/money/configure.ac
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Don't forget to run `aclocal -I /usr/local/share/aclocal` before
 dnl running autoconf! This is required for PKG_CHECK_MODULES to work.
-AC_INIT(cppunit-cookbook,1.6.2)
+AC_INIT([cppunit-cookbook],[1.6.2])
 AC_CONFIG_SRCDIR(Makefile.am)
 AM_INIT_AUTOMAKE
 PKG_CHECK_MODULES([CPPUNIT], [cppunit >= 1.11.6])


More information about the Libreoffice-commits mailing list