mirror of
https://github.com/NixOS/nix
synced 2025-07-08 02:43:54 +02:00
* Use atdiff' instead of
cmp' for checking test output.
* Don't use local file names in tests since they will produce different parse trees depending on the current directory.
This commit is contained in:
parent
3277c9432a
commit
ed09821859
5 changed files with 9 additions and 5 deletions
|
@ -128,12 +128,15 @@ AM_CONDITIONAL(HAVE_ATERM, test -n "$aterm")
|
|||
if test -z "$aterm"; then
|
||||
aterm_lib='-L${top_builddir}/externals/inst-aterm/lib -lATerm'
|
||||
aterm_include='-I${top_builddir}/externals/inst-aterm/include'
|
||||
aterm_bin='${top_builddir}/externals/inst-aterm/bin'
|
||||
else
|
||||
aterm_lib="-L$aterm/lib -lATerm"
|
||||
aterm_include="-I$aterm/include"
|
||||
aterm_bin="$aterm/bin"
|
||||
fi
|
||||
AC_SUBST(aterm_lib)
|
||||
AC_SUBST(aterm_include)
|
||||
AC_SUBST(aterm_bin)
|
||||
|
||||
AC_CHECK_LIB(pthread, pthread_mutex_init)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue