mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-15 06:49:57 +08:00
757646d28b
longer requires them; you're supposed to use grep -E and grep -F instead. Also, don't assume that "test -a" works, since POSIX doesn't require it. * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER, _LT_AC_LANG_C_CONFIG, _LT_AC_LANG_CXX_CONFIG, AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE, AC_LIBTOOL_PROG_LD_SHLIBS): egrep -> grep, when that makes no difference. * libtoolize.in: Likewise. * ltdl.m4 (AC_LTDL_SYMBOL_USCORE): Likewise. * ltmain.in: Likewise. * demo/Makefile.am (hc-direct): Likewise. * pdemo/Makefile.am (hc-direct): Likewise. * tests/build-relink.test, tests/build-relink2.test, tests/cdemo-conf.test, tests/cdemo-shared.test, tests/cdemo-static.test, tests/demo-conf.test, tests/demo-nofast.test, tests/demo-shared.test, tests/demo-static.test, tests/depdemo-conf.test, tests/depdemo-nofast.test, tests/depdemo-shared.test, tests/depdemo-static.test, tests/hardcode.test, tests/mdemo-conf.test, tests/mdemo-shared.test, tests/mdemo-static.test, tests/pdemo-conf.test, tests/tagdemo-conf.test, tests/tagdemo-shared.test, tests/tagdemo-static.test: Likewise. * libtool.m4 (AC_PROG_EGREP): New macro, defined if Autoconf doesn't define. (AC_PATH_TOOL_PREFIX, AC_PROG_LD_GNU): Use it. (AC_PROG_LD, AC_PROG_NM, AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Use shell pattern matching rather than egrep. (AC_LIBTOOL_CONFIG): Set lt_EGREP and EGREP. * demo/Makefile.am (SET_HARDCODE_FLAGS): Use sed instead of egrep. * pdemo/Makefile.am (SET_HARDCODE_FLAGS): Likewise. * tests/defs (EGREP, FGREP): New vars. * ltmain.in: egrep -> $EGREP * tests/assign.test, tests/demo-exec.test, tests/demo-inst.test, tests/pdemo-exec.test, tests/pdemo-inst.test, tests/sh.test: Likewise. * tests/hardcode.test: fgrep -> $FGREP * tests/f77demo-exec.test: test -a -> test &&
45 lines
2.2 KiB
Plaintext
45 lines
2.2 KiB
Plaintext
Libtool would not be what it is today without the invaluable help of
|
|
these people:
|
|
|
|
Everybody who was kind enough to spend time testing libtool, use it in
|
|
their packages and report bugs, who are too numerous to mention here.
|
|
Many people who have kindly submitted bug reports and small patches
|
|
are credited for their contributions in the ChangeLogs.
|
|
|
|
The following people made especially gracious contributions of their
|
|
time and energy in helping to track down bugs, port to new systems,
|
|
and generally assist in the libtool maintainership process:
|
|
|
|
Akim Demaille akim@epita.fr
|
|
Albert Chin-A-Young china@thewrittenword.com
|
|
Andrey Slepuhin pooh@msu.ru
|
|
Bruno Haible haible@ilog.fr
|
|
Carl D. Roth roth@cse.ucsc.edu
|
|
Charles S. Wilson cwilson@ece.gatech.edu
|
|
Chris P. Ross cross@eng.us.uu.net
|
|
DJ Delorie dj@delorie.com
|
|
Edouard G. Parmelan Edouard.Parmelan@France.NCR.COM
|
|
Erez Zadok ezk@shekel.mcl.cs.columbia.edu
|
|
Eric Estievenart eric@via.ecp.fr
|
|
H.J. Lu hjl@gnu.org
|
|
Ian Lance Taylor ian@cygnus.com
|
|
Joel N. Weber II devnull@gnu.org
|
|
Joseph Beckenbach III jrb3@best.com
|
|
Kenneth Albanowski kjahds@kjahds.com
|
|
Kurt D. Zeilenga Kurt@OpenLDAP.Org
|
|
Manfred Weichel Manfred.Weichel@pdb.siemens.de
|
|
Marc J. Fraioli fraioli@dg-rtp.dg.com
|
|
Mark Kettenis kettenis@phys.uva.nl
|
|
Olly Betts olly@muscat.co.uk
|
|
Ossama Othman othman@cs.wustl.edu
|
|
Paul Eggert eggert@twinsun.com
|
|
Pavel Roskin pavel_roskin@geocities.com
|
|
Robert Collins robert.collins@itdomain.com.au
|
|
Sebastian Wilhelmi wilhelmi@ira.uka.de
|
|
Stephan Kulow coolo@kde.org
|
|
Steven M. Schultz sms@wlv.iipo.gtegsc.com
|
|
Todd Vierling tv@pobox.com
|
|
Tom Tmemey tromey@cygnus.com
|
|
Ulrich Drepper drepper@ipd.info.uni-karlsruhe.de
|
|
Xavier Pianet xavier@xingo.com
|