gpt4 book ai didi

autoconf - 可能未定义的宏 : AC_SUBST

转载 作者:行者123 更新时间:2023-12-03 23:22:58 27 4
gpt4 key购买 nike

我正在尝试构建一个项目,但它抛出了一个错误:

autoreconf: running: /usr/bin/autoconf --force
configure.ac:19: error: possibly undefined macro: AC_SUBST
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1

我对构建工具很陌生,这就是为什么这个错误让我发疯的原因。

有人可以帮我弄清楚我应该怎么做才能解决这个问题吗?

编辑:configure.ac 中的相应行是:

嘿,我仍然无法弄清楚我的 configure.ac 有什么问题。
我的 configure.ac 看起来像这样:
PKG_CHECK_MODULES(libcurl, libcurl)

AP_VERSION=2.2.4
AP_CHECK_APACHE([$AP_VERSION], [
LIBTOOL="`$APR_CONFIG --apr-libtool`"
AC_SUBST([LIBTOOL])

MODULE_CFLAGS="$AP_CFLAGS"
AC_SUBST([MODULE_CFLAGS])

MODULE_LDFLAGS="`$APR_CONFIG --link-libtool` `$APU_CONFIG --link-libtool`"
AC_SUBST([MODULE_LDFLAGS])

BIN_LDFLAGS="`$APR_CONFIG --link-libtool` `$APU_CONFIG --link-libtool` `$APR_CONFIG --ldflags --libs` `$APU_CONFIG --ldflags --libs`"
AC_SUBST([BIN_LDFLAGS])

prefix="$AP_PREFIX"
], AC_MSG_ERROR([*** Apache version $AP_VERSION not found!]))

它在 AC_SUBST([LIBTOOL]) 处中断。请帮忙

最佳答案

apt install pkg-config m4 libtool automake autoconf

关于autoconf - 可能未定义的宏 : AC_SUBST,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41182142/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com