X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=configure.ac;h=6a4ff01aa5a6d55b988ca0ce03e9979608f6f240;hp=301321f8ef59f710f837cedf8f1c65dbb78a2008;hb=7192e418fdfacbe91ab0455a236c6902b612b5ae;hpb=2425363fe06d00cebd8f9c8ec9ae0a8c61716958 diff --git a/configure.ac b/configure.ac index 301321f..6a4ff01 100644 --- a/configure.ac +++ b/configure.ac @@ -4,6 +4,10 @@ PKG_CHECK_MODULES([GUILE], [guile-2.0]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) +m4_ifdef([GUILE_PROGS], + [], + [AC_ERROR(could not locate guile aclocal macros)]) + GUILE_PROGS AC_CONFIG_FILES([Makefile])