classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] minor config issue for QT4 and OS-X


From: Robert Schuster
Subject: Re: [cp-patches] minor config issue for QT4 and OS-X
Date: Tue, 25 Oct 2005 03:15:12 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.12) Gecko/20051005

Hi,
I would say that is ok.

However would you mind documenting this change in NEWS and look whether README
or INSTALL have references to that configure switch and update it accordingly?

cu
Robert

Andreas Tobler wrote:
> Hello
> 
> To avoid confusion in kaffe and elsewhere it would make sense to rename
> the --with-qtdir to --with-qt4dir in the OS-X Qt config section.
> Kaffe for example uses --with-qtdir for Qt versions 2/3/embedded.
> 
> Ok?
> 
> Andreas
> 
> 2005-10-24  Andreas Tobler  <address@hidden>
> 
>     * configure.ac: Rename --with-qtdir to --with-qt4dir to make clear
>     which Qt version is meant.
> 
> 
> 
> Index: configure.ac
> ===================================================================
> RCS file: /cvsroot/classpath/classpath/configure.ac,v
> retrieving revision 1.113
> diff -u -r1.113 configure.ac
> --- configure.ac        23 Oct 2005 16:59:07 -0000      1.113
> +++ configure.ac        24 Oct 2005 21:54:19 -0000
> @@ -370,14 +370,14 @@
>      AC_MSG_NOTICE([Looking for QT_CFLAGS and QT_LIBS without pkg-config])
>      case "$host_os" in
>        darwin*)
> -       AC_ARG_WITH([qtdir],
> -         [AS_HELP_STRING([--with-qtdir=DIR],
> +       AC_ARG_WITH([qt4dir],
> +         [AS_HELP_STRING([--with-qt4dir=DIR],
>           [Qt4 installation directory used for OS-X.
>           For other systems use pkg-config.])],
>           [QT4DIR=$withval]
>           )
>         if test x"$QT4DIR" = x ; then
> -         AC_MSG_ERROR([*** No path for Qt4 --with-qtdir option given])
> +         AC_MSG_ERROR([*** No path for Qt4 --with-qt4dir option given])
>         fi
>         AC_MSG_RESULT([QT4DIR... $QT4DIR])
>         AC_CHECK_PROG(MOC, [moc], [$QT4DIR/bin/moc], [], $QT4DIR/bin)
> 
> 
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]