]> git.lyx.org Git - lyx.git/blobdiff - config/qt4.m4
A little more XHTML documentation. This is on generated CSS.
[lyx.git] / config / qt4.m4
index 18fae10e05268bc14bce7c4c8915e05466e94418..7166e88f789e7d41cd3a12386460b3818fd13182 100644 (file)
@@ -94,13 +94,13 @@ AC_DEFUN([QT4_DO_IT_ALL],
        dnl oprofile.
        FATAL=0
 
-       AC_ARG_WITH(qt4-dir, [  --with-qt4-dir           where the root of Qt 4 is installed ],
+       AC_ARG_WITH(qt4-dir, [AC_HELP_STRING([--with-qt4-dir], [where the root of Qt 4 is installed])],
                [ qt4_cv_dir=`eval echo "$withval"/` ])
 
-       AC_ARG_WITH(qt4-includes, [  --with-qt4-includes      where the Qt 4 includes are. ],
+       AC_ARG_WITH(qt4-includes, [AC_HELP_STRING([--with-qt4-includes], [where the Qt 4 includes are])],
                [ qt4_cv_includes=`eval echo "$withval"` ])
 
-       AC_ARG_WITH(qt4-libraries, [  --with-qt4-libraries     where the Qt 4 library is installed.],
+       AC_ARG_WITH(qt4-libraries, [AC_HELP_STRING([--with-qt4-libraries], [where the Qt 4 library is installed])],
                [  qt4_cv_libraries=`eval echo "$withval"` ])
 
        dnl pay attention to $QT4DIR unless overridden
@@ -127,10 +127,6 @@ AC_DEFUN([QT4_DO_IT_ALL],
        QT4_CPPFLAGS="-DQT_NO_STL -DQT_NO_KEYWORDS"
        case ${host} in
        *mingw*) QT4_CPPFLAGS="-DQT_DLL $QT4_CPPFLAGS";;
-       *cygwin*)
-       if test "x$with_x" = xno ; then
-               QT4_CPPFLAGS="$QT4_CPPFLAGS -DQ_CYGWIN_WIN"
-       fi;;
        esac
        AC_SUBST(QT4_CPPFLAGS)