[Echempp-devel] GUI acsite.m4,1.8,1.9
Status: Beta
Brought to you by:
berndspeiser
|
From: Bernd S. <ber...@us...> - 2009-04-03 19:17:19
|
Update of /cvsroot/echempp/GUI In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7311 Modified Files: acsite.m4 Log Message: GUI/acsite.m4 updated Index: acsite.m4 =================================================================== RCS file: /cvsroot/echempp/GUI/acsite.m4,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** acsite.m4 26 Feb 2007 14:52:15 -0000 1.8 --- acsite.m4 3 Apr 2009 19:17:06 -0000 1.9 *************** *** 1,14 **** - dnl This file is extendend with the contents of the - dnl gwqt.m4 from the autoqt project http://autoqt.sourceforge.net/ - dnl-------------------------------------------------------------------------------- - dnl QT MACRO gw_CHECK_QT - dnl-------------------------------------------------------------------------------- - - # Check for Qt compiler flags, linker flags, and binary packages - AC_DEFUN([gw_CHECK_QT_MT], - [ - AC_REQUIRE([AC_PROG_CXX]) - AC_REQUIRE([AC_PATH_X]) - dnl---------------------------- dnl added by BS 26.2.2007 --- 1,2 ---- *************** *** 40,43 **** --- 28,43 ---- dnl---------------------------- + dnl This file is extendend with the contents of the + dnl gwqt.m4 from the autoqt project http://autoqt.sourceforge.net/ + dnl-------------------------------------------------------------------------------- + dnl QT MACRO gw_CHECK_QT + dnl-------------------------------------------------------------------------------- + + # Check for Qt compiler flags, linker flags, and binary packages + AC_DEFUN([gw_CHECK_QT_MT], + [ + AC_REQUIRE([AC_PROG_CXX]) + AC_REQUIRE([AC_PATH_X]) + AC_MSG_CHECKING([QTDIR]) AC_ARG_WITH([qtdir], [ --with-qtdir=DIR Qt installation directory [default=$QTDIR]], QTDIR=$withval) |