libtool/tests
Gary V. Vaughan 388b7626dc The Grand Renaming. In preparation for libtool-2.0, move all of
the many and varied m4 symbols accumulated by libtool over the
years, considering also that modern autoconf can detect unexpanded
macros even without AC in the macro name:

* bootstrap: Remove libltdl/config.h from previous releases.
* m4/libtool.m4, m4/ltdl.m4, doc/libtool.texi: Basically, run a
giant sed transformation like this:
s,AC_LIB_LTDL,LTDL_INIT,g
s,AC_LIBLTDL_CONVENIENCE,LTDL_CONVENIENCE,g
s,AC_LIBLTDL_INSTALLABLE,LTDL_INSTALLABLE,g
s,AC_WITH_LTDL,LT_WITH_LTDL,g
s,AC_LTDL_ENABLE_INSTALL,_LT_ENABLE_INSTALL,g
s,AC_DEPLIBS_CHECK_METHOD,_LT_CHECK_MAGIC_METHOD,g
s,AC_LIBTOOL_OBJDIR,_LT_CHECK_OBJDIR,g
s,AC_LTDL_OBJDIR,_LT_CHECK_OBJDIR,g
s,AC_LTDL_DLPREOPEN,_LT_CHECK_DLPREOPEN,g
s,AC_LIBTOOL_SYS_MAX_CMD_LEN,LT_CMD_MAX_LEN,g
s,AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE,_LT_CMD_GLOBAL_SYMBOLS,g
s,AC_LIBTOOL_SYS_OLD_ARCHIVE,_LT_CMD_OLD_ARCHIVE,g
s,AC_PROG_LD_RELOAD_FLAG,_LT_CMD_RELOAD,g
s,AC_LIBTOOL_SYS_LIB_STRIP,_LT_CMD_STRIPLIB,g
s,AC_CHECK_LIBM,LT_LIB_M,g
s,AC_LTDL_DLLIB,LT_LIB_DLLOAD,g
s,AC_LIBTOOL_COMPILER_OPTION,_LT_COMPILER_OPTION,g
s,AC_LIBTOOL_PROG_CC_C_O,_LT_COMPILER_C_O,g
s,AC_LIBTOOL_PROG_COMPILER_NO_RTTI,_LT_COMPILER_NO_RTTI,g
s,AC_LIBTOOL_PROG_COMPILER_PIC,_LT_COMPILER_PIC,g
s,AC_LIBTOOL_SYS_HARD_LINK_LOCKS,_LT_COMPILER_FILE_LOCKS,g
s,AC_LTDL_DLSYM_USCORE,LT_FUNC_DLSYM_USCORE,g
s,AC_LIBTOOL_LINKER_OPTION,_LT_LINKER_OPTION,g
s,AC_LIBTOOL_PROG_LD_SHLIBS,_LT_LINKER_SHLIBS,g
s,AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH,_LT_LINKER_HARDCODE_LIBPATH,g
s,AC_PATH_MAGIC,_LT_PATH_MAGIC,g
s,AC_PATH_TOOL_PREFIX,_LT_PATH_TOOL_PREFIX,g
s,AC_PROG_LD,LT_PATH_LD,g
s,AC_PROG_LD_GNU,_LT_PATH_LD_GNU,g
s,AC_PROG_NM,LT_PATH_NM,g
s,AC_LTDL_SYS_DLOPEN_DEPLIBS,LT_SYS_DLOPEN_DEPLIBS,g
s,AC_LIBTOOL_DLOPEN_SELF,LT_SYS_DLOPEN_SELF,g
s,AC_LIBTOOL_POSTDEP_PREDEP,_LT_SYS_HIDDEN_LIBDEPS,g
s,AC_LTDL_SYSSEARCHPATH,LT_SYS_DLSEARCH_PATH,g
s,AC_LTDL_SHLIBEXT,LT_SYS_MODULE_EXT,g
s,AC_LTDL_SHLIBPATH,LT_SYS_MODULE_PATH,g
s,AC_LTDL_SYMBOL_USCORE,LT_SYS_SYMBOL_USCORE,g
s,AC_LIBTOOL_SYS_DYNAMIC_LINKER,_LT_SYS_DYNAMIC_LINKER,g
s,_LT_AC_TAGVAR,_LT_TAGVAR,g
s,_LT_AC_SYS_COMPILER,_LT_TAG_COMPILER,g
s,_LT_AC_PROG_ECHO_BACKSLASH,_LT_PROG_ECHO_BACKSLASH,g
s,_LT_AC_SYS_LIBPATH_AIX,_LT_SYS_MODULE_PATH_AIX,g
s,_LT_AC_SHELL_INIT,_LT_SHELL_INIT,g
s,_LT_AC_LOCK,_LT_ENABLE_LOCK,g
s,_LT_AC_CHECK_DLFCN,_LT_HEADER_DLFCN,g
s,_LT_AC_TRY_DLOPEN_SELF,_LT_TRY_DLOPEN_SELF,g
s,LT_AC_PROG_EGREP,_LT_DECL_EGREP,g
s,LT_AC_PROG_SED,_LT_DECL_SED,g
* doc/libtool.texi (Autoconf macros): Document exported macros.
* libtoolize.in: Compare ltdl.m4 serial numbers for LTDL_INIT
instead of newly obsoleted AC_LIB_LTDL.
(func_scan_files): Also set seen_ltdl for LTDL_INIT and
LT_WITH_LTDL.


