Add missing .url+.cfg and add proper check for it.
gils_service.xml marc_service.xml marc21.mmap \
test_facets.cfg test_facets.urls \
test_icu.cfg test_icu.urls \
+ test_sru.cfg test_sru.urls \
+ test_perf.cfg test_perf.urls \
test_http.cfg test_http.urls \
test_post.cfg test_post.urls \
test_settings.cfg test_settings.urls \
exit 1
fi
+URLS=${PREFIX}.urls
+if test ! -f ${srcdir}/${URLS}; then
+ echo "${srcdir}/${URLS} missing"
+ exit 1
+fi
+CFG=${PREFIX}.cfg
+if test ! -f ${srcdir}/${CFG}; then
+ echo "${srcdir}/${CFG} missing"
+ exit 1
+fi
+
# look for curl in PATH
oIFS=$IFS
IFS=:
rm -f ${PREFIX}_pazpar2.log
fi
-CFG=${PREFIX}.cfg
-URLS=${PREFIX}.urls
VALGRINDLOG=${PREFIX}_valgrind.log
if test `uname` = "Linux"; then