| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/libtool.eclass,v 1.75 2007/03/04 21:03:41 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.76 2007/05/30 15:45:34 cardoe Exp $ |
| 4 | # |
4 | # |
| 5 | # Maintainer: base-system@gentoo.org |
5 | # Maintainer: base-system@gentoo.org |
| 6 | # |
6 | # |
| 7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
7 | # This eclass patches ltmain.sh distributed with libtoolized packages with the |
| 8 | # relink and portage patch among others |
8 | # relink and portage patch among others |
| … | |
… | |
| 347 | |
347 | |
| 348 | cd "${start_dir}" |
348 | cd "${start_dir}" |
| 349 | } |
349 | } |
| 350 | |
350 | |
| 351 | uclibctoolize() { |
351 | uclibctoolize() { |
| 352 | ewarn "uclibctoolize() is depreciated, please just use elibtoolize()!" |
352 | ewarn "uclibctoolize() is deprecated, please just use elibtoolize()!" |
| 353 | elibtoolize |
353 | elibtoolize |
| 354 | } |
354 | } |
| 355 | |
355 | |
| 356 | darwintoolize() { |
356 | darwintoolize() { |
| 357 | ewarn "darwintoolize() is depreciated, please just use elibtoolize()!" |
357 | ewarn "darwintoolize() is deprecated, please just use elibtoolize()!" |
| 358 | elibtoolize |
358 | elibtoolize |
| 359 | } |
359 | } |
| 360 | |
360 | |
| 361 | # char *VER_major(string) |
361 | # char *VER_major(string) |
| 362 | # |
362 | # |