libtool/tests
Paul Eggert 757646d28b Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no
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 &&
2002-11-19 09:42:39 +00:00
..
.cvsignore Minor cosmetic fixe and CVS administrivia. 1998-10-27 16:09:56 +00:00
assign.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
build-relink2.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
build-relink.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
cdemo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
cdemo-exec.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
cdemo-make.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
cdemo-shared.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
cdemo-static.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
defs Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-exec.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-inst.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-make.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
demo-nofast.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-nopic.test * tests/*.test: MinGW's MSYS treats files under /dev 2002-11-18 15:37:05 +00:00
demo-pic.test * tests/*.test: MinGW's MSYS treats files under /dev 2002-11-18 15:37:05 +00:00
demo-shared.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-static.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
demo-unst.test * tests/*-unst.test: if directory is not configured, skip it 1999-03-21 04:51:36 +00:00
depdemo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
depdemo-exec.test * NEWS: Updated. 2002-03-03 03:19:55 +00:00
depdemo-inst.test * NEWS: Updated. 2002-03-03 03:19:55 +00:00
depdemo-make.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
depdemo-nofast.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
depdemo-shared.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
depdemo-static.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
depdemo-unst.test * libltdl/ltdl.c (find_handle_callback): treat the result of a call 2002-01-11 00:25:19 +00:00
deplibs.test new test 1999-04-01 15:34:55 +00:00
dryrun.test * NEWS: Updated. 2002-03-03 03:19:55 +00:00
f77demo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
f77demo-exec.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
f77demo-make.test * libtool.m4 (AC_PROG_LIBTOOL): Added support for the new F77 2002-07-31 20:15:28 +00:00
f77demo-shared.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
f77demo-static.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
hardcode.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
link-2.test Merge test improvements from multi-language-branch: 2001-06-30 20:31:34 +00:00
link.test Merge test improvements from multi-language-branch: 2001-06-30 20:31:34 +00:00
Makefile.am * tests/Makefile.am: Conditional assignment of FFLAGS = @FFLAGS@ 2002-11-18 18:59:44 +00:00
mdemo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
mdemo-exec.test * NEWS: Updated. 2002-03-03 03:19:55 +00:00
mdemo-inst.test Apply Cygwin patches from Charles Wilson. 2002-10-22 19:29:28 +00:00
mdemo-make.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
mdemo-shared.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
mdemo-static.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
mdemo-unst.test * tests/*-unst.test: if directory is not configured, skip it 1999-03-21 04:51:36 +00:00
noinst-link.test * NEWS: Updated. 2002-03-03 03:19:55 +00:00
nomode.test * Makefile.am (@DIST_MAKEFILE_LIST@): work around Ultrix /bin/sh bug 1999-01-20 22:12:51 +00:00
pdemo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
pdemo-exec.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
pdemo-inst.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
pdemo-make.test * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
quote.test From Brad <brad@comstyle.com>: 2001-09-10 22:27:23 +00:00
sh.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
suffix.test Merge test improvements from multi-language-branch: 2001-06-30 20:31:34 +00:00
tagdemo-conf.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
tagdemo-exec.test * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
tagdemo-make.test * bootstrap: Added tagdemo and pdemo tests from 2001-06-06 14:53:29 +00:00
tagdemo-shared.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00
tagdemo-static.test Don't assume that egrep and fgrep exist. POSIX 1003.1-2001 no 2002-11-19 09:42:39 +00:00