From: Jean-Marc Lasgouttes Date: Fri, 15 Aug 2008 21:48:32 +0000 (+0000) Subject: remove last traces of the --with-qmake option X-Git-Tag: 1.6.10~3627 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8d110547bbbf3f52e0fdb566647bef07c7e089a3;p=features.git remove last traces of the --with-qmake option git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26186 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/configure.ac b/configure.ac index 9617e4f0e6..c2b3357003 100644 --- a/configure.ac +++ b/configure.ac @@ -390,11 +390,6 @@ char * strerror(int n); ]) -AC_ARG_WITH(qmake, - AC_HELP_STRING([--with-qmake], - [Use qmake instead of automake to generate Makefiles]),, - [with_qmake=no]) - AC_ARG_ENABLE(monolithic-boost, AC_HELP_STRING([--enable-monolithic-boost], [Use monolithic boost compilations]),, @@ -489,30 +484,6 @@ AC_CONFIG_FILES([Makefile \ AC_OUTPUT -if test x$with_qmake = xyes ; then - echo "CONFIGURE WITH QMAKE ONLY" - if test x$srcdir = x ; then - echo "ONLY FOR OUT-OF-TREE-BUILDS POSSIBLE" - else - rm boost/Makefile - rm src/client/Makefile - rm src/Makefile - rm src/tex2lyx/Makefile - rm src/support/Makefile - rm src/frontends/Makefile - rm src/frontends/qt4/Makefile - rm -rf boost/.deps - rm -rf src/client/.deps - rm -rf src/.deps - rm -rf src/tex2lyx/.deps - rm -rf src/support/.deps - rm -rf src/frontends/.deps - rm -rf src/frontends/qt4/.deps - ${srcdir}/development/qmake/doit - fi -fi - - # show version information echo printf "$VERSION_INFO"