| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.22 2011/09/18 07:57:55 mgorny Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.23 2011/09/18 21:03:59 mgorny Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: autotools-utils.eclass |
5 | # @ECLASS: autotools-utils.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maciej Mrozowski <reavertm@gentoo.org> |
7 | # Maciej Mrozowski <reavertm@gentoo.org> |
| 8 | # Michał Górny <mgorny@gentoo.org> |
8 | # Michał Górny <mgorny@gentoo.org> |
| … | |
… | |
| 56 | # "${FILESDIR}/${P}-unbundle_libpng.patch" |
56 | # "${FILESDIR}/${P}-unbundle_libpng.patch" |
| 57 | # ) |
57 | # ) |
| 58 | # |
58 | # |
| 59 | # src_configure() { |
59 | # src_configure() { |
| 60 | # local myeconfargs=( |
60 | # local myeconfargs=( |
|
|
61 | # $(use_enable debug) |
| 61 | # $(use_with qt4) |
62 | # $(use_with qt4) |
| 62 | # $(use_enable threads multithreading) |
63 | # $(use_enable threads multithreading) |
| 63 | # $(use_with tiff) |
64 | # $(use_with tiff) |
| 64 | # ) |
65 | # ) |
| 65 | # autotools-utils_src_configure |
66 | # autotools-utils_src_configure |