diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 10:43:04 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 10:43:04 +0000 |
commit | 46134b9956069e1bf66bb31747423ae249817512 (patch) | |
tree | 2cc0ac3b20de542ce918030adb9bf4534f1f711d /eclass/autotools.eclass | |
parent | New upstream versions. (diff) | |
download | gentoo-2-46134b9956069e1bf66bb31747423ae249817512.tar.gz gentoo-2-46134b9956069e1bf66bb31747423ae249817512.tar.bz2 gentoo-2-46134b9956069e1bf66bb31747423ae249817512.zip |
tab fixes
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index a35a0f4a55ea..4360771867b1 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.4 2002/07/26 21:50:14 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.5 2002/10/20 10:43:04 azarah Exp $ # The autotools eclass enables building of the apps that needs the latest autconf/automake. # # NOTES: @@ -22,7 +22,7 @@ # # Copyright 1999-2002 Gentoo Technologies, Inc. # # Distributed under the terms of the GNU General Public License, v2 or later # # Maintainer: John Doe <john@foo.com> -# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.4 2002/07/26 21:50:14 danarmak Exp $ +# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.5 2002/10/20 10:43:04 azarah Exp $ # # # If you need to set the versions different from in here, it *must* # # be done before inherit.eclass is sourced @@ -163,14 +163,14 @@ install_automake() { cd ${AUTO_S}/automake-${AMAKEVER} || die "!!! Failed to build automake !!!" - ./configure --prefix=${AUTO_D} \ - --infodir=${AUTO_D}/share/info \ - --mandir=${AUTO_D}/share/man \ - --target=${CHOST} || die "!!! Failed to configure automake !!!" + ./configure --prefix=${AUTO_D} \ + --infodir=${AUTO_D}/share/info \ + --mandir=${AUTO_D}/share/man \ + --target=${CHOST} || die "!!! Failed to configure automake !!!" - emake || die "!!! Failed to build automake !!!" + emake || die "!!! Failed to build automake !!!" - make install || die "!!! Failed to install automake !!!" + make install || die "!!! Failed to install automake !!!" } install_autotools() { |