libtool/tests
Thomas Tanner 47938d46eb * update all copyright notices to 2000
* doc/libtool.texi (using libltdl): document new lt_dlinfo struct,
  replace NULL with @code{NULL}, document lt_dlsetdata(),
  lt_dlgetdata() and lt_dlgetinfo()
* libltdl/Makefile.am: increment interface version number
* libltdl/configure.in: set version number to 1.1
* libltdl/ltdl.c: make some variables public by moving them
  to the info struct, add support for application specific data
  within module handles, new lt_dlsetdata(), lt_dlgetdata() and
  lt_dlgetinfo() functions,
  fix memory leaks, minor cleanups
* libltdl/ltdl.h: ditto
* mdemo/main.c: demonstrate use of lt_dlgetinfo,
  improved handling of errors

* ltconfig.in: set hardcode_into_libs = yes for GNU/Hurd, Linux
  and Solaris, only hardcode *all* run-paths if hardcode_into_libs
  is set to 'all', otherwise hardcode only user-specified rpaths
  into libraries
* ltmain.in: minor cleanups, we don't need to add user-specified
  rpaths to compile_rpath, finalize_rpath is sufficient

* ltconfig.in: transform linux* -> *linux-gnu* _after_ host_os has
  been set! (reported by Bruno Haible <haible@ilog.fr>)

* configure.in: AC_SUBST reload_flag, deplibs_check_method
  and file_magic_cmd

* README: use 'libtool --version' instead of 'ltconfig --version'
  (suggested by Francios Pinard <pinard@iro.umontreal.ca>
2000-01-13 00:28:09 +00:00
..
.cvsignore
assign.test
build-relink2.test * update all copyright notices to 2000 2000-01-13 00:28:09 +00:00
build-relink.test * update all copyright notices to 2000 2000-01-13 00:28:09 +00:00
cdemo-conf.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +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 * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
cdemo-static.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
defs
demo-conf.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
demo-exec.test * demo/Makefile.am: moved testsuite specific declarations to the end, 1999-04-01 15:34:13 +00:00
demo-inst.test * demo/Makefile.am: moved testsuite specific declarations to the end, 1999-04-01 15:34:13 +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 * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
demo-nopic.test * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +00:00
demo-pic.test * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +00:00
demo-shared.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
demo-static.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +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 * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
depdemo-exec.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
depdemo-inst.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +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 * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
depdemo-shared.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
depdemo-static.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
depdemo-unst.test * tests/*-unst.test: if directory is not configured, skip it 1999-03-21 04:51:36 +00:00
deplibs.test new test 1999-04-01 15:34:55 +00:00
dryrun.test * dryrun.test: It would still fail at random times, because `cp' 1999-04-07 19:36:05 +00:00
hardcode.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
link-2.test
link.test
Makefile.am * NEWS, TODO: updated (pic flags) 1999-07-17 09:00:53 +00:00
mdemo-conf.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
mdemo-exec.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
mdemo-inst.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +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 * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +00:00
mdemo-static.test * tests/*.test: when a test fails, skip tests that depend on it. 1999-03-19 17:58:53 +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 * tests/noinst-link.test: new test 1999-03-19 16:54:29 +00:00
nomode.test * Makefile.am (@DIST_MAKEFILE_LIST@): work around Ultrix /bin/sh bug 1999-01-20 22:12:51 +00:00
quote.test * ltmain.in (-Xcompiler, -Xlinker): Add to compile_command and 1999-12-18 07:50:04 +00:00
sh.test * tests/sh.test: New test to detect uses of quotes within 1999-11-04 16:15:50 +00:00
suffix.test