I seem to need the attached... just switched from 1.4.x to 1.5.x.
BTW anybody have the --with-qt-dir string needed for Fedora? I have
qt4 and qt4-devel installed from RPM.
- Martin
Index: configure.ac
===================================================================
--- configure.ac (revision 19372)
+++ configure.ac (working copy)
@@ -3,7 +3,7 @@
AC_INIT(LyX,1.4.6svn,[EMAIL PROTECTED],[lyx])
AC_SUBST(LYX_DATE, ["2007/07/25"])
AC_PREREQ(2.52)
-AC_CONFIG_SRCDIR(src/main.C)
+AC_CONFIG_SRCDIR(src/main.cpp)
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_AUX_DIR(config)
@@ -417,7 +417,7 @@
sourcedoc/Makefile \
src/client/Makefile \
src/Makefile \
- src/version.C-tmp:src/version.C.in \
+ src/version.cpp-tmp:src/version.cpp.in \
src/tex2lyx/Makefile \
src/mathed/Makefile \
src/graphics/Makefile \