Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877477 - dev-build/autoconf-archive: At least ax_have_qt.m4 and ax_llvm.m4 are calling `which`
Summary: dev-build/autoconf-archive: At least ax_have_qt.m4 and ax_llvm.m4 are calling...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: https://savannah.gnu.org/patch/index....
Whiteboard:
Keywords:
Depends on:
Blocks: which-hunt
  Show dependency tree
 
Reported: 2022-10-17 19:05 UTC by Andreas Sturmlechner
Modified: 2024-01-15 16:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2022-10-17 19:05:59 UTC
ax_have_qt.m4:    QT_MOC=`which moc$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_UIC=`which uic$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_RCC=`which rcc$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_LRELEASE=`which lrelease$am_have_qt_qmexe_suff`
ax_have_qt.m4:    QT_LUPDATE=`which lupdate$am_have_qt_qmexe_suff`
ax_llvm.m4:        ac_llvm_config_path=`which llvm-config`
ax_llvm.m4:          ac_llvm_config_path=`which llvm-config`
Comment 1 CFuga 2023-03-28 22:23:08 UTC
/usr/share/aclocal/ax_sip_devel.m4:        AC_CHECK_PROG([PERL], [perl], [$(which perl)])