diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:57:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-25 19:57:52 +0000 |
commit | 94317f16d56ae950065453dc3a05245a2cc4ca59 (patch) | |
tree | 0a2b1c9f0cd285f9ae6ab69e0a127d70e91dfd4f /eclass/gnuconfig.eclass | |
parent | Header updates/cleanups (diff) | |
download | gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.tar.gz gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.tar.bz2 gentoo-2-94317f16d56ae950065453dc3a05245a2cc4ca59.zip |
Header updates/cleanups
Diffstat (limited to 'eclass/gnuconfig.eclass')
-rw-r--r-- | eclass/gnuconfig.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 46b6de84d503..75e067b91477 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,8 +1,7 @@ -#!/bin/bash # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Will Woods <wwoods@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.2 2002/10/25 19:55:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.3 2002/10/25 19:57:51 vapier Exp $ # This eclass updates config.guess and config.sub. This is useful if # configure dies from misguessing your canonical system name (CHOST). |