Codebase list cyrus-sasl2 / df51f4c
Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR (Closes: #711219) Ondřej Surý 10 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 AC_INIT(lib/saslint.h)
44 AC_PREREQ([2.54])
55
6 +AC_CONFIG_MACRO_DIR([cmulocal] [config])
6 +AC_CONFIG_MACRO_DIRS([cmulocal] [config])
77 +
88 dnl use ./config.cache as the default cache file.
99 dnl we require a cache file to successfully configure our build.
2626 AC_PREREQ([2.54])
2727
2828 -AC_CONFIG_AUX_DIR(config)
29 +AC_CONFIG_MACRO_DIR([../cmulocal] [../config])
29 +AC_CONFIG_MACRO_DIRS([../cmulocal] [../config])
3030 +AC_CONFIG_AUX_DIR([config])
3131 AC_CANONICAL_HOST
3232