Skip to content

Commit 73d009d

Browse files
Fixed configure.ac after merging with the modules branch
1 parent 3fb8b54 commit 73d009d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configure.ac

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ AC_CHECK_BES([3.13.0],
169169

170170
OPENDAP_DEBUG_OPTION
171171

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+
172179
AC_CONFIG_FILES([Makefile])
173180
AC_CONFIG_FILES([bes-testsuite/Makefile bes-testsuite/atlocal bes-testsuite/package.m4 bes-testsuite/bes.conf])
174181
AC_CONFIG_FILES([bes-testsuite/generate_metadata_baseline.sh], [chmod +x bes-testsuite/generate_metadata_baseline.sh])

0 commit comments

Comments
 (0)