[gnome-hello] build-sys: s/GNOME_ENABLE_DEBUG/AX_CHECK_ENABLE_DEBUG
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-hello] build-sys: s/GNOME_ENABLE_DEBUG/AX_CHECK_ENABLE_DEBUG
- Date: Mon, 22 Dec 2014 15:31:28 +0000 (UTC)
commit 81e6b07bfec488d83d767c07584fccbeb500bb2f
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Mon Dec 22 15:31:29 2014 +0100
build-sys: s/GNOME_ENABLE_DEBUG/AX_CHECK_ENABLE_DEBUG
As recommended by gnome-common macro documentation.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8ea41ef..a80ed0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2 no-dist-gzip])
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
# Check for programs
+AX_CHECK_ENABLE_DEBUG
AC_PROG_CC
# Initialize libtool
@@ -21,7 +22,6 @@ LT_INIT
# GNOME
# *****
-GNOME_DEBUG_CHECK
GNOME_COMPILE_WARNINGS([maximum])
# ***************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]