mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Sort variables at top of zeek-config alphabetically
This commit is contained in:
parent
463d159bfc
commit
3b91227567
1 changed files with 14 additions and 14 deletions
|
@ -1,22 +1,22 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version=@VERSION@
|
|
||||||
build_type=@CMAKE_BUILD_TYPE_LOWER@
|
|
||||||
prefix=@CMAKE_INSTALL_PREFIX@
|
|
||||||
script_dir=@ZEEK_SCRIPT_INSTALL_PATH@
|
|
||||||
site_dir=@ZEEK_SCRIPT_INSTALL_PATH@/site
|
|
||||||
lib_dir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
||||||
plugin_dir=@BRO_PLUGIN_INSTALL_PATH@
|
|
||||||
config_dir=@ZEEK_ETC_INSTALL_DIR@
|
|
||||||
python_dir=@PY_MOD_INSTALL_DIR@
|
|
||||||
cmake_dir=@CMAKE_INSTALL_PREFIX@/share/zeek/cmake
|
|
||||||
include_dir=@CMAKE_INSTALL_PREFIX@/include
|
|
||||||
zeekpath=@DEFAULT_ZEEKPATH@
|
|
||||||
zeek_dist=@ZEEK_DIST@
|
|
||||||
binpac_root=@ZEEK_CONFIG_BINPAC_ROOT_DIR@
|
binpac_root=@ZEEK_CONFIG_BINPAC_ROOT_DIR@
|
||||||
caf_root=@ZEEK_CONFIG_CAF_ROOT_DIR@
|
|
||||||
broker_root=@ZEEK_CONFIG_BROKER_ROOT_DIR@
|
broker_root=@ZEEK_CONFIG_BROKER_ROOT_DIR@
|
||||||
btest_tools_dir=@ZEEK_CONFIG_BTEST_TOOLS_DIR@
|
btest_tools_dir=@ZEEK_CONFIG_BTEST_TOOLS_DIR@
|
||||||
|
build_type=@CMAKE_BUILD_TYPE_LOWER@
|
||||||
|
caf_root=@ZEEK_CONFIG_CAF_ROOT_DIR@
|
||||||
|
cmake_dir=@CMAKE_INSTALL_PREFIX@/share/zeek/cmake
|
||||||
|
config_dir=@ZEEK_ETC_INSTALL_DIR@
|
||||||
|
include_dir=@CMAKE_INSTALL_PREFIX@/include
|
||||||
|
lib_dir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||||||
|
plugin_dir=@BRO_PLUGIN_INSTALL_PATH@
|
||||||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||||||
|
python_dir=@PY_MOD_INSTALL_DIR@
|
||||||
|
script_dir=@ZEEK_SCRIPT_INSTALL_PATH@
|
||||||
|
site_dir=@ZEEK_SCRIPT_INSTALL_PATH@/site
|
||||||
|
version=@VERSION@
|
||||||
|
zeek_dist=@ZEEK_DIST@
|
||||||
|
zeekpath=@DEFAULT_ZEEKPATH@
|
||||||
|
|
||||||
add_path() {
|
add_path() {
|
||||||
# $1: existing path
|
# $1: existing path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue