From 3ac7fb460c495d34fc02364b2ff7e56456a1a50f Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 16 Nov 2009 08:22:52 -0800 Subject: Preparing for release 0.9.5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 58aee42..30a8112 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(libiphone, 0.9.4, nospam@nowhere.com) +AC_INIT(libiphone, 0.9.5, nospam@nowhere.com) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) AC_CONFIG_SRCDIR([src/]) -- cgit v1.1-32-gdbae From 91f9e449f7432d8b609d5550a2abae47bb7b9aff Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 17 Nov 2009 01:58:51 +0100 Subject: silence building output for better overview --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 30a8112..7c59171 100644 --- a/configure.ac +++ b/configure.ac @@ -104,4 +104,6 @@ if test "$enable_largefile" != no; then fi AC_SUBST(LFS_CFLAGS) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) + AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile tools/Makefile swig/Makefile libiphone-1.0.pc) -- cgit v1.1-32-gdbae