/[classpath]/classpath/configure.ac
ViewVC logotype

Diff of /classpath/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.113 by glavaux, Sun Oct 23 16:59:07 2005 UTC revision 1.114 by andreast, Wed Oct 26 19:35:53 2005 UTC
# Line 370  if test "x${COMPILE_JNI}" = xyes; then Line 370  if test "x${COMPILE_JNI}" = xyes; then
370      AC_MSG_NOTICE([Looking for QT_CFLAGS and QT_LIBS without pkg-config])      AC_MSG_NOTICE([Looking for QT_CFLAGS and QT_LIBS without pkg-config])
371      case "$host_os" in      case "$host_os" in
372        darwin*)        darwin*)
373          AC_ARG_WITH([qtdir],          AC_ARG_WITH([qt4dir],
374            [AS_HELP_STRING([--with-qtdir=DIR],            [AS_HELP_STRING([--with-qt4dir=DIR],
375            [Qt4 installation directory used for OS-X.            [Qt4 installation directory used for OS-X.
376            For other systems use pkg-config.])],            For other systems use pkg-config.])],
377            [QT4DIR=$withval]            [QT4DIR=$withval]
378            )            )
379          if test x"$QT4DIR" = x ; then          if test x"$QT4DIR" = x ; then
380            AC_MSG_ERROR([*** No path for Qt4 --with-qtdir option given])            AC_MSG_ERROR([*** No path for Qt4 --with-qt4dir option given])
381          fi          fi
382          AC_MSG_RESULT([QT4DIR... $QT4DIR])          AC_MSG_RESULT([QT4DIR... $QT4DIR])
383          AC_CHECK_PROG(MOC, [moc], [$QT4DIR/bin/moc], [], $QT4DIR/bin)          AC_CHECK_PROG(MOC, [moc], [$QT4DIR/bin/moc], [], $QT4DIR/bin)

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26