[nautilus-actions] Revert inversion of AC_CANONICAL_TARGET and AM_INIT_AUTOMAKE
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Revert inversion of AC_CANONICAL_TARGET and AM_INIT_AUTOMAKE
- Date: Fri, 3 Sep 2010 16:36:40 +0000 (UTC)
commit 53ed54f081b6be963c589121e0e02f64192f8023
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Sep 3 12:35:56 2010 +0200
Revert inversion of AC_CANONICAL_TARGET and AM_INIT_AUTOMAKE
ChangeLog | 3 +++
configure.ac | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 13e9ef5..b538a04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2010-09-03 Pierre Wieser <pwieser trychlos org>
+ * configure.ac:
+ Revert inversion of AC_CANONICAL_TARGET and AM_INIT_AUTOMAKE.
+
* src/io-desktop/nadp-writer.c (write_done_write_subitems_list):
Improve debug messages.
diff --git a/configure.ac b/configure.ac
index 8b40352..56cdc88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,9 +30,10 @@ AC_PREREQ([2.53])
AC_INIT([Nautilus-Actions],[2.99.6],[maintainer nautilus-actions org],,[http://www.nautilus-actions.org])
-AM_INIT_AUTOMAKE
AC_CANONICAL_TARGET
+AM_INIT_AUTOMAKE
+
AC_CONFIG_SRCDIR([src/plugin-menu/nautilus-module.c])
AC_CONFIG_HEADERS([src/config.h])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]