aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-01-22 06:38:57 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-01-22 06:38:57 +0800
commit9764088cda82b0f7d79d1d1d7170f4311c8e9465 (patch)
tree4e762b0dff9ba068819e6ecd7fcc2e7e0ffd0c25 /configure.in
parentfe547e35612befdaf9932c2be6421c1664306959 (diff)
downloadgsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.gz
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.tar.zst
gsoc2013-evolution-9764088cda82b0f7d79d1d1d7170f4311c8e9465.zip
Removed the VFS crap; my mistake, it should not go here.
2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4e43679eb2..1ecda63d3a 100644
--- a/configure.in
+++ b/configure.in
@@ -28,6 +28,8 @@ GNOME_COMPILE_WARNINGS
AC_ISC_POSIX
AC_PROG_CC
AC_PROG_CPP
+AM_PROG_LEX
+AC_PROG_YACC
AC_STDC_HEADERS
AC_ARG_PROGRAM
AC_PROG_INSTALL
2af00aa6ab76352'>- Trim old-style header.hrs2013-05-011-17/+14 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Fix PREFIX/LOCALBASE confusion.hrs2010-10-012-9/+7 * Fix pkg-plist.hrs2009-06-011-2/+2 * Remove fonts.dir when it is empty.hrs2009-05-311-0/+3 * Ports for Japanese fonts have been reorganized in the following way:hrs2009-05-315-33/+31 * Remove obsolete fp=[y|n] modifier in fonts.dir.hrs2008-05-312-5/+5 * Remove unused variables.hrs2008-05-251-9/+2 * Remove ${DATADIR} properly.hrs2008-05-171-0/+1 * - Improve fontconfig support.hrs2008-05-139-212/+151 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-3/+3 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+3