summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Revert "libtool: permit compiler libs in shlibs"Alex Ameen2022-05-161-1/+1
* libtool: permit compiler libs in shlibsAlex Ameen2022-05-081-1/+1
* libtool: correct linter syntax complaints in M4Alex Ameen2022-02-082-2/+2
* gnulib: update submodule to new repository.Alex Ameen2022-02-081-0/+1
* maint: update copyrights across project.Alex Ameen2022-02-089-14/+17
* * libtool: Bump M4 serial versions and add missing AC_PROG_SED to ltdl.m4Alex Ameen2021-11-293-3/+5
* libtool: replace raw invocations of sed with $SEDVáclav Haisman2021-11-293-30/+31
* libtool: add support for MidnightBSDLucas Holt2021-11-292-7/+7
* libtool: powerpc 10.5 detection without a deployment targetRyan Schmidt2021-11-211-1/+1
* libtool: support macOS 11Jeremy Huddleston Sequoia2021-11-211-11/+6
* libtool: correct m4 quoting in sed expressionVincent Lefevre2021-11-211-1/+1
* libtool: replace some references to /usr/bin/file and /bin/shAlex Ameen2021-11-201-13/+22
* maint: update copyrights across project.aakropotkin2021-11-149-9/+12
* maint: update bootstrap, gnulib, copyright datesPavel Raiskup2019-03-139-9/+9
* maint: update bootstrap, gnulib, copyright datesPavel Raiskup2018-07-249-9/+9
* libtool: add icl.exe supportAlexander Shevchenko2018-07-121-16/+16
* maint: update copyright yearsPavel Raiskup2017-04-219-9/+9
* libtool: set file_list_spec to '@' on OS/2KO Myung-Hun2016-02-251-0/+3
* m4/libtool.m4: FreeBSD elftoolchain strip supportPavel Raiskup2016-02-191-15/+24
* maint: update copyright yearsPavel Raiskup2016-02-169-9/+9
* m4/libtool.m4: export AIX TLS symbolsDavid Edelsohn2015-11-251-2/+2
* ARFLAGS: use 'cr' instead of 'cru' by defaultPavel Raiskup2015-09-261-3/+3
* libool.m4: add ARFLAGS variablePavel Raiskup2015-09-261-2/+15
* libtool: respect config.site LT_SYS_LIBRARY_PATHPavel Raiskup2015-01-201-7/+11
* libtool.m4: typofix, subst last '$' with quadrigraphPavel Raiskup2015-01-201-4/+5
* maint: update copyright statements to include 2015.Gary V. Vaughan2015-01-189-9/+9
* libtool: check Sun Pro CXX ABI postdeps at libtool time.Gary V. Vaughan2014-12-121-56/+28
* libtool: more carefully avoid automatic -Cstd -Crun on Sun Pro CXX.Gary V. Vaughan2014-12-121-26/+28
* libtool: take care not to double-apply LT_SYS_LIBRARY_PATH.Gary V. Vaughan2014-12-121-3/+11
* libtool: support LT_SYS_LIBRARY_PATH for adjusting bad guesses.Pavel Raiskup2014-12-111-9/+63
* maint: fix syntax-check failures.Gary V. Vaughan2014-12-111-5/+5
* libtool: s390x is also a 64bit glibc/ELF platform.Gary V. Vaughan2014-12-051-2/+2
* libtool: for 64bit GNU arches, add /lib64 and /usr/lib64 to sys_lib_dlsearch_...Gary V. Vaughan2014-12-041-0/+8
* libtool: fix sys_lib_dlsearch_path_spec for ia64 HP-UX.Norihiro Tanaka2014-12-041-1/+2
* libtool: commit forgotten soname_spec for freebsd-elf in bb7cef9.Tijl Coosemans2014-12-041-0/+1
* configury: bail out early if GNU M4 is not on the path.Gary V. Vaughan2014-12-031-0/+82
* libtool: optional filename-based shlib versioning on aix.Michael Haubenwallner2014-11-293-29/+252
* maint: syntax-checks don't like ${ even in comments!Gary V. Vaughan2014-11-281-1/+1
* libtool: use a modern library version scheme for freebsd-elf.Tijl Coosemans2014-11-281-1/+1
* libtool: split sco version into its own type.Tijl Coosemans2014-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
* libtool: fix comment typo.Vincent Lefevre2014-11-171-1/+1
* libtool: support versioning on OS/2.KO Myung-Hun2014-11-041-1/+6
* libtool: support -export-symbols and -export-symbols-regex on OS/2.KO Myung-Hun2014-11-041-0/+36
* libtool: add -os2dllname option.KO Myung-Hun2014-11-041-1/+1
* libtool: fix DLL creation/installation/uninstallation on OS/2.KO Myung-Hun2014-11-041-4/+60
* libtool: set lt_cv_deplibs_check_method to pass_all on OS/2.KO Myung-Hun2014-11-041-0/+3
* ltdl: OS/2 uses other APIs to load a DLL than LoadLibrary() on Windows.KO Myung-Hun2014-11-041-1/+1
* libtool: support to link against static libraries on OS/2.KO Myung-Hun2014-11-041-0/+15