[pangomm] Support Automake silent rules
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pangomm] Support Automake silent rules
- Date: Sat, 19 Sep 2009 11:42:50 +0000 (UTC)
commit 36703b663f389f1c9fcd0d1f1e2ddd298f98fe6a
Author: Daniel Elstner <daniel kitta gmail com>
Date: Sat Sep 19 10:53:00 2009 +0200
Support Automake silent rules
* configure.ac: Call the AM_SILENT_RULES macro if it is defined.
(AM_INIT_AUTOMAKE): Add check-news option.
(MM_INIT_MODULE): Move block below Automake initialization.
ChangeLog | 8 ++++++++
configure.ac | 12 +++++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9f94c44..09e2be2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-19 Daniel Elstner <daniel kitta gmail com>
+
+ Support Automake silent rules
+
+ * configure.ac: Call the AM_SILENT_RULES macro if it is defined.
+ (AM_INIT_AUTOMAKE): Add check-news option.
+ (MM_INIT_MODULE): Move block below Automake initialization.
+
2009-09-07 Daniel Elstner <danielk openismus com>
Update Doxygen configuration for Doxygen 1.6.1
diff --git a/configure.ac b/configure.ac
index 2d37ddd..af6d529 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,8 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([pangomm], [2.25.1.3], [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
+AC_INIT([pangomm], [2.25.1.3],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=pangomm],
[pangomm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
@@ -24,16 +25,17 @@ AC_CONFIG_AUX_DIR([build])
AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([config.h pango/pangommconfig.h])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+AM_MAINTAINER_MODE
+AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
+
MM_PREREQ([0.7.1])
MM_INIT_MODULE([pangomm-1.4])
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
AC_SUBST([LIBPANGOMM_SO_VERSION], [1:30:0])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
-AM_MAINTAINER_MODE
-AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
-
AC_PROG_CXX
AC_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]