We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb8b54 commit 73d009dCopy full SHA for 73d009d
configure.ac
@@ -169,6 +169,13 @@ AC_CHECK_BES([3.13.0],
169
170
OPENDAP_DEBUG_OPTION
171
172
+## This sets up the special symbols used to build the bes.conf file for
173
+## the tests. Previously, this was done in the Makefile.am down in the
174
+## test directory, but building the bes.conf here works better with
175
+## autoconf overall and esp. with the 'modules' build. jhrg 11/19/14
176
+modulesdir=$BES_MODULE_DIR
177
+AC_SUBST(modulesdir)
178
+
179
AC_CONFIG_FILES([Makefile])
180
AC_CONFIG_FILES([bes-testsuite/Makefile bes-testsuite/atlocal bes-testsuite/package.m4 bes-testsuite/bes.conf])
181
AC_CONFIG_FILES([bes-testsuite/generate_metadata_baseline.sh], [chmod +x bes-testsuite/generate_metadata_baseline.sh])
0 commit comments