mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 13:17:56 +00:00
5 lines
156 B
Bash
5 lines
156 B
Bash
|
#!/bin/bash
|
||
|
# This file is sourced by some of the test scripts in ./tests.
|
||
|
# It defines some settings that were established by ./configure.
|
||
|
JAVAC="@JAVAC@"
|