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 1Nd8rI-00054K-Kx for garchives@archives.gentoo.org; Thu, 04 Feb 2010 21:03:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E89C3E0A52; Thu, 4 Feb 2010 21:03:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C24CCE0B0A for ; Thu, 4 Feb 2010 21:03:27 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 728E21B4030 for ; Thu, 4 Feb 2010 21:03:27 +0000 (UTC) Received: from jlec by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Nd8rH-0001Xi-1Z for gentoo-commits@lists.gentoo.org; Thu, 04 Feb 2010 21:03:27 +0000 From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/scala/files: Makefile.am configure.ac X-VCS-Repository: gentoo-x86 X-VCS-Files: Makefile.am configure.ac X-VCS-Directories: sci-chemistry/scala/files X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: Sender: Justin Lecher Date: Thu, 04 Feb 2010 21:03:27 +0000 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: 5049309b-8c67-4ef0-ae34-5edbccc02d45 X-Archives-Hash: fb71a111e5e41a47ec940cb7e20124c5 jlec 10/02/04 21:03:27 Added: Makefile.am configure.ac Log: Splitted of scala programm from ccp4 package (Portage version: 2.2_rc62/cvs/Linux x86_64) Revision Changes Path 1.1 sci-chemistry/scala/files/Makefile.am file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scal= a/files/Makefile.am?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scal= a/files/Makefile.am?rev=3D1.1&content-type=3Dtext/plain Index: Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D LIBS =3D -lccp4f -llapack bin_PROGRAMS =3D scala scala_SOURCES =3D scala.f 1.1 sci-chemistry/scala/files/configure.ac file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scal= a/files/configure.ac?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/scal= a/files/configure.ac?rev=3D1.1&content-type=3Dtext/plain Index: configure.ac =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(scala, https://bugs.gentoo.org/) AC_CONFIG_SRCDIR([scala.f]) AM_INIT_AUTOMAKE([foreign]) # Checks for programs. AC_PROG_FC AC_PROG_F77 AC_OUTPUT([Makefile])