summaryrefslogtreecommitdiff
path: root/xmake/modules/package/tools/autoconf.lua
diff options
context:
space:
mode:
authorRedbeanw44602 <[email protected]>2025-10-28 10:11:10 +0800
committerRedbeanw44602 <[email protected]>2025-10-28 10:11:10 +0800
commit14406f2d7e3c3047c50847537c35e42cbf451da9 (patch)
tree9f4ec77ab6f29ad94973afe2e57ec5702842a8b0 /xmake/modules/package/tools/autoconf.lua
parent29338f95e1e7fe27b78089d58e4e9af680ea85c6 (diff)
rm useless import.
Diffstat (limited to 'xmake/modules/package/tools/autoconf.lua')
-rw-r--r--xmake/modules/package/tools/autoconf.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua
index 6f22d5182..d0e95f033 100644
--- a/xmake/modules/package/tools/autoconf.lua
+++ b/xmake/modules/package/tools/autoconf.lua
@@ -25,7 +25,6 @@ import("core.project.config")
import("core.tool.toolchain")
import("core.cache.memcache")
import("lib.detect.find_tool")
-import("lib.detect.find_programver")
import("devel.git")
import("private.utils.toolchain", {alias = "toolchain_utils"})