Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2003-01-03 14:35:26 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2003-01-03 14:35:26 (GMT)
commite2aea3becc35abaf5c646481eeba30318b28f25f (patch)
treef5c71b434fb5d9cd4d521546e2d02052c1ec30c8 /configure.in
parent796a6a1122f0f28d57190b57296086f9f976e9fa (diff)
complete of release 2.0.0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 26451d7..567a041 100644
--- a/configure.in
+++ b/configure.in
@@ -97,6 +97,16 @@ if test x$GNUCHESS = xno; then
AC_MSG_ERROR(Couldn't find gnuchess, please install the gnuchess package version 5 or above)
fi
+AC_PATH_PROG(TEXINFO, makeinfo,no)
+if test x$TEXINFO = xno; then
+ AC_MSG_ERROR(Couldn't find texinfo, please install the texinfo package)
+fi
+
+AC_PATH_PROG(TETEX, texi2html,no)
+if test x$TETEX = xno; then
+ AC_MSG_ERROR(Couldn't find texi2html usualy in the tetex package, please install it)
+fi
+
AC_OUTPUT([ gcompris.spec
Makefile
src/Makefile