Initial commit

This commit is contained in:
Christopher Baines 2020-08-31 13:38:22 +01:00
commit 5acbc44d2d
10 changed files with 1109 additions and 0 deletions

14
configure.ac Normal file
View file

@ -0,0 +1,14 @@
AC_INIT([guile-prometheus], [0.1])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
GUILE_PKG([3.0])
GUILE_PROGS
if test "x$GUILD" = "x"; then
AC_MSG_ERROR(['guild' binary not found; please check your guile 3 installation.])
fi
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_OUTPUT