summaryrefslogtreecommitdiff
path: root/m4/ltdl.m4
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright statements to include 2015.Gary V. Vaughan2015-01-181-1/+1
* libtool: optional filename-based shlib versioning on aix.Michael Haubenwallner2014-11-291-0/+5
* maint: syntax-checks don't like ${ even in comments!Gary V. Vaughan2014-11-281-1/+1
* configury: detect dlsym underscore prefix without dlopen self.Gary V. Vaughan2014-11-281-13/+95
* ltdl: fix a long standing duplicate `-ldl' bug in the link line.Gary V. Vaughan2014-11-261-0/+2
* ltdl: OS/2 uses other APIs to load a DLL than LoadLibrary() on Windows.KO Myung-Hun2014-11-041-1/+1
* libltdl: move libltdl argz module into LT namespace.Gary V. Vaughan2014-11-021-2/+2
* maint: update copyright notices to include 2014.Gary V. Vaughan2014-01-021-1/+1
* maint: bump serials on m4 sources changed since v2.4.2.Gary V. Vaughan2013-10-261-1/+1
* maint: correct many abuses of the word "which".Gary V. Vaughan2013-08-231-2/+2
* libtool: add bitrig support.Brad Smith2013-01-031-0/+3
* maint: update copyright notices to include 2013.Gary V. Vaughan2013-01-021-1/+1
* syntax-check: fix violations and implement sc_old_style_quoting.Gary V. Vaughan2012-10-221-14/+14
* syntax-check: fix violations and implement sc_prohibit_space_semicolon.Gary V. Vaughan2012-10-041-2/+2
* maint: run update-copyright for missing 2011 and 2012 years.Gary V. Vaughan2012-09-161-1/+1
* syntax-check: fix violations and implement sc_prohibit_sed_s_comma.Gary V. Vaughan2011-11-251-1/+1
* syntax-check: fix violations and implement sc_prohibit_test_const_follows_var.Gary V. Vaughan2011-11-251-13/+13
* syntax-check: fix violations and implement sc_useless_braces_in_variable_derefs.Gary V. Vaughan2011-11-251-14/+14
* tests: migrate tests/sh.test checks to syntax-checks.Gary V. Vaughan2011-11-251-12/+12
* syntax-check: fix violations and implement sc_useless_quotes_in_assignment.Gary V. Vaughan2011-11-251-22/+22
* libtoolize: rename `libltdl/m4' directory to standard `m4'.Gary V. Vaughan2011-11-171-0/+817
* This commit results in a temporary non-building tree, but CVS can'tPeter Ekberg2005-08-221-551/+0
* * m4/ltdl.m4 (LTDL_INIT): Fix mismatched parens.Gary V. Vaughan2005-08-171-1/+1
* * m4/ltdl.m4 (LTDL_INIT): Handle in addition the new name forRichard Moseley2005-07-291-2/+4
* * libltdl/Makefile.am: Make the LTDLOPEN define controllablePeter Ekberg2005-07-281-0/+4
* * libltdl/m4/ltdl.m4 (LT_WITH_LTDL): Propogate ltdl directory.Gary V. Vaughan2005-05-061-1/+1
* Actually commit.Ralf Wildenhues2005-04-291-6/+6
* Getting the value of ltdldatafiles from a submake was notGary V. Vaughan2005-04-041-1/+1
* * m4/libtool.m4, m4/ltdl.m4: Indentation and quoting cleanup.Ralf Wildenhues2005-03-221-1/+1
* * m4/argz.m4, m4/libtool.m4, m4/ltdl.m4, m4/ltoptions.m4,Gary V. Vaughan2005-01-081-23/+8
* * libltdl/lt__strl.c, libltdl/libltdl/lt__strl.h: New files toBob Friesenhahn2004-12-131-0/+1
* * m4/ltdl.m4 (LT_LIB_DLLOAD): Define HAVE_LIBDLLOADER if weRalf Wildenhues2004-11-291-3/+8
* From James Henstridge <james@jamesh.id.au>:Gary V. Vaughan2004-11-101-0/+22
* * m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS), m4/ltoptions.m4Bernhard Fischer2004-11-041-1/+1
* * m4/libtool.m4 (_LT_ENABLE_LOCK):Replace AC_TRY_LINK withRalf Wildenhues2004-09-151-2/+2
* * m4/ltdl.m4 (LT_WITH_LTDL): Remove excess quoting in argument ofAndreas Schwab2004-09-051-1/+1
* From Martin Quinson <mquinson@ens-lyon.fr>Gary V. Vaughan2004-09-031-2/+2
* * m4/ltdl.m4: Don't use the dyld loader on darwin 8 or later.Peter O'Gorman2004-08-261-3/+5
* The Grand Renaming. In preparation for libtool-2.0, move all ofGary V. Vaughan2004-08-221-137/+151
* This pervasive changeset makes two intertwined deep changes to theGary V. Vaughan2004-07-151-49/+62
* * libtoolize.in (libtoolize_flags): With the --ltdl option, weGary V. Vaughan2004-06-211-2/+2
* * m4/ltdl.m4 (AC_WITH_LTDL): Remove redundant AC_REQUIRE calls.Gary V. Vaughan2004-06-211-14/+76
* * ltmain.in: Add new qnx version type support.Mike Gorchak2004-05-171-0/+3
* * libltdl/argz.h: Moved from here...Gary V. Vaughan2004-04-221-19/+1
* * m4/ltdl.m4 (AC_LIB_LTDL): Remove AC_REPLACE_FUNCS for memmoveGary V. Vaughan2004-04-131-2/+0
* * libltdl/lt__pre89.h, libltdl/memcpy.c, libltdl/memmove.c,Gary V. Vaughan2004-04-131-16/+0
* Factor out the individual loaders, in preparation for preloadingGary V. Vaughan2004-04-131-17/+34
* * libltdl/ltdl.c (argz_append, argz_create_sep, argz_insert)Gary V. Vaughan2004-04-081-1/+3
* * libltdl/ltdl.c: Move standard headers and preprocessor guardsGary V. Vaughan2004-04-081-3/+3
* Keywords:Gary V. Vaughan2004-04-081-4/+17