]> git.lyx.org Git - features.git/commitdiff
2002-06-03 Lars Gullik Bj�nnes <larsbj@birdstep.com>
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 3 Jun 2002 18:58:50 +0000 (18:58 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 3 Jun 2002 18:58:50 +0000 (18:58 +0000)
* configure.in: remove LYX_REGEX call

2002-06-03  Lars Gullik Bj�nnes  <larsbj@birdstep.com>

* libs/regex/src/Makefile.am: only compile the source files that
we actually have to.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4329 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
boost/ChangeLog
boost/libs/regex/src/Makefile.am
configure.in
po/POTFILES.in

index d3756b9ce4d84f3973c2553b62474e7f76b2da6b..b1a1d0c59aaf7a044f128aa8d51379433d2c9bad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * configure.in: remove LYX_REGEX call
+
 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
 
        * acconfig.h: add FORMS_IMAGE_H_LOCATION
@@ -5,7 +9,7 @@
        * autogen.sh: add xforms.m4
 
        * configure.in: use XFORMS_IMAGE_LIB
+
 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
 
        * lyx.man: lyx honors variable LYX_DIR_13x
index 6d4d6dbf1d52895e9c87c9d7bb253efd3ad219b5..4655b94b53a1c652181ab8a04e163672ee32abe2 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * libs/regex/src/Makefile.am: only compile the source files that
+       we actually have to.
+
 2002-05-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * libs/regex/src/.cvsignore: ignore .lo, .deps and .libs
index 87bdff8a9645de0450c44a9c44d5cb551a509151..423f2fee309f82d5b5c18888baa274bf4a44c0e9 100644 (file)
@@ -6,16 +6,17 @@ INCLUDES = $(BOOST_INCLUDES)
 
 libboostregex_la_SOURCES = \
        cpp_regex_traits.cpp \
-       cregex.cpp \
        c_regex_traits_common.cpp \
        c_regex_traits.cpp \
-       fileiter.cpp \
        instances.cpp \
-       posix_api.cpp \
        primary_transform.hpp \
        regex.cpp \
-       regex_debug.cpp \
-       regex_synch.cpp \
        w32_regex_traits.cpp \
-       wide_posix_api.cpp \
-       winstances.cpp
+       winstances.cpp \
+       regex_synch.cpp
+
+#      cregex.cpp \
+#      fileiter.cpp \
+#      posix_api.cpp \
+#      wide_posix_api.cpp \
+#      regex_debug.cpp
index e2206cfc070fe50b6d9fc28d36d242cac11853f4..290ef284b12f30ef4283a0561482111cebc0294c 100644 (file)
@@ -98,9 +98,6 @@ if test "x$enable_assertions" = xyes ; then
     [Define if you want assertions to be enabled in the code])
 fi
 
-### We need a regex implementation, so we provide our own if none is found.
-LYX_REGEX
-
 ### Library Files
 dnl by testing these we check if it is ok to have
 dnl -lc and -lm as args to the compiler
@@ -143,7 +140,7 @@ AC_CHECK_LIB(Aiksaurus, main,
        ],,"-lbz2")
 fi
 AC_SUBST(AIKSAURUS_LIBS)
+
 ### Setup libtool
 AC_DISABLE_SHARED
 AC_LIBTOOL_WIN32_DLL
index f7ce0b3646a924fb403c43bb10f08640dd37738b..21ff572da3f857a760cad16c844981cfb48025c9 100644 (file)
@@ -8,7 +8,6 @@ src/converter.C
 src/CutAndPaste.C
 src/debug.C
 src/exporter.C
-src/ext_l10n.h
 src/FloatList.C
 src/frontends/controllers/biblio.C
 src/frontends/controllers/ButtonController.h
@@ -28,6 +27,7 @@ src/frontends/controllers/ControlThesaurus.C
 src/frontends/controllers/ControlVCLog.C
 src/frontends/controllers/frnt_lang.C
 src/frontends/controllers/helper_funcs.C
+src/frontends/gnome/GLog.C
 src/frontends/LyXView.C
 src/frontends/qt2/Alert_pimpl.C
 src/frontends/qt2/FileDialog.C