forked from lix-project/hydra
Shut up warnings
This commit is contained in:
parent
ff8cb93fe7
commit
a91cbefda0
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -31,3 +31,5 @@ Makefile.in
|
|||
/tests/.hg*
|
||||
/tests/nix
|
||||
/inst
|
||||
hydra-config.h
|
||||
hydra-config.h.in
|
||||
|
|
|
@ -87,4 +87,6 @@ AC_CONFIG_FILES([
|
|||
AC_CONFIG_COMMANDS([executable-scripts],
|
||||
[chmod +x src/script/hydra-eval-guile-jobs])
|
||||
|
||||
AC_CONFIG_HEADER([hydra-config.h])
|
||||
|
||||
AC_OUTPUT
|
||||
|
|
Loading…
Reference in a new issue