X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=97bf6bcfe60fab4a724e714217acb30a59b31f36;hb=3f7d2a66f522a45583e0a8b0ba734bb71f0ddde0;hp=e010c8175dad6ef12f291a54d19436c84c2983e8;hpb=630c3cf83f9ad785770da3accb32094c85559a7d;p=lyx.git diff --git a/configure.ac b/configure.ac index e010c8175d..97bf6bcfe6 100644 --- a/configure.ac +++ b/configure.ac @@ -81,13 +81,17 @@ dnl we do not need that currently (and probably all our supported dnl compiler allow that) dnl LYX_CXX_PARTIAL dnl LYX_CXX_EXPLICIT -LYX_CXX_GLOBAL_CSTD +dnl LYX_CXX_GLOBAL_CSTD dnl LYX_STD_COUNT dnl we disable rtti for now dnl LYX_CXX_RTTI dnl AC_CHECK_HEADERS(ostream istream sstream locale limits ios) dnl LYX_CXX_STL_MODERN_STREAMS +### Objective-C compiler +AC_PROG_OBJC +_AM_DEPENDENCIES([OBJC]) + ### and now some special lyx flags. AC_ARG_ENABLE(assertions, AC_HELP_STRING([--enable-assertions],[add runtime sanity checks in the program]),, @@ -414,12 +418,6 @@ AC_ARG_ENABLE(monolithic-client, [enable_monolithic_client=no]) AM_CONDITIONAL(MONOLITHIC_CLIENT, test "$enable_monolithic_client" = "yes") -AC_ARG_ENABLE(monolithic-controllers, - AC_HELP_STRING([--enable-monolithic-controllers], - [Use monolithic controllers compilations]),, - [enable_monolithic_controllers=no]) -AM_CONDITIONAL(MONOLITHIC_CONTROLLERS, test "$enable_monolithic_controllers" = "yes") - AC_ARG_ENABLE(monolithic-insets, AC_HELP_STRING([--enable-monolithic-insets], [Use monolithic insets compilations]),, @@ -493,7 +491,6 @@ AC_CONFIG_FILES([Makefile src/tex2lyx/Makefile \ src/support/Makefile \ src/frontends/Makefile \ - src/frontends/controllers/Makefile \ src/frontends/qt4/Makefile ]) @@ -511,7 +508,6 @@ if test x$with_qmake = xyes ; then rm src/tex2lyx/Makefile rm src/support/Makefile rm src/frontends/Makefile - rm src/frontends/controllers/Makefile rm src/frontends/qt4/Makefile rm -rf boost/.deps rm -rf src/client/.deps @@ -519,7 +515,6 @@ if test x$with_qmake = xyes ; then rm -rf src/tex2lyx/.deps rm -rf src/support/.deps rm -rf src/frontends/.deps - rm -rf src/frontends/controllers/.deps rm -rf src/frontends/qt4/.deps ${srcdir}/development/qmake/doit fi