Command Line Toolsでm4コマンドはインストールされない

macOS Sonoma 14.5でm4コマンドを利用するとCommand Line Toolsをインストールするようメッセージとダイアログが表示される。

しかし、ダイアログからインストールを実行してもm4コマンドはインストールされず、再度コマンドを実行しても同じメッセージとダイアログが表示される。

$ m4 --version
xcode-select: Failed to locate 'm4', requesting installation of command line developer tools.

Xcodeをインストールするとm4コマンドもインストールされる

一度でもXcodeをインストールするとm4コマンドもインストールされる。Xcode.appを削除してもm4コマンドは削除されない。

$ xcodes install 15.4
Xcode 15.4.0 has been installed to /Applications/Xcode-15.4.0.app
$ m4 --version
m4 (GNU M4) 1.4.19
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by René Seindal.