]> git.lyx.org Git - lyx.git/commitdiff
better fix for bug 1523
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 4 Nov 2004 14:44:34 +0000 (14:44 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 4 Nov 2004 14:44:34 +0000 (14:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9164 a592a061-630c-0410-9148-cb99ea01b6c8

ChangeLog
configure.ac
po/POTFILES.in

index c15de569e5f31ad01a3f72ffde639ab70f2b840e..68fd53f9e6c39d6489772376ee6797dc108167fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-04  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * configure.ac: do not check for snprintf
+
 2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * configure.ac: remove RPM_FRONTEND_DEPS
index fa631bb063f1987ec85b702ac59c0a899769344c..c61bace4b4447d6eadb11e6a8e4803b33127460a 100644 (file)
@@ -262,9 +262,7 @@ AC_TYPE_SIGNAL
 AC_TYPE_SIZE_T
 AC_TYPE_UID_T
 
-AC_CHECK_FUNCS(snprintf vsnprintf strerror)
-LYX_CHECK_DECL(snprintf, stdio.h)
-LYX_CHECK_DECL(vsnprintf, stdio.h)
+AC_CHECK_FUNCS(strerror)
 LYX_CHECK_DECL(istreambuf_iterator, iterator)
 LYX_CHECK_DECL(mkstemp,[unistd.h stdlib.h])
 
index 777315c364da50c8c6718d4525c9ab3de480054f..ddc96a8d100a3fa810a74d479183505a0f98962d 100644 (file)
@@ -38,6 +38,7 @@ src/frontends/gtk/GBC.h
 src/frontends/gtk/GChanges.C
 src/frontends/gtk/GCharacter.C
 src/frontends/gtk/GErrorList.C
+src/frontends/gtk/GGraphics.C
 src/frontends/gtk/GLog.C
 src/frontends/gtk/GMathDelim.C
 src/frontends/gtk/GMathPanel.C
@@ -192,7 +193,6 @@ src/mathed/math_macrotemplate.C
 src/mathed/math_nestinset.C
 src/mathed/ref_inset.C
 src/output.C
-src/output_docbook.C
 src/output_linuxdoc.C
 src/output_plaintext.C
 src/paragraph.C