1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
Daniel Llorens 2022-08-02 15:02:24 +02:00
parent 8c976c6a1f
commit 50d4b50203

View file

@ -123,6 +123,14 @@ else
fi fi
fi fi
# Gnulib uses gperf when building from git
if ! test -f ".tarball-version"; then
AC_CHECK_TOOL([GPERF], [gperf], [no])
if test x"$GPERF" = x"no"; then
AC_MSG_ERROR([Building from git requires gperf. Please install it.])
fi
fi
gl_EARLY gl_EARLY
AC_PROG_CPP AC_PROG_CPP
AC_PROG_SED AC_PROG_SED