回答:
system-configuration-options
変数を見てみましょう。
これが実行結果である例です C-h v system-configuration-options
system-configuration-options is a variable defined in `C source code'.
Its value is
"--prefix=/usr/local/emacs 'CFLAGS=-O2 -march=native -pipe
-falign-functions=64 -fomit-frame-pointer -ftracer -funit-at-a-time
-fweb -fforce-addr -fpeel-loops -funswitch-loops -frename-registers
-mfpmath=sse -ffast-math -fno-finite-math-only -fstack-check'
PKG_CONFIG_PATH=/usr/share/pkgconfig"
Documentation:
String containing the configuration options Emacs was built with.
For more information check the manuals.
Dunnoはコマンドラインスイッチについて説明していますが、
emacsbug+.el
標準ライブラリを拡張するライブラリを使用する場合は、プレフィックスargを付けたemacsbug.el
command ebp-insert-version
を使用して、ビルド情報を含む完全なバージョン情報を現在のバッファに挿入できます。これは、commandを使用したときに含まれるバージョン情報と同じですreport-emacs-bug
。例えば:
In GNU Emacs 25.2.1 (x86_64-w64-mingw32)
of 2017-04-24
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --without-dbus --without-compress-install 'CFLAGS=-O2
-static -g3''
ライブラリがなければemacsbug+.el
、標準のコマンドを使用してemacs-version
、その情報のサブセットを提供できます。プレフィックスargを指定すると、現在のバッファーに情報が挿入されます。例えば:
GNU Emacs 25.2.1 (x86_64-w64-mingw32) of 2017-04-24