/pidgin/main: 5dd62e11acf7: Bump up our required version of auto...
Mark Doliner
mark at kingant.net
Tue Jan 22 03:44:51 EST 2013
Changeset: 5dd62e11acf76afc86697a0a9d0bc2c14aac2df2
Author: Mark Doliner <mark at kingant.net>
Date: 2013-01-22 00:44 -0800
Branch: default
URL: http://hg.pidgin.im/pidgin/main/rev/5dd62e11acf7
Description:
Bump up our required version of automake.
This should be fine according to
https://developer.pidgin.im/wiki/Dependencies
I'll leave it to someone else to do the TODO on the following line.
diffstat:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ fi
AC_CANONICAL_HOST
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2])
+AM_INIT_AUTOMAKE([1.11 -Wno-portability dist-bzip2])
dnl TODO: Always use AM_SILENT_RULES when we depend on automake >= 1.11
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
More information about the Commits
mailing list