From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PyNO3-0005vE-Il for garchives@archives.gentoo.org; Sat, 12 Mar 2011 11:53:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE146E0539; Sat, 12 Mar 2011 11:53:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B71E0E054D for ; Sat, 12 Mar 2011 11:53:28 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15F6B1B4150 for ; Sat, 12 Mar 2011 11:53:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 708828006E for ; Sat, 12 Mar 2011 11:53:27 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Files: configure.ac X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: b3e3d24438e50a3a4a98ef860a72b04d154b3c88 Date: Sat, 12 Mar 2011 11:53:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cbccf03e47c4750e36eeb38acdb14d5f commit: b3e3d24438e50a3a4a98ef860a72b04d154b3c88 Author: Petteri R=C3=A4ty petteriraty eu> AuthorDate: Sat Mar 12 11:48:44 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Sat Mar 12 11:52:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3Db3e3d244 Turn on color-tests for automake --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index d704dda..045fb49 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl ############################################# AC_PREREQ(2.65) AC_CONFIG_MACRO_DIR([m4]) AC_INIT([libbash],[0.1],[powerofazure@gmail.com]) -AM_INIT_AUTOMAKE([foreign parallel-tests subdir-objects]) +AM_INIT_AUTOMAKE([foreign parallel-tests color-tests subdir-objects]) AC_PROG_CXX LT_INIT AX_BOOST_BASE(1.43.0,[:],[AC_MSG_ERROR([Needed boost not found])])