[gsound] build: Fix configure.ac slightly
- From: Tristan Brindle <tbrindle src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsound] build: Fix configure.ac slightly
- Date: Sun, 1 Nov 2015 11:34:14 +0000 (UTC)
commit 609acea27fc835aaca5109637f042e68e3d89d30
Author: Tristan Brindle <t c brindle gmail com>
Date: Sun Nov 1 19:48:35 2015 +1300
build: Fix configure.ac slightly
* Use all the arguments to AC_INIT
* Use AX_IS_RELEASE, cos why not
* Use AM_MAINTAINER_MODE properly
* Escape some stuff, although the escaping rules confuse
the hell out of me
configure.ac | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f3f8a1d..cd2ad56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,13 +1,15 @@
-AC_INIT(gsound, 1.0.1,
- [http://bugzilla.gnome.org/enter_bug.cgi?product=gsound])
+AC_INIT([gsound], [1.0.1],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=gsound],
+ [gsound], [https://wiki.gnome.org/Projects/GSound])
+AX_IS_RELEASE([git-directory])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-AC_CONFIG_AUX_DIR(build-aux)
-AC_CONFIG_MACRO_DIR(m4)
+AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz])
AC_CONFIG_HEADERS([config.h])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE([enable])
AC_PROG_CC
AM_PROG_CC_C_O
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]