| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.35 2012/01/14 14:50:05 mgorny Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.36 2012/01/14 14:58:29 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> |
| … | |
… | |
| 330 | eaclocal |
330 | eaclocal |
| 331 | fi |
331 | fi |
| 332 | |
332 | |
| 333 | eautoconf |
333 | eautoconf |
| 334 | eautoheader |
334 | eautoheader |
| 335 | eautomake |
335 | FROM_EAUTORECONF=sure eautomake |
| 336 | |
336 | |
| 337 | local x |
337 | local x |
| 338 | for x in $(autotools_get_subdirs); do |
338 | for x in $(autotools_get_subdirs); do |
| 339 | if [[ -d ${x} ]] ; then |
339 | if [[ -d ${x} ]] ; then |
| 340 | pushd "${x}" >/dev/null |
340 | pushd "${x}" >/dev/null |