* libltdl/ltdl.c (lt_dlforeachfile): LT_SYS_LIBSEARCH_PATH is not
an environment variable, it is an actual path.
Reported by Noah Mish <noah@cs.caltech.edu>
2004-08-22 22:02:07 +00:00
..
cdemo The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
demo The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
depdemo The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
f77demo Factor out the individual loaders, in preparation for preloading 2004-04-13 14:31:05 +00:00
mdemo The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
mdemo2 The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
pdemo The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
tagdemo The Grand Renaming. In preparation for libtool-2.0, move all of 2004-08-22 22:02:07 +00:00
.cvsignore Minor cosmetic fixe and CVS administrivia. 1998-10-27 16:09:56 +00:00
assign.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
cdemo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
cdemo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
cdemo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
cdemo-shared.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
cdemo-static.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
defs * ltmain.in: Unset the zsh GLOB_SUBST option, which makes zsh 2004-06-24 12:21:41 +00:00
demo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-deplibs.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-hardcode.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-inst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-nofast.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-noinst-link.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-nopic.test * tests/demo-nopic.test: Do not run on x86_64 or s390* 2004-08-12 03:36:30 +00:00
demo-pic.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-relink.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-shared.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
demo-static.test spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
demo-unst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-inst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-nofast.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-relink.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-shared.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-static.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
depdemo-unst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
f77demo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
f77demo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
f77demo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
f77demo-shared.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
f77demo-static.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
link-2.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
link.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
Makefile.am * doc/libtool.texi (Invoking libtool): Mention --tag=TAG. 2004-05-17 17:42:44 +00:00
mdemo2-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo2-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo2-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-dryrun.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-inst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-shared.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-static.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
mdemo-unst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
nomode.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
pdemo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
pdemo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
pdemo-inst.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
pdemo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
quote.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
sh.test * tests/sh.test: Test the config/ltmain.sh and libtoolize in the 2004-02-13 01:57:52 +00:00
suffix.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
tagdemo-conf.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
tagdemo-exec.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
tagdemo-make.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
tagdemo-shared.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
tagdemo-static.test Roll back copyright changes. 2004-01-04 20:45:24 +00:00
tagtrace.test * tests/tagtrace.test: Skip this test when running a VPATH build 2004-07-29 18:13:37 +00:00