hints for the future
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 7 Aug 2002 00:03:27 +0000 (00:03 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 7 Aug 2002 00:03:27 +0000 (00:03 +0000)
Original commit message from CVS:
hints for the future

configure.ac

index b1400d1..a73c2d6 100644 (file)
@@ -59,12 +59,14 @@ GST_DOC()
 GST_ARCH()
 
 dnl we require bison for building of some of the marshal files
+dnl FIXME: check if AC_PROG_YACC is suitable here
 AC_PATH_PROG(BISON_PATH, bison, no)
 if test x$BISON_PATH = xno; then
   AC_MSG_ERROR(Could not find bison)
 fi
 
 dnl we require flex for building the parser
+dnl FIXME: check if AC_PROG_LEX is suitable here
 AC_PATH_PROG(FLEX_PATH, flex, no)
 if test x$FLEX_PATH = xno; then
   AC_MSG_ERROR(Could not find flex)