diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-03 00:29:39 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-03 00:29:39 +0000 |
commit | a2c7f7c7ffad88ae59279aa115f1c887bcbb4999 (patch) | |
tree | 0996ea2b71064a1dbc04f1a35b8484993681fd5c /media-libs/imlib | |
parent | remove aclocal and autoconf (diff) | |
download | gentoo-2-a2c7f7c7ffad88ae59279aa115f1c887bcbb4999.tar.gz gentoo-2-a2c7f7c7ffad88ae59279aa115f1c887bcbb4999.tar.bz2 gentoo-2-a2c7f7c7ffad88ae59279aa115f1c887bcbb4999.zip |
remove uneeded auto*
Diffstat (limited to 'media-libs/imlib')
-rw-r--r-- | media-libs/imlib/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/imlib/imlib-1.9.13-r1.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/imlib/ChangeLog b/media-libs/imlib/ChangeLog index 86c5d4d304d7..4ff0dd9b9441 100644 --- a/media-libs/imlib/ChangeLog +++ b/media-libs/imlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/imlib # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.3 2002/03/21 09:26:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.4 2002/04/03 00:29:39 azarah Exp $ + + 03 Apr 2002; M.Schlemmer <azarah@gentoo.org> imlib-1.9.13-r1.ebuild : + + Remove unneeded aclocal, autoconf and automake. *imlib-1.9.13-r1 (21 Mar 2002) diff --git a/media-libs/imlib/imlib-1.9.13-r1.ebuild b/media-libs/imlib/imlib-1.9.13-r1.ebuild index 4a7c79387fff..12f554812946 100644 --- a/media-libs/imlib/imlib-1.9.13-r1.ebuild +++ b/media-libs/imlib/imlib-1.9.13-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.13-r1.ebuild,v 1.2 2002/03/24 22:24:05 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.13-r1.ebuild,v 1.3 2002/04/03 00:29:39 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="Imlib is a general Image loading and rendering library." @@ -23,9 +23,6 @@ src_compile() { #update libtool to fix "relink" bug libtoolize --copy --force - aclocal - autoconf - automake --add-missing ./configure --host=${CHOST} \ --prefix=/usr \ |