summaryrefslogtreecommitdiff
path: root/m4
Commit message (Collapse)AuthorAgeFilesLines
* Move gnulib-tool invocation back from autopull.sh to autogen.sh.Bruno Haible2022-07-181-3/+3
| | | | | | * autogen.sh: Revert last change. Improve comments. * autopull.sh: Only call 'gitsub.sh pull'. * m4/init-package-version.m4: Revert last change.
* Split autogen.sh into autopull.sh and autogen.sh.Bruno Haible2022-07-171-3/+3
| | | | | | | | * autopull.sh: New file, based on autogen.sh. * autogen.sh: Remove code that was moved to autopull.sh. Remove --skip-gnulib option. * HACKING: Mention autopull.sh. * m4/init-package-version.m4: Update comment.
* Upgrade to libtool 2.4.7.Bruno Haible2022-05-155-103/+135
| | | | | | | | | | | | | | | | | | | | | | * m4/libtool.m4: Update from libtool-2.4.7, with modifications. 2017-10-21 Bruno Haible <bruno@clisp.org> Fix -export-symbols and -export-symbols-regex support on Solaris 11.3. * m4/libtool.m4 (_LT_CMD_GLOBAL_SYMBOLS): Adjust symcode for Solaris. 2009-04-23 Bruno Haible <bruno@clisp.org> Fix recognition of "nm" command. * m4/libtool.m4 (LT_PATH_NM): Try "nm" program also when compiling for mingw in a cygwin environment. 2008-04-06 Bruno Haible <bruno@clisp.org> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltoptions.m4: Likewise. * m4/ltsugar.m4: Likewise. * m4/ltversion.m4: Likewise. * m4/lt~obsolete.m4: Likewise. * build-aux/ltmain.sh: Likewise.
* Clarify rationale for gl_INIT_PACKAGE.Bruno Haible2021-12-071-1/+23
| | | | * m4/init-package-version.m4: Add more comments.
* Make gl_INIT_PACKAGE work with Automake >= 1.16.4.Bruno Haible2021-08-081-4/+8
| | | | | | | | | | Reported and analyzed by Nicole Mazzuca <mazzucan@outlook.com> in <https://lists.gnu.org/archive/html/bug-libunistring/2021-08/msg00002.html>. * m4/init-package-version.m4 (gl_INIT_PACKAGE): Use a new macro gl_INIT_EMPTY. (gl_INIT_DUMMY): Expand to empty in two steps, via a new macro gl_INIT_DUMMY2.
* Support creating shared libraries on MidnightBSD.Bruno Haible2021-02-081-6/+6
| | | | | | | Patch from <https://savannah.gnu.org/patch/?10007>. * m4/libtool.m4: Treat MidnightBSD like FreeBSD. * build-aux/ltmain.sh: Likewise.
* build: Fix warnings emitted by autoconf-2.69d.Bruno Haible2020-11-142-5/+5
| | | | | | | * configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. * m4/exported.m4 (gt_GLOBAL_SYMBOL_PIPE): Require LT_PATH_NM instead of AC_PROG_NM. * m4/woe32-dll.m4 (gl_WOE32_DLL): Use AC_LINK_IFELSE instead of AC_TRY_LINK.
* Fix copyright years.Bruno Haible2020-09-061-1/+1
|
* Fix copyright years.Bruno Haible2020-09-061-1/+1
|
* build: Add support for clang on Windows.Bruno Haible2020-09-061-8/+20
| | | | | * m4/woe32-dll.m4 (gl_WOE32_DLL): Set gl_cv_ld_autoimport to 'no' on MSVC and MSVC/clang.
* build: Don't use an obsolete libtool macro.Bruno Haible2019-08-181-3/+3
| | | | | * m4/exported.m4 (gt_GLOBAL_SYMBOL_PIPE): Require _LT_CMD_GLOBAL_SYMBOLS, not AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE.
* Prefer https URLs where possible.Bruno Haible2018-09-171-3/+3
|
* Add a comment.Bruno Haible2018-03-271-2/+3
|
* Upgrade to newer libtool.Bruno Haible2017-10-215-1137/+1579
|
* Update from libtool-2.4.2, with modifications.Bruno Haible2011-10-183-64/+230
|
* Update from libtool-2.4.Bruno Haible2010-09-242-330/+724
|
* Upgrade to libtool-2.2.8.Bruno Haible2010-07-134-472/+547
|
* Use dist-hook instead of old distdir hack.Bruno Haible2009-05-311-26/+0
|
* Allow use of computed non-literal version numbers.Bruno Haible2009-05-231-0/+97
|
* Add support for automake 1.11.Bruno Haible2009-05-221-17/+5
|
* Fix recognition of nm command.Bruno Haible2009-04-241-1/+4
|
* Fix recognition of 'link' command.Bruno Haible2009-04-241-2/+14
|
* Don't use unreliable linker options on native Windows.Bruno Haible2009-04-191-0/+45
|
* Limit the exported symbols through a config.h trick.Bruno Haible2009-04-111-0/+21
|
* Build and install the documentation.Bruno Haible2009-04-091-0/+38
|
* Infrastructure for building shared libraries, based on libtool 2.2.6.Bruno Haible2009-03-155-0/+7963