summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/autoconf.lua
AgeCommit message (Collapse)Author
2026-03-23fix some typosruki
2025-10-28avoid misleading.Redbeanw44602
2025-10-28update.Redbeanw44602
2025-10-28rm useless import.Redbeanw44602
2025-10-27update.Redbeanw44602
2025-10-27limit patch to clang based toolchains.Redbeanw44602
2025-10-27refactor libtool patch applying logic.Redbeanw44602
2025-10-23add libtool patch for cross compile.Redbeanw44602
2025-10-23fix use zigcc-lld with autotools.Redbeanw44602
2025-07-10fix replace gcc/ldruki
2025-07-03rename copyrightruki
2025-05-14Update autoconf.luaruki
2025-05-13(autotools) fix ld override when ld binary is not in the same directory as ↵Arthur LAURENT
compiler
2025-05-06(packages) forward buildtype and library kind to underlying buildsystem ↵Arthur LAURENT
(cmake, autotools)
2025-04-14package(autoconf): remove duplicate `LDFLAGS`Doekin
2025-04-10package(autoconf): resolve issue with backslash-separated `CXX` path in MSYSChan Lee
2025-03-12fix ar for autoconf #6206ruki
2025-01-01Fix cross compile with autotools on windows platformstar9029
2024-12-28zig cc: fix wrapper in Git BashChan Lee
2024-11-13improve default pic for packagesruki
2024-09-28improve hostruki
2024-09-26use librarydepruki
2024-08-31Update autoconf.luaruki
2024-08-31add missing linux platform triples.Redbeanw44602
2024-08-31make autoconf tool to use is_cross to determine whether it is cross-compile.Redbeanw44602
2024-08-31rename apiruki
2024-08-31remove fake_targetruki
2024-08-19fix packagedepsruki
2024-07-27fix fetch sysincludedirsruki
2024-04-28improve ldflags for autoconfruki
2024-04-28improve autoconfruki
2024-04-25fix typoruki
2024-04-23Update autoconf.luaruki
2024-04-23Update autoconf.luaJérôme Leclercq
2024-04-23Fix autoconfs not handling shflags and arflagsJérôme Leclercq
2024-04-10use package:runtimes instead of package:config("runtimes")Arthur LAURENT
2024-04-10add support for --runtimes on autoconf, cmake, make and mesonArthur LAURENT
buildsystems
2024-03-31Update autoconf.luaruki
2024-03-31Update autoconf.luaJérôme Leclercq
2024-03-30improve path translationSirLynix
2024-03-30move path translation to autoconf/cmake toolsSirLynix
2024-03-23improve package:toolchainruki
2024-03-09improve autoconf.make envsruki
2024-03-09fix cygwin pathsruki
2024-03-09improve tools.autoconfruki
2024-03-09pass msvc envs to autoconfruki
2024-03-09fix pkg-config-pathruki
2024-03-08fix PKG_CONFIG_PATH on msysruki
2024-02-21translate path for configureruki
2024-02-12fix ar patch on macosxxq114