don't test for Flex and Yacc, we don't use them anymore (contrib/deprecated uses pregenerated versions)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-17 11:35:44 +00:00
parent a388bbbefb
commit 40b46a4945
2 changed files with 3 additions and 310 deletions

298
configure vendored

File diff suppressed because one or more lines are too long

View File

@@ -1095,17 +1095,12 @@ fi
dnl General settings (needed for GUI and non-GUI compilations alike). dnl General settings (needed for GUI and non-GUI compilations alike).
dnl Path separator; ':' for unix, ';' for OS/2 dnl Path separator; ':' for unix, ';' for OS/2
dnl Stem for flex output; lexyy for OS/2, lex.yy otherwise
case "${host}" in case "${host}" in
*-pc-os2_emx | *-pc-os2-emx ) *-pc-os2_emx | *-pc-os2-emx )
PATH_IFS=';' PATH_IFS=';'
dnl Really ought to text for this as meanwhile there are flex versions using
dnl lex.yy as well due to FAT support being more and more dropped...
LEX_STEM="lexyy"
;; ;;
*) *)
PATH_IFS=':' PATH_IFS=':'
LEX_STEM="lex.yy"
;; ;;
esac esac
@@ -1421,15 +1416,6 @@ you are trying to compile.
fi dnl make without VPATH fi dnl make without VPATH
fi dnl not GNU make fi dnl not GNU make
dnl YACC checks
dnl defines YACC with the appropriate command
AC_PROG_YACC
dnl LEX checks
dnl defines LEX with the appropriate command
dnl defines LEXLIB with the appropriate library
AC_PROG_LEX
dnl needed for making link to setup.h dnl needed for making link to setup.h
AC_PROG_LN_S AC_PROG_LN_S
@@ -5703,7 +5689,6 @@ dnl only removes the Unix-like part of the introduced line break.
SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`" SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq | tr '\n' ' '| tr -d '\r'`"
dnl makefile variables dnl makefile variables
AC_SUBST(LEX_STEM)
AC_SUBST(PATH_IFS) AC_SUBST(PATH_IFS)
dnl global options dnl global options